I encountered an issue when injecting my assembly program **asm.txt** into a **portable executable file** to run a keylogger using `CreateThread`. `CreateThread` was failing with the error code `0x3E6 (ERROR_NOACCESS)`. […]
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’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 […]
I’m integrating industrial sensors with AWS IoT Core using ESP32, configuring MQTT communication to send sensor data to the cloud. The 5V TTL serial device is a temperature sensor using […]
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, […]