BREATHALYZER WITH ANDROID PHONE, IOIO AND MQ-3 SENSOR
Introduction: This is a really cool project I've been working on, and this will be both a presentation and a tutorial on how to use the IOIO with Android. There's a lot to it if you never developed...
View ArticleTUTORIAL ON HOW TO COUNT UP WITH A SINGLE 7 SEGMENT DISPLAY
This tutorial will introduce you to a 7 segment display, and show you how to display a number (0 - 9) on a single 7 segment display. We see these displays every day and don't even think about them....
View ArticleWHAT IS A 7 SEGMENT DISPLAY? AND HOW DO THEY WORK?
This tutorial will introduce you to a 7 segment display, as a beginner's guide. Context We see these displays every day, and don't even think about them. Commonly, you will see the displays on your...
View ArticleATMEL STUDIO 6 WITH ARDUINO BOARDS - PART 3
Part 1 focused on installing and setting up Atmel Studio 6 for Arduino Boards. Part 2 told you how to integrate and use Arduino code, with Atmel Studio 6. Now Part 3, from a user suggestion, will...
View ArticleDIY ARDUINO BOARD AND FTDI PROGRAMMING
Kit composition: OK! So I have received my first free gift from Jaycon Systems, a 5V FTDI programmer and a DIY Arduino kit. Both these products you can find in these two links: Atmega328P BreadBoard...
View ArticleUSING THE EM-18 RFID MODULE WITH ARDUINO
This Tutorial will show you how to quickly setup and start using the EM-18 RFID Module. What you need: EM-18 Module Arduino UNO USB Cable Breadboard RFID Tags Buzzer, and the LED are optional. Watch...
View ArticleBLINKING AN LED USING AN ARDUINO UNO (EXPLAINED)
So you’re here because you want to start learning some of the Arduino Basics… So let’s start with THE most basics… no this "tutorial" is actually a little more basic than what you have in mind. It...
View ArticleRUN A SKETCH IN ARDUINO IDE
Our aim in this short tutorial, is to show you how to set up the Arduino IDE software to run a sketch. Note:In this tutorial we assume that you have already downloaded, and configured you Arduino IDE...
View ArticleSETTING UP ARDUINO SOFTWARE ON YOUR COMPUTER
In this tutorial, you will learn how to set up the Arduino IDE to work with your Arduino board (works will most Arduino boards) Step 1: Install the Arduino IDE software...
View ArticleATMEL STUDIO 6 WITH ARDUINO BOARDS - PART 2
Part 1 focused on installing and setting up Atmel Studio 6 for Arduino Boards. Now Part 2 will tell you how to integrate and use Arduino code with Atmel Studio 6! There are a lot of things to do, but...
View ArticleATMEL STUDIO 6 WITH ARDUINO BOARDS - PART 1
Atmel released the new version of their well-known Avr Studio, which now combines AVR, ARM and Qtouch under a new name: Atmel Studio Official Atmel Studio 6 page For the AVR part, the main difference...
View ArticleXBEE PAIRING TUTORIAL - SERIES 2
In this tutorial, you will learn how to pair two xBee modules: The antenna type does not matter when pairing the modules. The series type is product specific. For this tutorial you will need: 2 usb to...
View ArticleBLUETOOTH MATE MODULE AND ARDUINO TUTORIAL
Having trouble getting your Bluetooth module or Bluetooth Mate to work with Arduino? This tutorial will help you, and it won't take long! I will explain 3 major steps: Getting the module paired with...
View ArticleIOIO FOR ANDROID BEGINNER'S GUIDE
Step by step, this tutorial will help you install and configure the software needed to start developing IOIO applications for Android! While there is already a Beginner's guide on github's IOIO page,...
View Article9DOF Kalman Filter using Arduino Pro Mini and MinImu-9
Go here for a written tutorial and code
View ArticleWorking with an Arduino compatible wireless xBee Shield
We begin this tutorial by reviewing the basics of how to set up the Jaycon Systems Arduino compatible wireless xbee shield! After we have covered the basics, we swing into controlling motors...
View ArticleLCD Backpack Tutorial
Working with LCD screens has never been easier. With the LCD backpack soldered to the back of a 16x2 or 20x4 liquid crystal display (LCD), you can program the screen to do many things, including...
View ArticleCAN Bus Local Area NetworkTutorial
This tutorial will show you how to set up your own CAN Local Area Network using the CAN Bus shield! The CAN bus protocol is far superior to USART, SPI, and I2C because it uses a twisted pair to...
View ArticleReal Time Clock Module and alarms with Arduino
We made it easy for you to use our Real Time Clock Module! We updated the existing RTC library to support this new module with extended functionalities. 3 Arduino code examples are included in the...
View ArticleReal Time Clock Module and saving time with Arduino
We made it easy for you to use our Real Time Clock Module! We updated the existing RTC library to support this new module with extended functionalities. 3 Arduino code examples are included in the...
View ArticleSending an Email with Arduino Ethernet or Wifi
Before we start, a few words about Internet Service Providers, and the way emails are sent with Arduino. First, it might not work, depending on your ISP. The unauthenticated mail port 25, is now...
View ArticleHow to hand stencil with solder paste
We make it easy to see step by step how you take a bare pcb and apply solder paste.I have been hand stenciling circuit boards for about 2 years. In that time I stenciled over 1,000 circuit boards by...
View ArticleBasic 5 Volt Power Supply
The first part of any electronics project, is a power supply. Some projects use the USB port on your computer; others use a cheap wall adapter. Some are battery powered, and others are solar. With all...
View ArticleSet up and Installation Instructions for the Arduino Pro Micro
The miniature Arduino Pro Micro 3.3V and 5V open source board is a really nice addition to the open hardware lineup. One of the setbacks, is the difficulty setting up and installing the board drivers....
View ArticleFTDI USB to Serial Converter Guide
A Serial to USB converter is one of the most useful parts you can have in your box of electronics. It can be used for debugging, programming, and all sort of reverse engineering projects. In this...
View ArticlePro Mini Assembly Guide
The Pro Mini is a powerful little microcontroller board. It is a smaller derivative of the Arduino Uno which fits directly on a breadboard. It also uses an external Serial to USB converter for...
View ArticleGetting Started with the LS20031 GPS Receiver
GPS is an amazing thing. We use it in our day to day lives, and never give it much thought. It can help you get to your 8 o’clock in the morning meeting, or guide your robot to the finish line at a...
View ArticleGetting Started With The MC33932 Dual Motor Shield
Electric motors can be found inside just about everything you use. They are in everything from your phone (vibration motor), to your coffee machine (water pump), and even your car has them! It should...
View ArticleGetting started with the nRF8002 Bluetooth Breakout Board
The nRF8002 break out board is a simple to use module to develop Bluetooth 4.0 based applications. The nRF8002 has 3 digital outputs, 1 pulse width modulated(PWM) output, and 2 digital inputs. This...
View ArticleAndroid Programming for the nRF8002
Introduction This tutorial describes the android program needed to communicate with the nRF8002 breakout board and is companion to the hardware tutorial. The complete android source code is available...
View ArticleIR Controlled RGB Module
Recently we got these really cool RGB blubs that are controlled by an IR remote control. You plug them into your house hold light bulb socket and presto, you can set the mood of any room! There were a...
View Article