Quantcast
Channel: Arduino Basics
Browsing all 112 articles
Browse latest View live
↧

Neural Network (Part 5): The Back Propagation process

Back-propagationBack propagation is the process by which you move backwards through the neural network to adjust the weights and biases so as to reduce the total error of the network. The total error...

View Article


Image may be NSFW.
Clik here to view.

Neural Network (Part 6) : Back Propagation, a worked example

A worked example of a Back-propagation training cycle.In this example we will create a 2 layer network (as seen above), to accept 2 readings, and produce 2 outputs. The readings are (0,1) and the...

View Article


Image may be NSFW.
Clik here to view.

Neural Network (Part 7) : Cut and Paste Code

Ok - so you don't like tutorials, and would rather just cut and paste some code.This is for you.http://www.openprocessing.org/visuals/?visualID=33991Make sure to select "Source code" when you get...

View Article

Image may be NSFW.
Clik here to view.

Poor Man's Colour Detector (Part 2) - The project

In this project we will be detecting the colour of 3 different Mega Blok colours (Red, Yellow and Green). We will be using an Arduino UNO connected to  2 LEDs (one Yellow and one Red LED) as light...

View Article

Image may be NSFW.
Clik here to view.

NPN Transistor Sketch (P2N2222AG) using PWM

We are now going to build a simple circuit to test out the P2N2222AG transistor in the sparkfun inventor's kit. You can also buy this transistor from RS-online.Here are the components that you will...

View Article


Image may be NSFW.
Clik here to view.

Reading from a Text File and Sending to Arduino

The following tutorial will demonstrate how to Read values from a Text file (.txt, .csv) to blink 1 of 9 LEDs attached to an Arduino. It uses the combination of an Arduino and Processing program to...

View Article

Image may be NSFW.
Clik here to view.

Mouse Controlling Arduino LEDs

Use a mouse to control LEDs attached to an Arduino. This project uses the processing language to transmit the mouse coordinates to the Arduino, which then uses this information to turn on some LEDs....

View Article

Image may be NSFW.
Clik here to view.

Jumper: Arduino controlled animation

In this project, I have connected an Arduino to my computer and used a photoresistor to control an animation on the screen. Other sensors could have been used, but I chose a photoresistor because it...

View Article


Image may be NSFW.
Clik here to view.

Simple Arduino Serial Communication

This Tutorial is progressive and will be updated from time to time. The goal is to start from a very basic form of Arduino Serial communication, and progressively add or improve components so that we...

View Article


Image may be NSFW.
Clik here to view.

Simple Arduino Serial Communication (Part 2)

In Stages 1 to 5 , we experimented with the Serial Monitor on the Arduino IDE to transmit data to the Arduino and receive data from the Arduino. We performed simple Serial communication of data in both...

View Article

Image may be NSFW.
Clik here to view.

Grove OLED 96x96 Slideshow

This project makes use of the Grove OLED 96x96 display to present a mini-slideshow.  Pictures on your computer are transferred to the OLED via a Processing script, and will cycle through them as many...

View Article

Image may be NSFW.
Clik here to view.

3-axis accelerometer motion detector project

Description:A 3-axis accelerometer sits at the heart of this project to provide a nifty little motion detector. Want to know who is stealing from the cookie jar? Want a simple home intrusion detector?...

View Article

Image may be NSFW.
Clik here to view.

Arduino UNO - XBee Setup

There are many XBee tutorials out there, but I could not find one that I could apply to my specific Arduino/Shield/Xbee configuration. While this particular configuration may not apply to you, perhaps...

View Article


Image may be NSFW.
Clik here to view.

HC-SR04 Ultrasonic Sensor

Introduction:The HC-SR04 Ultrasonic Sensor is a very affordable proximity/distance sensor that has been used mainly for object avoidance in various robotics projects . It essentially gives your Arduino...

View Article

Image may be NSFW.
Clik here to view.

Analog IR Temperature gauge

Introduction:The IRTEMP module from Freetronics is an infrared remote temperature sensor that can be incorporated into your Arduino / microcontroller projects. It can scan a temperature between -33 to...

View Article


Arduino Basics: Google+ Page

I have just set up a Google+ page for the Arduino Basics blog posts.If you haven't already tried it, Google+ is a great way to develop communities of like-minded individuals. It is a great way to share...

View Article

Image may be NSFW.
Clik here to view.

Sonar Project Tutorial

Introduction:This project utilises the HC-SR04 ultrasonic sensor to scan for nearby objects. You can program the Arduino to sound an alarm when the sensor detects an object within a specific vicinity....

View Article


Image may be NSFW.
Clik here to view.

Bluetooth Tutorial 1

Introduction:The bluetooth shield used in this project is a great way to detach the Arduino from your computer. What is even better, is that the shield allows you to control your arduino from your...

View Article

Image may be NSFW.
Clik here to view.

Bluetooth Android Processing 1

PART ONEIntroductionThis is a four part tutorial which will take you through step-by-step on how to create Android apps on your Mobile device that will allow you to communicate with your Arduino over...

View Article

Image may be NSFW.
Clik here to view.

Bluetooth Android Processing 2

PART TWOIf you happened to land on this page and missed PART ONE, I would advise you go back and read that section first. You may get lost coming in half way through the story. This is what you'll find...

View Article
Browsing all 112 articles
Browse latest View live