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

Recent content by markwinap

  1. markwinap

    Tello WS Web App (Reactjs + Nodejs)

    Video of the app :P also repo updated
  2. markwinap

    Tello WS Web App (Reactjs + Nodejs)

    Guys I worked this Saturday on this small project creating this simple Reactjs web portal with gamepad controller support, video streaming and drone stats. I tested the app locally so far but the app should also work over the internet with a tunnel open. I will create a video later today to...
  3. markwinap

    Control Tello Using SMS Messaged - DJI Tello Experiments

    Guys Send SMS messages to control your DJI Tello Drone, please watch the instructions video :D GIT markwinap/DJI-TELLO-EXPERIMENTS YouTube Video Twitter @markwinap
  4. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Guys, Small Updated, removed the NodeJS gamepad package that was causing lots of incompatibility issues to JS using Gamepad API and sending the commands over WS. I will try to move other slow stuff from HTTP to WS later next week. I Also added a gamepad tester. Details on Git
  5. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Guys Small Update ++ GamePad Support (RC Commands ) PS4 and XBOX1 Controller Support GIT 3D Mission Cotrol - markwinap/Tello_3D_Mission_Control_NodeJS-JS Stand Alone GamePad Support - markwinap/DJI_TELLO_GAME_CONTROLLER_NODEJS Go to minute 19:39
  6. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Guys Just for fun, ALEXA Voice Commands Simple Hack. Note, this is not new project, but instead a simple add on of the Tello 3D Mission project.
  7. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Thanks a lot! Future Goals - Interface for joining local network (Tello Edu Only) - Better Support for Tello Edu (If im able to get 2 edu drones) -Separate window for checking all available drones telemetry - Create basic shapes (square, rectangle, triangle) -Add animation slider -RC commands -...
  8. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    UPDATE Finally another update. Added Presets (3 save slots added ) Kill Switch (button or space bar on the keyboard) Flip Updated Level (You can now level the drone to an specific height) Wait (Wait command is more consistent with other commands format) I will open a Patreon account and...
  9. markwinap

    How to use curve x1 y1 z1 x2 y2 z2 speed command

    Hi has anyone been able to run curve command on Tello SDK 1.3 or 2.0. I always receive "out of range" response from the drone. Thanks
  10. markwinap

    DJI Tello + TensorFlow Object Detection

    wow i just noticed that my video ended up here. I created this POC to show image recognition technologies using Tensor Flow and Python. The objective of the project was to detect 3 different signs (handcrafted cardboard symbols) and react. 1 card was to show walls, side walls and obstacles in...
  11. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    UPDATE + Telemetry + Rotation Why Do I Look So Tired?
  12. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Hi, I'm glad it worked in your end, im currently working on math calculations in order to support rotation or angle animations. Keep you guys posted.
  13. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Hi, Its weird, can you please share your npm and nodejs version. run the following commands in your console. npm -v node -v anyways, you can also run the app with this command node index Also for all that are following this thread i added drone live status, i will try to make a video update...
  14. markwinap

    Tello 3D Mission Control (JS + NodeJs) - WIP - UPDATED 2019-04-27

    Thanks, this should work on any internet browser, but i also created the tools for basically using any front end, app, dev board etc. Once i complete this project i planning to add more front end interfaces. (Apps, dev boards etc)