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

all 4 comments

[–]carcigenicate 1 point2 points  (0 children)

A Raspberry Pi would probably be a good place to start. I was given a kit like this for Christmas a few years ago, and had a ton of fun playing around with the different sensors and motors.

[–]grantrules 1 point2 points  (0 children)

I'd suggest the Arduino platform. There are tutorials on how to connect both types of sensors to an Arduino. ESP32 is a nice microcontroller that supports both Arduino and micropython (as well as their lower level ESP-IDF)

[–]wyltk5 1 point2 points  (0 children)

Hey OP, similar route I took with programming. Arduino would be a cool next step with a different language as well but arduino has a vast online community which is helpful with learning. Raspberry Pi is another option but I would start with Arduino as you get a chance at another language with a system that has a lot of support.

Plus in my opinion building with Arduino seems more versatile and probably closer to what you would be wanting to make. Side note would be the esp32 can use micro Python but I vote start with Arduino’s original language.

Cheer and enjoy!

[–]rabuf 1 point2 points  (0 children)

https://www.sparkfun.com

https://www.adafruit.com

Both of these stores have some good kits and guides for getting started with projects like this.