Content for Arduino Mega

Mastermind Star Wars With Arduino MEGA

“These are adverse times for rebellion. Although the Death Star has been destroyed, the Imperial troops are using free hardware and Arduino as a secret weapon. That is the advantage of free technologies, any person (either good or bad) can …

Using I2C EEPROM ST24C04 with Arduino IDE

“Recently , I got hold of this EEPROM IC while browsing online , I searched the web and I found out that the IC, having part number ST24C04 supported I2C communication which gave me excitement thinking that I could make this work …

BluBerriSix - a TFT TouchScreen / Arduino Tutorial

“2019 is the 20th anniversary of the RIM Blackberry 850! This little Canadian invention changed the way the world communicates. It’s long gone, but its legacy continues! In this instructable, you’ll learn how to use the MCUfriend.com …

RGB LED Newtons Cradle

“The Newtons pendulum is a device that demonstrates conservation of momentum and energy. A typical Newton’s cradle consists of a series of identically sized metal balls suspended in a metal frame so that they are just touching each other …

Arduino MEGA 2560 32Kb RAM shield

“A simple Arduino mega SRAM expansion. A simplest possible SRAM expansion for Arduino MEGA 2560 compatible boards. It adds 32Kb to internal 8Kb of Atmega2560 and allows to run much more complex programs on the board.Terminal-BASIC interpreter from …

Polargraph Drawbot

“Well, if you have decided to build yourself a polargraph, this is your instructable! A polargraph is a computer controlled drawing machine. Motors are fastened on the two upper corners of the drawing surface. They are equipped with gear pulleys …

Automated Cocktail Drink Machine

“Hey guys, In this instructables I want to show you how to build your own automated mixed-drink maker to satisfy all your liquid (and alcohol ;) )needs. For a while now, I have been satisfying my thirst and taste-buds with pre-made …

High Five! - a Robotic Hand

“One day, in our Principles of Engineering class, we set out to construct compound machines out of VEX parts. As we began to build the mechanisms, we struggled to manage multiple complex components that needed to be assembled together. If …

Arduino-Oscilloscope: Why It Works

“A few years back as I was getting into electronics and studying the basic principles. I found that a scope is the tool that helps you in almost everything. Now that I understood that, I set out to learn the …

Arduino - Take Picture - Upload to Google Drive

“Arduino takes picture from camera and upload it to Google Drive via Google Drive API. Login process is via OAuth 2.0. How It Works 1. Login to Google Account via OAuth 2.0 for IoT devices to obtain access_token …