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 everyone, I’m working in Microchip Studio to create a custom communication function for a few PIC16F84A microcontrollers. I know there are built-in options like SPI, but I’m going the […]
Hi guys i’m trying to use an ESP32 to update the firmware on an STM32G4 over I2C, but I’m getting an `I2C timeout` error when trying to initiate the update. […]
I’m working with the BMP280 sensor on an AtMega32 microcontroller, aiming to convert sensor data from raw readings to a human-readable format. Specifically, I need to read calibration values from […]
I am carrying forward my previous work on the *Modbus RTU Function Subset Implementation* based on a *Generic Library*. I had tested this library on *Cypress PSoC5* and *TI Stellaris […]
Hi all! When designing an Arduino-based embedded system, how can secure firmware updates be ensured to prevent unauthorized modifications or potential exploits? Discuss methods for securely updating firmware on Arduino […]
I am working with an AVR MCU and have encountered an issue with an interrupt routine affecting my LCD display. Specifically, I have an analog potentiometer connected to an analog […]
Guys I’m trying to implement the SPI in my stm32 Nucleo l476RG without hal drivers. I have have implemented the spi configuration using spi_init function then when it ready for […]
Hey guys , am working on an image recognition system that can analyze images of tissue samples, identify malignancies, and predict possible symptoms and causes. The system will utilize a […]
Am developing a home automation voice-controlled system using `MicroPython` and `TinyML` on an `ESP32` microcontroller to recognize specific voice commands (“turn on” and “turn off”) for controlling an LED. Why […]