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.
- Host: GitHub
- URL: https://github.com/aurasphere/arduino-projects
- Owner: aurasphere
- License: mit
- Created: 2019-04-20T14:00:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T06:10:13.000Z (over 4 years ago)
- Last Synced: 2025-01-02T05:13:04.744Z (about 1 year ago)
- Topics: arduino, bluetooth, eeprom, infrared, multithread, serial
- Language: C++
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.