this post was submitted on 12 Jun 2023
9 points (100.0% liked)

Arduino

809 readers
1 users here now

All about Arduino boards and programming.

founded 4 years ago
MODERATORS
 

While not quite Arduino, I have an ESP32 (Arduino IDE) project to pull tide data via API and show it on a HUB75 led matrix. I've got most of the parts working separately but not quite got them all together yet. What is everyone else doing?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

I might be a little late to this thread. I'm currently working on two robots, the first one is a hexapod that I'm rebuilding and reprogramming, using a teensy 4.0, while not technically an arduino it uses the arduino ide so I'll count it. The second one is a smaller autonomous rover with a lidar, it uses a raspberry pi 4b as the brains and has an arduino nano to move the motors and take movement commands. It runs on ros, and I can now click on a map in rviz to have it move there. Currently working on pathing. The plan is to move the lidar to the hexapod once I'm done with the rover and the hexapod.

[โ€“] RandomUser 1 points 1 year ago

Sounds an excellent project. Will you put it on GitHub or publish elsewhere? What battery life are you looking at with a 4b and all the mechatronics?