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 […]
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 […]
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 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 […]
I’m still on the project tho where I’ve installed a vibration sensor to monitor industrial machinery using an AVR128DA48 microcontroller. While my basic anomaly detection code is functioning, if (vibration_data […]
I’ve integrated temperature, vibration, and pressure sensors with the AVR128DA48, and have set up CAN Bus communication running Zephyr. Each sensor is connected to a separate CAN node, and data […]
Hey guys while developing a CAN bus monitoring system using the ESP32-S3, ESP-IDF, and RTOS, I encountered a WDT (Watchdog Timer) panic within my CAN interrupt service routine (ISR) when […]
How do I set up and establish communication between the ESP32 and the R307 fingerprint sensor, ensuring that the sensor can be recognized and initialized by the ESP32? My aim […]