Skip to content

UrsusPilot/flight-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xbee plot

Getting data via xbee, and it as a plot. Message sending via socket.io.

Inspire by https://github.com/KuoE0/MPU6050-WebPlot

Prerequisite

  • nodejs
  • npm
  • bower npm install -g bower

Preview

acc angular attitude

Start

After plugin your xbee, enter dmesg to find your serialport, to start getting data enter:

sudo node xbee.js <serialport> <buad rate>

for example

sudo node xbee.js /dev/ttyUSB0 9600

Develop

Install package via npm

npm install

Install client package via bower

bower install

License

MIT @chilijung

About

Legacy, not maintaining anymore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published