Englebert
06d969220d
|
3 years ago | |
---|---|---|
OpenFlightRX.ino | 3 years ago | |
PriUint64.h | 4 years ago | |
README.md | 4 years ago | |
RF24.cpp | 4 years ago | |
RF24.h | 4 years ago | |
RF24_config.h | 4 years ago | |
nRF24L01.h | 4 years ago | |
printf.h | 4 years ago |
README.md
Notes:
Every power cycle, E32 settings will reset back to default. Below are the default settings:
SpeedParityBit BIN : 0 -> 8N1 (Default) SpeedUARTDataRate BIN : 11 -> 9600bps (default) SpeedAirDataRate BIN : 10 -> 2.4kbps (default) OptionTrans BIN : 0 -> Transparent transmission (default) OptionPullup BIN : 1 -> TXD, RXD, AUX are push-pulls/pull-ups OptionWakeup BIN : 0 -> 250ms (default) OptionFEC BIN : 1 -> Turn on Forward Error Correction Switch (Default) OptionPower BIN : 0 -> 20dBm (Default)
Meaning, every startup must load the desire settings into the E32 before starting up. Normal reboot is ok. Only full power cycle will back to default.
Things to be configure before power on: Transmission Power: 10, 14, 17 and 20 Address: 0x0000 ~ 0xFFFE Channel: 900MHz ~ 931MHz TXPower: 19.3dBm ~ 20.0dBm AirRate: 0.3kbps ~ 19.2kbps (2.4kbps) <--- Testing on 2.4 first. Based on calculation is about 300 Bytes/second.