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.
I’m looking to decode an existing switch matrix (4 Rows and 16 Columns, basically copy the states of the Rows and Columns). The goal is to ultimately have a [data] […]
Hi 👋🏻 My friend and I wrote this code to control a Nema34 motor with a DM680E driver for a drilling cycle. We want to dynamically adjust the speed between […]
Good day everyone, I have gone through the Datasheet and User Manual for my STM32F4 Microcontroller Unit (MCU) in great detail, including PM0214 for STM32F4xx MCUs. Additionally, I have searched […]
In my last question, I misunderstood how GDB interprets memory when using different formats like `x/d` and `x/1wd`. After some digging, I realized the issue was related to GDB displaying […]
I’m using CLion (version X.X) for embedded development on an STM32F411 microcontroller with OpenOCD 0.11.0. While ‘build’ completes, the debugger fails with the following error: Error executing event examine-end on […]
How do I set up and establish communication between the ESP32 and the R307 fingerprint sensor, ensuring that the sensor can be recognized and initialized by the ESP32? My aim […]
Am working on a smart car automation system using MicroPython, the system include various functionalities such as `obstacle detection`, `line following`, `speed control`, and `environmental monitoring`. Am currently trying to […]
I’m programming an STM32 NUCLEO-F207ZG board and trying to output a PWM signal on pin PE_9 (D6) to drive an LED. I’m using low-level register programming (no HAL/LL drivers). However, […]
I am new to STM32WB15CC and am using the STM32WB15CC NUCLEO board. I successfully ran the BLE example `p2pserver` on my board, where the device is discoverable, and I can […]