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.
A few years ago I did a Kickstarter for a macro pad called the JC Pro Macro 2. It was programmed in the Arduino IDE, and worked really well for […]
Was cool to be able to do this article, taking a deep dive into the real capacity of CR2032 batteries. the TL;DR version is that they are meant for REALLY […]
Hadn’t seen this before now, but the RP2354 is adding FLASH memory onboard! Seems like a huge improvement from a simplicity standpoint. https://datasheets.raspberrypi.com/rp2350/rp2350-product-brief.pdf – That being said, I’m not sure […]
@afuevu_ Can you check my friends initial block diagram of a flight computer?
Hello, I am training a custom model on YOLOv5, and during training, I encountered the following warning. Can I ignore it and let the training complete, or could it cause […]
@melta101 or @32bitwidesaviour can either of you show me a rudimentary hardware driver in linux? How much of it is config and how much of it is code?
Has anyone tried using the ESP32-CAM driver with ESP-IDF? I’m facing an issue where I can’t build the project, and I’m unable to access menuconfig. When I try the command […]
I encountered an issue when injecting my assembly program **asm.txt** into a **portable executable file** to run a keylogger using `CreateThread`. `CreateThread` was failing with the error code `0x3E6 (ERROR_NOACCESS)`. […]
I was previously working on a *distributed robotic control system* where multiple robotic arms communicate via *CAN Bus* to coordinate their movements. Each arm operates independently, but they share data […]