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 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 […]
Hello @MCU, MPU & Firmware ! If you use GDB or KGDB, what is your IDE setup while debugging remote device with a openocd running on it?
I am using FreeRTOS on an STM32F4-Nucleo board and `vTaskGetRunTimeStats()` to measure task CPU usage with the following code: void configureTimerForRunTimeStats(void) { g_osRuntimeCounter = 0; } unsigned long getRunTimeCounterValue(void) { […]
Hello ,I’m struggling with a problem. I want to execute a sequence of turning an LED on and off, but not just a simple on/off; I want a timed sequence […]
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’m looking to decode an existing switch matrix (4 Rows and 16 Columns, basically copy the states of the Rows and Columns). The goal is to ultimately have a [data] […]
Good morning guys 👋🏻👋🏻 I’m diving into a project for a USB MIDI controller with a Mega (interface in the photo, the empty holes are for potentiometers, 12 buttons, 24 […]
I am trying to design an automatic water filling system for my coffee machine. I need to design and make two non-contact non-immersion level sensors for the water tank. Ideally […]