You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Englebert 06d969220d For later design 3 years ago
OpenFlightRX.ino For later design 3 years ago
PriUint64.h Final Version 4 years ago
README.md Final Version 4 years ago
RF24.cpp Working 4 years ago
RF24.h Working 4 years ago
RF24_config.h Working 4 years ago
nRF24L01.h Working 4 years ago
printf.h Working 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.