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.
Hello everyone. I am designing a synchronous buck converter using stm32f103c8t6 chip. I intend to use timer 1, i have setup my registers already and tested my output signals all […]
Very new to designing a PCB and want to see how well I’ve done. This is a Mini PCI-e card that is a mixture of the CANable USB module but […]
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 […]
Write a C function to swap all odd and even bits in an unsigned integer. Bit positions 0, 2, 4, … are considered even bits, and positions 1, 3, 5, […]
@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, […]
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 […]
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 […]
hey guys am developing a home automation controller using a `SiFive HiFive Unmatched` with Embedded Linux. The controller should read data from a `Z-Wave door sensor`, I am using a […]
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. […]