Am working on a smart car automation system using MicroPython, the system include various functionalities such as `obstacle detection`, `line following`, `speed control`, and `environmental monitoring`. Am currently trying to […]
I’m programming an STM32 NUCLEO-F207ZG board and trying to output a PWM signal on pin PE_9 (D6) to drive an LED. I’m using low-level register programming (no HAL/LL drivers). However, […]
Has anyone worked with the kalman filter from the DSP library for ESPs?
I’m working with the STM32 Nucleo L476RG board and the X-Nucleo IDB05A1 expansion board to develop Bluetooth Low Energy applications. My development environment is Keil uVision5, and Iβve successfully built […]
Hello guys, I’m working on a flight controller using an mpu6050 and I’m wondering if the pitch and roll fluctuate too much. These values represent the output of a complementary […]
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 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 […]