Hey guys, I’m using an AVR microcontroller with Zephyr to read data from an ADC via SPI. I’ve configured the SPI peripheral and device tree, but the data coming back […]
Hey guys, a friend of mine is currently working on AT91SAM9M10-EKES. The Code registers IRQ for 2 GPIO pins (PA20 & PA21) but only receives 22/26 expected interrupts (random). Could […]
Still based on my project on home automation system that controls water pumps and taps based on motion detection using the Zephyr RTOS on an ESP32. I added more relay […]
Hey everyone, I’m currently working on a PCB design involving the DRV8320 and the STM32G431RBT6TR. As you can see in the attached images, I’m trying to minimize the number of […]
Hey guys, so I’ve been trying to integrate an RTC module with an ATmega2560 and Zephyr OS for time-stamped data logging, and resolve the issue of failing to read from […]
Hello.I have a simple robot with two DC motors. Using the L298N Dual H-Bridge, what’s the minimum number of control pins I can use to give me forward, back and […]
I have tried to connect Pi camera Rev 1.3 to Pi 4 and software doesn’t have the legacy camera option which used to be there, does any on have solution […]
https://github.com/MuskaanJain2021/MULTITASKING-ON-STM32F407VGT6.git Task I am trying to achieve is The LED is off initially. Depending on switch press, the LED blinks in following way. 1st Switch press: LED blinks at frequency […]
Hey guys, how can I initialize the AVR32UC microcontroller with Zephyr OS to communicate with the DHT22 temperature and humidity sensor, and address the issue of `failing to fetch sensor […]