Arduino and Python and Perhaps a Rasberry Pi

The arduino is a great platform. You can do a lot with it as the main part of your project. Sometimes you need more power and keeping the arduino but adding a PC ( which can be the Raspberry Pi ) is a big boost. Most often they are connected using a serial communication package called pySerial. This is cross platform and a really nice solution. Take a look at these projects, almost all use pySerial but some go way beyond. If just Python is involved the solution is probably cross platform.…

Show more