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.
Hey guys I’m experiencing intermittent timeouts and invalid packet errors while programming my ESP32-WROOM-32 module via USB using esptool version 2.8 and ESP-IDF version 4.4 for a cloud-connected IoT project […]
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 […]
any method of increasing the rendering speed of a display with the esp_lcd component?
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 trying to exchange data between MS Excel (using VBA) and my STM32 Nucleo board via a serial line (virtual COM port). I am using the Microsoft Datastream add-in, […]
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 @here@umeshlokhande I have a serious challenge on hand. My stack is power electronics/ Embedded Hardware, i am familiar with stm32 and PIC microcontrollers I have built power electronics devices, […]
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 […]