Miguel Castroblog.migcastro.com·Apr 19, 2024Journey to Fullstack - Week 7: Arduino?Hello, Codebrew Time readers! This week, I stepped into the intriguing world of Arduino, a platform that marries hardware with software, and I'm thrilled to share this segment of my educational journey with you. The attached flowchart outlines the al...Discussweek7
Ethan Halimethanh.hashnode.dev·Dec 11, 2023Arduino Timing Implementation Using delay() vs millis()When working on projects with the Arduino (or any other platform of your choice), the element of timing is essential in the program. Being able to control timing allows users to decide when functions should be called, for how long, and more. However,...Discuss·52 readsarduinouno
Milan Lazarevićmrlaki5.hashnode.dev·May 5, 2023ESP-07 beginner's guideESP-07 features an ESP8266 microcontroller with a built-in ceramic antenna and an optional external antenna port. It operates on 3.3V and will be damaged if connected to 5V. The board comes with pre-installed AT software that enables control over ser...Discuss·3.0K readsESP8266
Eng. Rodney Koomerodneykoome.hashnode.dev·Mar 29, 2023How do you make a simple robot with Arduino Uno and Easy Coding Board?Making a simple robot using Arduino Uno and Easy Coding Board is a great beginner project in robotics. Here are the steps to make it: Gather materials: You will need an Arduino Uno, an Easy Coding Board, two continuous rotation servos, a 9V battery,...Discuss·46 readsarduino
Rahul Goyalrhgoyal.hashnode.dev·Jun 16, 2022LCD With Arduino UnoIntroduction I have interfaced LCD with Arduino Uno using 4-bit mode and I have used LiquidCrystal Library of Arduino. Here I created animations on LCD that can be used for some projects or representations. Animations include beating heart animation,...Discuss·252 readsanimation
Mueniesthermueni.hashnode.dev·Jun 9, 2022Using ATMega328P chip as an ArduinoThe Arduino Uno module is great for prototyping. However, when moving from prototyping to the project phase, it can be quite big and expensive to include in the final circuit board (PCB). Rather than use the entire Arduino Uno module, the wiser solu...Discuss·10 likes·136 readsIoT HobbyistATmega328P