Hello everyone, nice to see this forum still going, I last logged in about 3 years ago!
Anyhow, I have a project I shall be starting during summer, when I have free time from University. My design is finished, but it’s still in the rendering process. I’ll post an image in the Projects forum sometime soon! The first thing i’m going to buy is a Lynxmotion ARM.
Unfortunately, I’m not the one to start off small and make my way up the knowledge ladder, I go in big and very big and learn as I go along. At the minute I have a PIC programmer kit, a 16F627 PIC and it’s all nicely programmed using my compiler from C++
Due to my little programming knowledge in C++ or C or C# for that matter, the only thing I’ve managed to do is turn on a few LED’s etc!
Thus I want to get started in using FlowStone, while at the same time continuing to learn C++
Essentially this is what I want to do… The whole program will run on my computer, the data will be sent and received to and from the robot via WiFi (ideally). The large range of sensors from the robot transmit the info back to the computer program for processing. If i’m correct, this will severely boost the range of things I can do, there’s no memory limit, no problems with microcontrollers, integration with other programs/ applications within the Windows Environment.
BUT: Which range of electronics am I better off using?
PIC?
Arduino?
BasicAtom?
Pololu Orangutan?
Phidgets?
They all seem completely different! PIC seems like you have to do an awful lot of your own circuit design just to add new inputs/outputs. Arduino has shields, but seems to have different programming software. I have no idea bout BasicATOM or Pololu and Phidgets seem to have only USB interfaces and nothing to do with Wireless communication but has great support from Flowstone.
If i’m correct, I shouldn’t need any microcontrollers in my project, as the whole program runs on my PC within the Windows Environment. Thus it appears I only need a servo controller, motor controller, interface system, WiFi system etc etc.
If anyone could explain the primary differences between these different brands, and what you use and why you use it, it would be much appreciated. Thanks for your help again.