演示例程¶
- 00_normal_tx 普通型单次发送例程
- 01_normal_tx_reuse 普通型连续发送例程
- 02_normal_rx 普通型接收例程
- 03_normal_rx_single 普通型单次接收例程
- 04_normal_rx_timeout 普通型接收超时例程
- 05_enhance_tx 增强型发送例程
- 06_enhance_rx 增强型接收例程
- 07_enhance_rx_timeout 增强型接收超时例程
- 08_pingpong 乒乓通信例程
- 09_sleep 睡眠模式例程
- 10_ble_tx BLE广播发送例程
- 11_ble_rx BLE广播接收例程
- 12_carrier_mode 载波发送例程
- 13_multipipe 多通道通信例程
- 14_rssi RSSI测量例程
- 15_hopping 跳频通信例程
- 16_pair 对码通信例程
- 17_longrange_ble_tx BLE Long Range发送例程
- 18_longrange_ble_rx Long Range 接收例程
- 19_realtime_rssi 实时RSSI测量例程