under construction APC220 radioThe APC220 radios is one of the simplest ways to implement radio communication between computer devices. The APC220 provides a simple serial transmit receive interface. Some specs
micro TX --> RX(APC220) ---radiolink---> (APC220)TX --> RX(another micro) Forward error encoding handles transmission errors up to a certain level. Thumb rule says that if you transmit 40 bytes will send up to 80 bytes in air All encoding etc is handled by the radios so the users just see it as a serial wire connection. Encoding and error correction is handled by the radio so you just have a wireless serial line. Limitations:
This apc220 interface and configuration library is based on a simple C class It is based on use of SoftwareSerial so on a UNO the hardware serial port is available or other things. On a cansat it could be like
Still beware of your databudgets. Dont use all CPU power and time for logging If you have a MEGA there is 4 hardware serial ports. In that case you can modify library to just use a hardware serial port. because … Changing frequency on radioThe library provide a simple interface for reprogram the apc220 See examples See apc220code.html Source listningslist folder: apc220cfg
DocsEncoding - in generalJens See links in menu at your left |