this post was submitted on 08 Nov 2024
51 points (94.7% liked)

Arduino

831 readers
1 users here now

All about Arduino boards and programming.

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] otacon239@lemmy.world 2 points 5 days ago

Short version is that most of these are based on the ESP32 microcontroller. They allow you to upload code of any sort and have it make use of the hardware available. They also allow you to have Wi-Fi and Bluetooth allowing you to do all sorts of unique IoT stuff without needing to find a random company to make it for you and have access to your network.

As a current example, I’m planning combining the smallest one and the digit display to connect to the ODB port on my car and show my gas mileage, digital speed, etc since I have an older car.

Plus they’re just neat!