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 […]
In preparation of the Tech Tips AMA on Yocto, this is a place to post the questions you want me to look into (yes – I’m cheating in wanting to […]
From @MayQueen Technologies: In the camera.cfg of kernel bbappend file, is there a way to separate two conditions where only camera customers need to add this cfg or not? Should […]
**QUESTION (#5): Fluffy-Inflation-446:** ” I really struggle to completely understand the bootloader part and integration when using u-boot. Any good materials to dive in u-boot port and device tree manipulation […]
**QUESTION (#7): Several:** ” How are device trees handled if I want to add any custom ones? ” 🔗 𝗥𝗲𝗴𝗶𝘀𝘁𝗲𝗿 𝗳𝗼𝗿 𝗼𝘂𝗿 𝘂𝗽𝗰𝗼𝗺𝗶𝗻𝗴 𝗲𝘃𝗲𝗻𝘁𝘀: https://app.livestorm.co/devheads-community/devheads-weekly-office-hours-1
@Middleware & OS Hello guys, I’m attempting to control a motor’s speed using PWM on my AVR microcontroller running Zephyr. I’ve set up the PWM peripheral and device tree configuration, […]
@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 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 currently face a situation where I have to use Google Test for C-Code. So I am not really able to use gmock to mock C-modules. What I want to […]