Skip to content

Commit

Permalink
Adding OLED documentation and schematics.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheaivey committed Aug 30, 2015
1 parent c5eb172 commit 556f9d8
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The code is also now backward compatible with the original rx5808-pro schematic
- *(NEW)* **Led Status** - Power, button pressed, active antenna.
- *(NEW)* **Race Band** - Added band C/Immersion Race for a total of 40 supported channels.
- *(NEW)* **Backward Compatibility** - Use this code with your existing setup.
- *(NEW)* **OLED Version** - Use a 128x64 OLED Display instead of TV_OUT.
- *(REMOVED)* ~~**DIP mode** - Set channel by extern DIP switch~~

####In the works...
Expand Down Expand Up @@ -74,6 +75,7 @@ For more information on specific hardware implementation:

1. [DIY Simple - Arduino Nano](/docs/diy-arduino-nano.md)
2. [DIY Advanced - Custom Board](/docs/diy-custom-board.md)
1. [OLED Version - Arduino Nano](/docs/oled-arduino-nano.md)
3. [rx5808 SPI modification](/docs/rx5808-spi-mod.md)
4. [Enclosure Documentation](/docs/enclosure.md)

Expand Down
3 changes: 1 addition & 2 deletions docs/diy-arduino-nano.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
####Schematic
![alt text](img/rx5808-pro-diversity-schematic-simple.jpg)


#DIY Basic - Arduino Nano (Not Diversity)
You can comment out the following line to remove the diversity menu from the GUI. (Note the dip mode is still not implemented.)
You can comment out the following line to remove the diversity menu from the GUI. (Note: dip mode is still not implemented.)
```
#define USE_DIVERSITY
```
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/rx5808-pro-original-schematic-oled.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions docs/oled-arduino-nano.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#OLED Simple - Arduino Nano

####BOM
- 3x 1k resistor
- 3x 330 resistor
- 2x rx5808 receiver with [spi mod](rx5808-spi-mod.md)
- 3x LEDs
- 3x Momentary switch
- 1x Toggle switch
- 1x Buzzer (optional)
- 1x 4066 digital switch chip
- 1x Arduino Nano 3.0 328
- 1x OLED 128x64 display

####Schematic
![alt text](img/rx5808-pro-diversity-schematic-simple-oled.jpg)

#OLED Basic - Arduino Nano (Not Diversity)
You can comment out the following line to remove the diversity menu from the GUI. (Note: dip mode is still not implemented.)
```
#define USE_DIVERSITY
```

####BOM
- 3x 1k resistor
- 1x 330 resistor (optional)
- 1x rx5808 receiver with [spi mod](rx5808-spi-mod.md)
- 1x LEDs (optional)
- 3x Momentary switch
- 1x Toggle switch
- 1x Buzzer (optional)
- 1x Arduino Nano 3.0 328
- 1x OLED 128x64 display

####Schematic
![alt text](img/rx5808-pro-original-schematic-oled.jpg)

0 comments on commit 556f9d8

Please sign in to comment.