Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by CJMW

  1. C

    Hello I'm a newbie From Indonesia, but live in Japan

    Save the height to an array and increment the array counter for the duration of the flight. myHeight=[]; i=0; drone.takeoff; while(some condition) i=i+1; myHeight(i)=readHeight(drone); pause(some time); end drone.land;
  2. C

    Drone DJI Tello Boost Combo MATLAB support

    MathWorks also supports the Ryze Tello EDU version in MATLAB. For the EDU versions, you can actually control multiple drones at once in a single MATLAB script. Ryze Tello Drone Support from MATLAB

New Posts