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’m working on a project to control a display using an 8-bit parallel RGB interface with the Nucleo-F411RE, requiring a 1 MHz PCLK. Since the STM32F411RE lacks LTDC peripherals, I […]
I’m interfacing an ESP8266 with an NUCLEO-L073RZ using UART1 `PA9`, `PA10` for communication with the ESP and UART2 for communication with a PC for debugging. I also used a CP2102 […]
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` […]
I am using the VL53L0X sensor with an STM32F103C8 microcontroller and want to communicate with the sensor directly over I2C without using ST’s library. My goal is to minimize project […]
Hey guys I noticed a significant increase in power consumption by my IoT devices (ESP32) when transmitting data to AWS IoT Core, leading to shorter battery life. I’ve optimized my […]
Hello everyone, I’m currently developing a vibration anomaly detection system using an Arduino Nano 33 BLE Sense. The machine learning model was trained with Edge Impulse, and it worked well […]
Hey guys while attempting to develop a platform for easy OTA remote updates for ESP32 and other devices, driven by the need for seamless software updates in my current project, […]
How do i optimize and deploy a deep learning model on an ESP32? still based on my project image recognition system that can analyze images of tissue samples, identify malignancies, […]
Hey guys, I am using the DA16200MOD-DEVKT-P development kit for a low-power IoT project. The objective is to implement a Wi-Fi connection that maintains ultra-low power consumption by utilizing the […]