Skip to content

CME64/UAV-Blimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAV-Blimp


UAV Blimp controlled by Arduino Mega using web interface

Dependencies

  • Arduino Mega
  • Sensors and motors (details included in the ino file comments)
  • Node.JS
  • jQuery
  • jQuery UI
  • Flot.js
  • serialport2 (Node.JS Library)
  • socket.io.js
  • Google Maps v3

Steps:

  1. Build the Arduino sketch and uploade it to the board (using arduino's application)
  2. Connect the sensors and motors accordingly (refer to the code comments)
  3. Install Node.JS
  4. install the dependencies on Node.JS
  5. Add the provided server & client files to Node.JS (NodeJS_Server.js & client.html)
  6. Run the server

Notes:

  • You can host it over a local/public network
  • Controlling the motors using the web interface controls is incomplete but easy to implement
  • When adding files to the server check the corresponding dependencies names and versions

About

UAV Blimp controlled by Arduino Mega wirelessly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published