Don Bindner
Things to get involved in
Personal projects
- Crisscross - Collaborative crosswords. Solve crosswords together with your friends, even if you can't get together in meatspace!
- DVD remote via MQTT broker - A custom television control integrated into an existing home automation system, with an intuitive HTML / CSS / JavaScript user interface.
- USB keyer - A Morse code interface for the computer with integrated touch sensitive paddle. Can be used for solitary practice or for code via conference (e.g. Zoom).
- Z-273 programmer - A fully electrically isolated computer interface for reprogramming the frequencies of older-model Midland commercial radio transcievers.
- Mid Morse Code Beacon - An 85mW (approximate output power) FM Modulated Morse code beacon transmitter based on the Si4063 RF transmitter and the MSP430 microcontroller.
- Tiny Morse Code Beacon - A 13mW (approximate output power) FM Modulated Morse code beacon transmitter based on the Si5351 programmable clock generator and the MSP430 microcontroller.
High altitude balloon tracking
For the 2015 Great Plains Super Launch I designed a new APRS beacon radio, after one of our team members lost a balloon earlier in the year.
- My circuit for a high altitude balloon radio based on the DRA818U or DRA818V chip and the NavSpark GPS module.
- My circuit for the DRA818 daughter card that plugs into my master balloon radio circuit board (so you can easily change between VHF and UHF transmitters.)
- Small circuit for an in system programmer header to make it easier to program MicroAPRS onto the BalloonRadio circuit board.
- NavSpark/ - Scripts I used to set the fuses on the Atmega328p (I used an 8 MHz chip, even though the schematic shows 12 MHz), and for burning my modified copy of MicroAPRS. Both assume the USBTinyISP programmer.
- MicroAPRS/ - This patch applies against revision 777a0806f6766a9751b6b9f71ed115933674fe27 from the MicroAPRS git repository.
- MicroAprs/Navspark - source code for the NavSpark to communicate with the DRA818 radio module and the MicroAPRS module. Don't forget to put your own amateur radio call sign in the proper place in the code!
- dms/ - Degrees/Minutes/Seconds conversions.
- utc/ - UTC/local time banner
Random stuff
Other links
- Portable Space Engine A project that I worked on in college that now has a life of its own!
- seppl module A Linux kernel module for IPv4 link encryption. Not my project, but I have contributed patches to it.