What do you want to make?
Collection of articles, tutorials, and resources written for the STEMTera™ Breadboard.
-
How to Install LUFA for Arduino USB DevelopmentInside the STEMTera™ Breadboard there are two micro-controllers, ATmega328P and ATmega32U2. When operating in normal Arduino mode, the ATmega328P interacts with external devices and the ATmega32U2 act as a TTL ...
-
Exercise 7 - Arduino Automatic Night LampWhat is automatic night lamp and learn how to write Arduino night lamp sketch using photoresistor and Arduino. In this excercise we will learn how to make an Arduino automatic night lamp using phot...
-
Excercise 6 - Arduino PotentiometerWhat is a potentiometer and learn how to write Arduino sketch to use potentionmeter with Arduino using the STEMTera™ Breadboard. In this exercise, we will learn how to use a potentiometer. A potentiometer is var...
-
Exercise 5 - Arduino Buzzer MusicWhat is Arduino music and how to write Arduino music sketch using the STEMTera™ Breadboard. Arduino can be used to produce musical note by sending out digital pulses in frequency corresponding to that musical n...
-
Exercise 4 - Arduino Push Button Controlled LEDHow to write push button Arduino sketch? In this exercise we will learn how to use the STEMTera™ Breadboard to read the input from a push button and translate the input into a toggling state that can be used to ...
-
Exercise 3 - Arduino Knight Rider LEDWhat is Knight Rider and how to write Arduino Knight Rider sketch? The Knight Rider LED is inspired by the advanced artificial intelligent self-aware car from the 80's Knight Rider TV series. The c...
-
Exercise 2 - Arduino Pulse Width Modulation (PWM)What is PWM and how to write Arduino PWM sketch on the STEMTera™ Breadboard. Pulse width modulation is a modulation technique used to encode a message into a pulsing signal. Even though this is a modulation tech...
-
Arduino ExercisesLEDs (light-emitting diodes) are small and energy efficient lights that are used in many applications. In this Arduino blinking LED exercise, we will start with one of the easiest LED blinking circ...
-
Common Electronic Components - Part 2Piezo buzzer, photoresistor, temperature sensor, transistor, potentiometer and DC motors are some of the most commonly used electronic components.