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.
Had an issue with PB3 of stm32f103c8t6. I wanted to use it but the PB3 is for JTAG. On line 49, what i commened out was what i was using, […]
I’ve been working on object recognition on raspberry pi and pi camera , i quantized my model and make it tflite i know raspberry pi isn’t a real time system […]
I found last week pwndbg and used for remote debugging with gdbserver , and it’s a way better experience than simple gdb or gdbdashboard.. give it a try https://github.com/pwndbg/pwndbg
Struggled with a bug on my code for almost two hours. Tried changing the hardware board no improvement . I finally saw the issue. The third image, Idisabled the timer […]
Hello everybody! Did anybody use the blackboard dev board which has the STM32f407VET6? There seems to be problems with debugging these chips. (Also uploading code but I’m doing it using […]
Hello everyone.. i’m working on a wearable based on stm32wb55rg using zephyr and i’m having some issues with ble, that’s why i’m considering nrf52840 but i don’t know which pre […]
I have a solar inverter monitoring system that monitors some parameters from a solar setup like. Parameters like energy generated by solar panel, energy consumed from grid, energy consumed from […]
I guys, I’m trying to integrate an SD card intro my board based on Renesase DA14708 MCus, low level drivers are provided by the SDK, I added an sd_spi driver […]
i want to transfer data from an rpi3 to a microcontroller (arduino or esp32) via the cable usb, let’s say that rpi3 was offline so there’s no mqtt or http […]