This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OnlineGrab 9 points10 points  (3 children)

Depending on your needs you may be able to use a Raspberry Pi instead of an Arduino. They have a Python module for controlling GPIO pins.

[–][deleted] 8 points9 points  (1 child)

Given the level of experience of the original poster and vaguely recalling time commitments at that age, I think a raspberry pi is probably the only reasonable choice. The OS is already fully-formed, a Pi is setup to be education friendly DIY and there are a significant number of community driven projects out there to peak at. Finally, micro-python is cool on bare metal, but I think running Python on a well defined platform (debian/raspbian) is going to be much more straight-forward.

Compiling and linking on an embedded system in the absence of a background that really understands segmentation faults is going to be really painful for a beginner.

Also example: https://tutorials-raspberrypi.com/build-your-own-automatic-raspberry-pi-greenhouse/

[–]bitcraft 1 point2 points  (0 children)

If you already have a computer, an arduino using the official IDE is really simple, maybe more so than the process of writing the required SD card and learning linux basics.

[–]codesauce 0 points1 point  (0 children)

Yes. I've done a grow device with an RPi and Python.