AAdhila13inadhilas-engineering-journal.hashnode.dev·6d ago · 3 min read🌡️ Temperature Monitoring System Using Arduino and TMP36As part of my self-learning journey in Embedded Systems and Arduino programming, I built a Temperature Monitoring System using an Arduino Uno and a TMP36 temperature sensor. The system measures ambien00
KAKimkpe Arnold Sylvianinarnold8kimkpe.hashnode.dev·Jun 17 · 11 min readTraining and Deploying a Custom Bird Detector on the Google Coral Dev Board MicroWhy I Started This Project I have been exploring TinyML and edge AI because I am interested in how machine learning can move from notebooks and cloud servers into real physical devices. It is easy to 00
SSSarvesh Santinbitstosystems.hashnode.dev·Jun 15 · 7 min readBlinking an LED using Timer Interrupt CTC Method | AVR Bare Metal #4In the previous articles, we used Timer1 of the ATmega328P to generate delays for blinking the onboard LED. Till now we have explored two approaches. The first was the Polling Method, where the CPU co00
AAhmedinfirst-projects-blog.hashnode.dev·Jun 13 · 4 min readExploring IoT with ESP8266, Servo Motors, and ThingspeakUnlike many of the tutorials I’ve been through before, where I was building a certain product or trying to follow a series of steps, this project began from my having no particular end in mind, apart 00
SSSarvesh Santinbitstosystems.hashnode.dev·Jun 4 · 9 min readBlinking an LED using Timer Interrupt Method | AVR Bare Metal #3In the previous article, I wrote and flashed my first bare metal AVR program without using the Arduino IDE. We blinked the onboard LED of the Arduino UNO using AVR GPIO and Timer1. I mentioned earlier00
EAElectroscope Archiveinelectroscopearchive.hashnode.dev·May 27 · 5 min readBuild a DIY Arduino Retro Game ConsoleIf you have already built projects like LED blinkers, line followers, or weather monitors, it might be time to create something more interactive. A handheld Arduino gaming console is one of those proj00
EAElectroscope Archiveinelectroscopearchive.hashnode.dev·May 27 · 7 min readSmart Grid IoT with Arduino UNO R4Electricity monitoring is no longer limited to large industries and utility providers. With affordable IoT hardware and cloud platforms, anyone can build a smart energy monitoring system capable of tr00
SSSarvesh Santinbitstosystems.hashnode.dev·May 25 · 13 min readBlinking an LED using Timer Polling Method | AVR Bare Metal #2In the previous article, I set up the AVR toolchain on Linux. Now it’s finally time to write and flash the first bare metal AVR program without using the Arduino IDE. Blinking a LED on microcontroller00
SSSarvesh Santinbitstosystems.hashnode.dev·May 19 · 4 min readFrom Arduino IDE to AVR GCC | AVR Bare Metal #1Introduction It has been a while since I started playing around with microcontrollers. My journey began with the Arduino UNO and programming it using the Arduino IDE. Later, I spent some time learning00
ADAshish Disawalinprahari.net·Apr 12 · 7 min readGiving My Robot Eyes: HP w300 Camera on Arduino UNO Q's Linux SideIn the last post, I gave the robot its first sense — ultrasonic distance via the MCU. Now it's time for vision. The MCU handles real-time sensors, but the Qualcomm MPU runs Linux — which means USB cam00