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 […]
I am using the Arduino IDE to program an STM32 Blue Pill via an ST-Link V2. After following several manuals, I successfully uploaded the blink example to pin C13.Although I […]
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 […]
Still on my project, Iām trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48. The goal is to perform basic filtering on the sensor data […]
I’m working on a project where I want to execute code from internal SRAM on an STM32F103 as an exercise. My goal is to write some THUMB assembly by hand, […]
In a group work where we are trying to integrate an assembler subroutine for sorting numbers `Shellsort` with a `C` program, the sorting algorithm has been tested as a standalone […]
I’m developing an air quality monitoring system on an `STM32F746` using `TinyML`. The system uses a temperature, humidity, and gas sensor to predict the Air Quality Index (AQI) via a […]