Search Results for: arduino uno

Arduino Bootloader

Burning the Bootloader on ATMega328 using Arduino UNO as ISP

I had one remote controlled project that needed an Arduino running 24/7 but I didn’t want to leave my $32 Arduino UNO, so I decided to buy some pieces and created my own Arduino. The most important part was buying the microcontroller. These were my options: ATMega328P-PU with Optiboot ~ $5.50 (Sparkfun) / $5.19 (Digikey) […]

Burning the Bootloader on ATMega328 using Arduino UNO as ISP Continue Reading

Line Follower Robot Arduino Mega uno Very Fast Using Port Manipulation

Line Follower Robot – Arduino Mega/uno – Very Fast Using Port Manipulation

Line follower robot is a useful robot that is used in ware houses, industries, and stores etc, where it follows a dedicated path. The presented robot captures line position with IR Sensors. If the robot get off the line it will U turn and back to the line again. Also, it would stop while the designed spot is

Line Follower Robot – Arduino Mega/uno – Very Fast Using Port Manipulation Continue Reading

Arduino Robot Uno

Uno The Arduino Robot

Age: 13 Meet Uno the Arduino powered robot.  Some functions include a blinking nose, moving antennas, rotating head, IR distance sensor, twin motor gear box and rotation counters.  Uno is made with relatively easy to obtain parts.  This project provides a good introduction to Arduino. robot.skp475 KB Step 1: Materials Material and tools • Foam board • Fimo • 4 Rare Earth magnets • 4 small metal

Uno The Arduino Robot Continue Reading

Arduino Microcontroller Guide: Getting Started with DIY Electronics

1        Introduction 1.1        Overview The Arduino microcontroller, a user-friendly yet robust single-board computer, has garnered significant popularity in both hobbyist and professional circles. Being open-source, Arduino boasts affordable hardware and freely available development software. This guide is tailored for students enrolled in ME 2011 or anyone encountering Arduino for the first time. Advanced users can

Arduino Microcontroller Guide: Getting Started with DIY Electronics Continue Reading

How to Control an Arduino from a Web Page

Remote Control: Interacting with an Arduino via Web Interface

Upon acquiring my initial Arduino board, my immediate aspiration was to administer it through a web interface. However, lacking an Ethernet shield initially, I deferred the idea. Recently, spurred by curiosity, I procured a shield from Amazon to explore the possibilities. The foremost step entailed drafting a basic sketch capable of rendering a web page

Remote Control: Interacting with an Arduino via Web Interface Continue Reading

Mastering I2C: Interfacing Arduino Boards for Seamless Communication

In this project, we will establish I2C communication between two Arduino boards. Additionally, we will revisit some fundamentals of Arduino I2C communication, serving as a concise recap of what we’ve previously covered in detail in an earlier Arduino I2C Tutorial. We will explore all three potential scenarios for I2C communication and develop three distinct Arduino

Mastering I2C: Interfacing Arduino Boards for Seamless Communication Continue Reading

Then click on the play button

Arduino SoftwareSerial Mastery: Harnessing Multiple Serial Ports

Description: This article delves into the Software Serial library, a commonly utilized resource in Arduino programming. It explores its significance in programming for Arduino Uno or Arduino Nano and provides insights into when and why to employ this library. Through the aid of a Proteus simulation, I will elucidate its practical applications, alongside showcasing advanced-level

Arduino SoftwareSerial Mastery: Harnessing Multiple Serial Ports Continue Reading

Scroll to Top