Vous êtes sur la page 1sur 3

EasyProjects

SuperBlink_._._._._._._._._._._ Supercharging the Blink Program


PhotoResistorandLEDs

Use an LDR to create an LED effect

FlexSensorandLEDs

Use a flex sensor to create an LED effect

NPNTransistorsketch

Understand how to use a P2N2222AG NPN transistor with your


Arduino.

SerialCommunicationTutorial
Part1Stage1to5
Part2Stage6to8

These 3 tutorials will guide you through a range of projects which explain
how to get information to and from the Arduino using Serial
Communication.

Part3Stage9to12

Motiondetectorproject

A 3-axis accelerometer teams up with an Arduino to create a sensitive


motion detector. You can adjust the sensor so that the slightest movement
will cause the buzzer to go off !

SoundSensorproject

Use a grove Sound sensor to detect claps or knocks and respond by


lighting up a few LEDs

PIRSensorwithoutArduino

This simple project shows you how to use your PIR sensor without an
Arduino.

PIRSensorwithArduino

Connect a HC-SR501 PIR sensor to an Arduino UNO. The Arduino will


turn an LED on when movement is detected.

GroveButtonTutorial

A very simple tutorial using a Grove Button. Great for beginners.

GroveWaterSensor

Detect spills, leaks, rain, floods, water levels

4Channel5VRelayModule

An introduction to relays. This tutorial will show you how to use a 4


channel 5V relay module.

ArduinoBoombox

Add high quality sound or music to your Arduino project.

IntermediateProjects
UsingLEDasSensor(1)

Use an LED as a light detector

UsingLEDasSensor(2)

Use 2 LEDs to detect colour

DisplaySensordataonScreen

Send photoresistor analog readings from Arduino to computer screen via


USB (serial communication).

SendtextfilevaluestoArduino

Read a text file on your computer using the Processing language and send
the values to the Arduino to light up some LEDs

ControlLEDsusingcomputer
mouse

Use a computer mouse to create an interactive LED animation.

Computeranimationusing
photoresistor

Hook up a photo resistor to an Arduino to create a magical/interactive


animation effect on your computer screen.

ArduinoOLEDSlideshow

This project uses a Grove 96x96 OLED to display a slideshow of pictures


transmitted from the computer via Serial Communication (USB cable).

HCSR04UltrasonicSensor

Using an HC-SR04 ultrasonic sensor to create an interactive computer


animation

ControlArduinoviaBluetooth

Using the Bluetooth SPP app on Samsung Galaxy phone to control


Arduino via Bluetooth Shield.

ArduinoSelfie

Arduino controls a Canon PowerShot SX50 HS using a relay shield to


take a SELFIE. .

DIYIntervalometer

Make your own intervalometer using an Arduino and Canon PowerShot


SX50 HS

EPaperBarcode39

Display a Barcode on an E-Paper panel

ArduinoWeatherReporter

An Arduino UNO (and Ethernet Shield) queries Yahoo using a Temboo


account, and retrieves weather information. The data is filtered and
processed, and then passed on to another Arduino UNO to be displayed
on a TFT LCD module (ITDB02-1.8SP).

ArduinoBeatbox

Using home made capacitive sensors (and the ADCTouch library)


together with the Grove Serial MP3 player to create your very own drum
pad machine, or what I like to call - an Arduino BEATBOX.

CH376SUSBdiskread/write
module

Communicate with a CH376S USB disk read/write module using Serial


communication. Now you can store your project data to a USB
drive/stick.

NeopixelPlayground

Neopixel LED strips are a lot of fun ! In this tutorial, there are five fun
LED sequences to play with. From interactive cylons, comet and fire
effects, sparkling rainbows, and a digital spirit level.

NeopixelHeartBeatDisplay

Display your heart beat on a 5m LED strip.

MT8870DTMFDualTone
MultiFrequencyDecoder

Control your Arduino using a touch-tone phone, voice recorder,


YouTube, Web App, Smart phone app and more using DTMF tones and
simple Arduino sketch. This project is actually a lot cooler than it looks.
This module allows you to automate your Arduino in a very unique way
with little programming. You should try it for yourself.

ArduinoLEDLightBox

Make a cool LED light box with fun animations using an Arduino UNO
and a strand of RGB LED pixels.

GetArduinoDataoverthe
internet

Create a web page which will retrieve Arduino Analog Pin Data (in JSON
format) over the internet. The data will be retrieved using jQuery and
AJAX, and will be displayed on a bar chart within a web browser, without
having to refresh the web page.

StroboscopeAnimation&
MagzorMDP

Using the Magzor MDP process to create a Stroboscopic Animation. Uses


a hall effect sensor to trigger the LED. Precision and timing controlled by
an Arduino MEGA - blinks the LED just at the right time to create a nice
animation effect.

DiscoBallCake[NEW]

A Disco Ball cake that would not be complete without some LED bling !
The whole tutorial including how to put the cake together is right here in
this tutorial. This is bound to impress any person you decide to make this
for. A really fun and impressive project !

AdvancedProjects
PoorMan'sColourDetector
NeuralNetwork(Part1)
TheConnection
NeuralNetwork(Part2)
TheNeuron
NeuralNetwork(Part3)
TheLayer
NeuralNetwork(Part4)
TheNeuralNetworkClass
NeuralNetwork(Part5)
BackPropagationprocess

This detailed project will show you how you can develop your own neural
network, and use it to convert a few LEDs into a smart colour detector.

NeuralNetwork(Part6)
BackPropagationworked
example
NeuralNetwork(Part7)
CutandPasteCode
Poorman'scolourdetector
project

AnalogIRTemperatureGauge

An Infra-red temperature module is used to create a portable Analog


temperature gauge

SonarProject

An HC-SR04 ultrasonic sensor with an Arduino UNO is used to create a


sonar display.

CreateaBluetoothApp
Part1
Part2
Part3

These 4 tutorials will take you through the process of creating your own
android app using the processing language. This app will allow your
smartphone to establish Bluetooth communication with the Arduino
through the use of a Bluetooth shield, and control an RGB LED
connected to the Arduino

Part4

433MHzRFmoduleIntro

Testing the functionality of 433MHz RF transmitter and receiver module

Receiving433MHzRFsignals

Receiving a 433 MHz radio frequency signal from an RF remote and


observing the signal pattern.

Transmitting433MHzsignals

Use a 433MHz transmitter attached to an Arduino to send an RF signal to


a fan/light (and turn the light on).

433MHzremotereplacer

Record an RF signal and play it back at the push of a button. The Arduino
does all of the hard work. Once the sketch is uploaded to the Arduino,
there is no need for a computer to crunch the data. No libraries. No
sound cards. No Microsoft Excel. Just like a universal remote !

HomeSecuritywithSMSalerts
usingCayenne[NEW]

A home security project that detects intruders using a PIR sensor and
Laser Tripwire. Intruder detection notification with SMS/email alerts.
Personalised greetings for authorised entry. All made possible using the
new drag-and-drop IoT soultion called Cayenne

GUESTProjects
EasyEDARGB5050
LEDScrollBar

Create a PCB to control RGB LED strips with an Arduino Nano

ProcessingONLYProjects
Appenddatatotxtfile

Use Processing 2.2.1 to append data to a text file.

Readingdatafromtxtfile

Use Processing 2.2.1 to read data from a text file.

Vous aimerez peut-être aussi