0
Is there any library of Python to connect it to arduino as it has for raspberry Pi?
4 Respuestas
+ 2
Google, python arduino, first result:
http://playground.arduino.cc/Interfacing/Python
+ 1
This may help:
http://catb.org/~esr/faqs/smart-questions.html#intro
I supposed you could evaluate it for fit, while the thread may still get you your answer. If nobody knows and you're not really interested in writing it yourself, a simple guess in Arduino's spirit (self-start) seemed better than silence. Good luck!
+ 1
setup the arduino to send and recieve serial then use pyserial to talk to the arduino. you can now log sensor data to a file pin status send commands and easily make the whole project wireless
0
everything is available on Google, so why should I post question here at all?