Inspect Modules

Doodle Labs module setup parameters (frequency, channel, and bandwidth) need to be same for both Doodle labs radios (in UAV and wearable).

To inspect parameters follow these steps:

  1. SSH into the Doodle Labs modules: ssh root@<doodle_radio_ip> UAV <doodle_radio_ip> can be found on the UAV or in DOODLE_RADIO_IP environment variable. Wearable module <doodle_radio_ip> can be found on the wearable module.

  2. Go to the config file: cd /etc/config/

  3. Find the channel bandwidth and channel: cat wireless

  4. Find the radio frequency: cat system

Output of cat wireless
Output of cat system

Once obtained, change frequency, channel, chanbw to match on UAV and wearable Doodle Labs radios following the steps in Setup Modules.

Last updated