Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hello everyone, I was just wondering why this piece of code is not working. The code get uploaded normally to arduino But when I move the gyroscope it just give […]
I’m working on a personal project , a simple ray tracer written in x86-64 assembly for educational purposes. It’s currently in the early stages, focusing on basic ray-sphere intersection calculations. […]
Good day everyone @Middleware & OS , I have an objective to transmit a string (“test123”) 10 times as fast as possible through UART in interrupt mode utilizing an STM32F407VGT6 […]
Hello, I am working on a health monitoring system using an `Arduino Nano 33 BLE` Sense and a Pulse Oximeter (`MAX30102`) sensor. The objective is to measure and transmit pulse […]
Hi everyone, I have a problem with the string function indexOf() that I don’t understand. My board with the ESP32 module is connected via RS485 (on UART1) to another board. […]
hey guys, am developing a real-time industrial control system using a BeagleBone AI with Embedded Linux. The system should read data from an EtherCAT torque sensor. I have verified the […]
@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 […]
Good day guys, this code here is part of the initialization code for a firmware of an STM32F030 microcontroller, disassembled using Radare2. It is executed after the clock initialization but […]
@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 […]