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.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 […]
Can anyone provide me with a code for 2 servo motor with esp32
Hello, I am working with a instrument where we frequently get the problem of frequency drop out, i.e. suddenly frequency signal goes missing i.e. goes to zero, this cause the […]
hey guys, I’ve successfully initialized the fingerprint sensor using UART, but when I attempt to enroll a new fingerprint, the enrollment process fails after step 2 (converting image to template). […]
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 […]
What will this program output? “`C++ #include class Matrix { public: Matrix(int rows, int cols) : rows(rows), cols(cols) { data = new int*[rows]; for (int i = 0; i < […]
Objective: Design and construct an interactive puzzle box that incorporates various sensors and output devices, controlled by an Arduino. The puzzle box should require the user to complete a series […]
The flowmeter contains a atmega 16 chip and i am trying to get flowrate and flow totalizer from it via rs485 to ttl converter using a arduino nano data related […]
I’m to instrument GCC and Gcov to collect execution sequence information. While my approach works well for **c** programs on `x86` and `x86_64`, I’m encountering a segmentation fault when attempting […]