sketch

TiDiGino Contest

TiDiGino Contest using arduino

The project TiDiGino We developed a new GSM remote control called TiDiGino. The name recalls the initials (TDGxx) of our previous GSM remote control and is also based on the Arduino project. All the details of this circuit can be found below, but no the sketch, because this is your assignment. The contestYou have to write the firmware for this project.  The device must perform all the functions of the past …

TiDiGino Contest using arduino Read More »

MKR1000 fr (6)

MKR1000 Universal Remonster! Using Arduino

WiFi connected universal remote with smart phone webapp. Things used in this project Hardware components Arduino MKR1000 Arduino Nano R3 General Purpose Transistor NPN Triggers the PNP transistors of IR LED array Resistor 1k ohm pulls down NPN transistor IR transmitter (generic) IR LEDs. Get wide angle if you have a choice General Purpose Transistor …

MKR1000 Universal Remonster! Using Arduino Read More »

MKR1000 fr (4)

MKR1000 Universal Remonster! Using Arduino

WiFi connected universal remote with smart phone webapp. Things used in this project Hardware components Arduino MKR1000 Arduino Nano R3 General Purpose Transistor NPN Triggers the PNP transistors of IR LED array Resistor 1k ohm pulls down NPN transistor IR transmitter (generic) IR LEDs. Get wide angle if you have a choice General Purpose Transistor …

MKR1000 Universal Remonster! Using Arduino Read More »

remotely monitor your fridge

Monitor fridge with Arduino MKR1000 and thethings.iO

To assure that your beer (and other) beverages are at a cool temperature, today we show you how to remotely monitor your fridge! Things used in this project Hardware components Arduino MKR1000 × 1 Temperature sensor DS18B20 × 1 Jumper wires (generic) × 3 Hand tools and fabrication machines Soldering iron (generic) Story Introduction Today …

Monitor fridge with Arduino MKR1000 and thethings.iO Read More »

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several …

Arduino Switch (case) Statement, used with serial input Read More »