MATLAB: How to connect to the Rolling Spider minidrone

Embedded Coderminidronesparrotparrot minidronessimulink

How do I connect to the Rolling Spider minidrone?

Best Answer

Please follow the steps given below to connect the Rolling Spider minidrone:
  1. To connect over Bluetooth Low Energy (BLE) to host computer, use the IP 192.168.1.1 .
  2. To connect over USB to host computer, use the IP is 192.168.2.1.
  • For example, you can connect to the minidrone over USB and log on to the embedded shell of the minidrone as below. (Ensure that minidrone is connected to PC and powered on and telnet client is enabled).
telnet 192.168.2.1
  • Similarly, if minidrone is connected over Bluetooth, execute the below command in windows command prompt.
telnet 192.168.1.1