Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
I just got an ESP32-CAM from a friend, but he’s not sure if it’s working properly. I’m testing it using the Arduino IDE with the example camera code. Iβve wired […]
Hey, I’m developing a uC/OS-III application for Microchip SAMD21 (32KB SRAM) and struggling with memory fragmentation. The app allocates fixed-size buffers for sensor data, causing issues with new buffer allocations […]
I was previously working on a *distributed robotic control system* where multiple robotic arms communicate via *CAN Bus* to coordinate their movements. Each arm operates independently, but they share data […]
Hey guys, I previously worked on an automated irrigation system where different sensors (moisture, temperature) spread across large farmland communicate with a central controller over the CAN Bus. Each sensor […]
Hii guys Iβm creating lighting variations on PORTA with a MEGA 2560 board. I am using a zero-cross detection that triggers an interrupt, which calls the “void passage_a_0” function. A […]
Hii guys ππ Iβm creating lighting variations on PORTA with a MEGA 2560 board. I am using a zero-cross detection that triggers an interrupt, which calls the “void passage_a_0” function. […]
I want to know when the batteries of a model are getting low. The 5 AA batteries are over 5 volts so I cannot check the end voltage. I make […]
Hi , i’m a student on the university and this is m’y first year on embeded systems branch and we learn about 8085 controlers ans i need a helpful ans […]
I am using AVR128DA48 microcontroller to control an LED in serial communication. The way I set it up is not complex; Iβm sending *βONβ* and *βOFFβ* commands from a `python` […]