3DR Radio 915Mhz Telemetry Kit [S211]
https://www.youtube.com/watch?v=8zU309jKdtc
* Specs
3DR Telemetry Kit Specifications
Very small size
Light weight (under 4 grams without antenna)
915MHz
Receiver sensitivity to -121 dBm
Transmit power up to 20dBm (100mW)
Transparent serial link
Air data rates up to 250kbps
MAVLink protocol framing and status reporting
Frequency hopping spread spectrum (FHSS)
Adaptive time division multiplexing (TDM)
Support for LBT and AFA
Configurable duty cycle
Built in error correcting code (can correct up to 25% data bit errors)
Demonstrated range of several kilometers with a small omni antenna
Can be used with a bi-directional amplifier for even more range
Open source firmware
AT commands for radio configuration
RT commands for remote radio configuration
Adaptive flow control when used with APM
Based on HM-TRP radio modules, with Si1000 8051 micro-controller and Si4432 radio module
* Contents
- Connect
5V ----- 5V
TXD ----- RX
RXD ----- TX
CTS
RTS
GND ----- GND
- Key Code
void setup() {
Serial.begin(57600);
}
void loop() {
if (Serial.available()) {
Serial.print((char) Serial.read());
delay(10);
}
}
'2) Sensor > RF' 카테고리의 다른 글
NRF24L01 2.4Ghz Wireless Module (NRF24L01) [S275] (0) | 2018.01.16 |
---|---|
433Mhz Super-regenerative module (FS1000A,MX-JS-05V) [S081] (0) | 2016.09.17 |
315Mhz 4Channel Remote Control Kit (PT2262/PT2272) [S054] (1) | 2016.09.17 |