An open API service indexing awesome lists of open source software.

https://github.com/aurasphere/arduino-projects

Collection of my Arduino projects.
https://github.com/aurasphere/arduino-projects

arduino bluetooth eeprom infrared multithread serial

Last synced: 6 months ago
JSON representation

Collection of my Arduino projects.

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)

# Arduino Sketches
This repository contains my smaller Arduino Sketches. Those are:
- **serial_led**: a program that turns on and off a led based on a character sent via serial port.
- **infrared_remote**: a program that emulates a TV remote by sending an infrared signal according to a serial input signal. This project has a dependency on [z3t0's Arduino IRremote](https://github.com/z3t0/Arduino-IRremote) repository.
- **serial_echo**: a program that sends any string received through serial port back via the same serial port. The purpose of this program is to test Bluetooth connections.
- **humidity_reader**: a program to read humidity and temperature and display it on an LCD display.
- **virtual_piano**: a program to play a piano using distance between an ultrasonic sensor.
- **sonar**: a program that bips faster when objects gets closer to the sensor.