forked from sheaivey/rx5808-pro-diversity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding OLED documentation and schematics.
- Loading branch information
Showing
5 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
 | ||
|
||
#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 | ||
 |