@Middleware & OS Gm guy’s, I’m trying to interface an EEPROM with my AVR microcontroller using Zephyr RTOS. I’ve configured the I2C peripheral in the `prj.conf` file and set up […]
@Middleware & OS How can I use the I2C bus(DAC) in kernel space, I have verified that the I2C adapter and address in kernel space, I expected to get a […]
@Middleware & OS hey guys, I am working on an AVR microcontroller project using Zephyr OS for an IoT device that controls motors via CAN Bus/SPI. The initial error I […]
I’ve written the attach class to get the accelerometer and gyro data from the ICM-20948 unit. Unfortunately the data fluctuates massively when I am trying to do a basic calibration. […]
• Reviewer: @ngu25 • Full Review and Getting Started Guide: https://www.devheads.io/wp-content/uploads/2024/08/AVR128DB48_DevHeads_Review-1.pdf The AVR128DB Curiosity Nano kit is based on the AVR DB family of microcontrollers featuring the AVR CPU, running […]
Hello @MCU, MPU & Firmware , Is anyone experienced with Bluetooth HFP (Hands-Free Profile) development? If so, could you provide recommendations for vendors with a mature and stable Bluetooth stack […]
Hey guys, During integration testing, I’ve noticed intermittent failures in CAN Bus communication between nodes. Some messages are dropped, and errors are logged on the AVR128DA48. I’ve already checked for […]
Currently, I am utilizing the Atollic Truestudio IDE (which is based on Eclipse) to create firmware for different STM32L4 Nucleo boards. To date, my approach has involved employing `printf` through […]
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 […]