+ 4
if I want to build robot, where to find portion for this? and can I use hardware of my pc, for my robot to make it program?
robot
3 Antworten
+ 4
For robot purposes I suggest an Arduino because has built in safety arrangements that make it more tough compared to a Rpi.
A wiring error on the Rpi and you fry the broadcom chip (40usd magic smoke).
A wiring error on the Arduino aand it will likely reset:
if you are fast noticing you switch off and you are fine, if not is a 4usd magic smoke.
Go for an Arduino with DIP chip (not the smd version). if you need complexity, you can create a protocol to exchange information with your PC.
+ 2
thanks yes raspberry interesting
+ 1
I would look into investing in a rasberry pi. I think it works with python but I could be wrong. Good luck!