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 […]
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?