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

Arduino

831 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?

all 6 comments
sorted by: hot top controversial new old
[–] sneakyninjapants@sh.itjust.works 1 points 1 year ago (1 children)

Currently setting up for a keyboard project, though IDK if I'm going with Arduino, ESP32, Nordic Wireless (leaning towards this), RP2040 or something I haven't thought for the MCUs.

If there's anyone well versed in working with the Nordic SDK I'd love to pick their brain though. Hoping to use the Nordic Dongle for a couple of small projects like a Zigbee gateway for Home Assistant and using the nordic wireless protocol to act as a master with two nordic chips as the slave sides for the keyboard project.

[–] RandomUser@lemmy.world 1 points 1 year ago

Nordic looks interesting, and is now on the list for as/when I need zigbee. - No experience of it sorry. The PI unit is attractive for it's operating voltage... I'm currently struggling with getting an esp32 powered nicely from a lithium battery. Have to say though that I'm really impressed with the esp32.

[–] _n9@lemmy.ml 1 points 1 year ago

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.

[–] Sieguito@lemmy.world 1 points 1 year ago

So.. various things:

-an LED clock -dsp learning with a Nicla Vision (i want to learn how to implement digital filters and use them on the signal sampled from the on-board mic) -a custom keypad for special characters -a tool to use at work to check encoders signals