Tag: arduino

3D Printed Robotic Arm

3D Printed Robotic Arm Wiring Instructions Required Hardware Servo Driver Arduino Servo Motor Joystick Buzzer Push Button Toggle Switch Red Led Green Led Led Holders PSU Recommended Software Arduino IDE Instructions and Code STEP 1 Head to   thingiverse  download the

Tagged with: , , ,

RF Link Transmitter and Receiver – 433MHz

In this two tutorial we will Transmit data from an Arduino to another Arduino using the RF 433Mhz Module Wiring Instructions To wire your RF link Transmitter to your Arduino, connect the following pins: Connect the VCC pin to 5

Tagged with: , , ,

Wireless distance measuring with ultrasonic

In this Arduino tutorial you will learn how to make a wireless communication between two Arduino boards using the NRF24L01. Also you can measure distance with ultrasonic sensor and transmit it to another Arduino with transceiver module. Wiring Instructions To

Tagged with: , , ,

NeoPixel Stick

Wiring Instructions To wire your ΝeoPixel Stick  to your Arduino, connect the following pins: Connect the VCC pin to 5 Volts (5V) Connect the GND pin to ground (GND) Connect the GND pin to ground (GND) Connect the DIN pin

Tagged with: , , , ,

Quadruple 8×8 led matrix with MAX7219

   In this tutorial you will learn how to use the Quadruple 8×8 led matrix with MAX7219. With this code a scrolling text will appear containing various characters. Wiring Instructions To wire your LED matrix to your Arduino, connect the following

Tagged with: , , ,

Bluetooth module AT-09

With this tutorial you can send data from your android phone to AT-09 (via the Serial Bluetooth Terminal app)and read it from the Arduino IDE  serial monitor .As a bonus if you send “0” the led on Arduino will turn off

Tagged with: , ,

Use Temp Sensor TMP36 with Arduino

temperature sensor tmp36 arduino

In this tutorial you will learn how to use the TMP36 sensor with Arduino uno. The room temperature will be printed to serial monitor. The TMP36 is a low voltage, precision centigrade temperature sensor. It provides a voltage output that

Tagged with: , , ,

Arduino UNO WiFi

Arduino Uno WiFi

The UNO WiFi board is the Arduino UNO with integrated WiFi. For beginner and advanced users alike. The Arduino UNO WiFi board is based on the ATmega328 and it has an integrated ESP8266 WiFi Module. If you are starting out

Tagged with: , , , ,

Arduino Lesson 17: Using a PIR

Overview Parts How PIR Work ? The Breadboard Layout Arduino Code Overview PIR sensors allow you to sense motion, almost always used to detect whether a human has moved in or out of the sensors range. They are small, inexpensive, low-power,

Tagged with: , , , ,

Arduino Lesson 4: Drive 7-Segment Display

Overview Parts What 7-Segment is ? The Breadboard Layout Arduino Code Overview In this lesson, you will learn how to control a 7-Segment display with an Arduino. Parts To build the projects described in this lesson, you will need the following

Tagged with: , , ,

Arduino Μάθημα 0: Εισαγωγή

Επισκόπιση Υλικά Πλακέτα Δοκιμών Εγκατάσταση του Arduino (Windows) Εγκατάσταση του Arduino (Mac and Linux) Πλακέτες και Θύρες Τα μαθήματα Επισκόπιση Σε αυτό το μάθημα θα μάθετε πως να εγκαταστήσετε την πλακέτα Arduino στον υπολογιστή σας και πως να την ρυθμίσετε

Tagged with: , ,

Arduino Μάθημα 1: Αναβόσβημα Led

Επισκόπιση Υλικά Το ‘L’ λαμπάκι Φορτώστε το παράδειγμα ‘Blink’ Αποθηκεύστε ένα αντίγραφο του ‘Blink’ Φορτώστε το νέο παράδειγμα MyBlink στην πλακέτα Πως λειτουργεί το ‘Blink’ Αυξήστε τον ρυθμό αναβοσβησίματος Επισκόπηση Σε αυτό το μάθημα θα μάθεις πως να κάνεις το

Tagged with: , , ,

Arduino Lesson 16: Email sending Movement Detector

Overview Parts Breadboard Layout Arduino Code Installing Python and PySerial Python Code Other Things to Do Overview In this lesson you will learn how to use a PIR movement detector with an Arduino and to have the Arduino communicate with

Tagged with: , , , , ,

Arduino Lesson 15: Stepper Motor

Overview Parts Breadboard Layout Arduino Code Stepper Motors Other Things to Do Overview Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or

Tagged with: , , , ,

Arduino Lesson 14: DC Motor with L293

Overview Parts An Experiment Breadboard Layout Arduino Code L293D Other Things to Do Overview In this lesson, you will learn how to control both the direction and speed of a small DC motor using an Arduino and the L293D motor

Tagged with: , , ,
Top