Ardunio Projects (Nav)
Arduinos, Teensys, and other programable compents can be used for a various amount of projects. These compoents are special because be programed to add logic into a otherwise stationary circuit. I have put together a few projects, open source, and avaliable for others to use.
Used Items
- Teensy 4.1
- 1. Allows for highly programable systems with audio and other stuff
- 2. Teensy 4.1 avaliable on PJRC
- 2. Audio Shield avaliable on PJRC
- Ardunino Nano
- 1. Allows for programable systems that are small in size
- 2. Avaliable from arduino.cc
- 2. Audio Shield avaliable on PJRC
Projects
Teensy Walkie Talkie System
This works by using serial communication between the teensy 4.1 with a audio shield and the computer to have intercontrolable items. Check it out!
Arduino/Python Serial/Com Port Interchanger (.exe)
This custom, yet underkill overkill app lets you select active com ports and send and watch commands from them. It also has a built in audio file for NSL airsoft sounds. This app is open source, on GitHub, and built using Python, Javascript, and HTML. View on GitHUB
Christmas Light Timer
This works by using a onboard 1ms ticking for having a general range to shut off christmas lights. This system is not perfect, and will edventually come out of sync, but it wrosk fine when using only for about a month. Uses serial communication on arduino nano. Check it out!
Christmas Light Flasher
Uses arduino nano and serial communication to sync christmas lights with music using vixen. Check it out!
Serial Controlled Relays
Basic system for arduinos to change variables using serial communication Check it out!
12v MP3 player
Basic system for arduinos to change variables using serial communication Check it out!