orb:basestation

Mission Base Station

Octanis communicates via two way Iridium, VHF and Bluetooth. All data received from the rover is sent to what we'll call “Mission Base Station”. This is a service running on a cloud server accepting structured data via REST API. Since this interface is standardised and centralised, it can be used for various other purposes like monitoring displays, phone apps and web apps.

  • Node.js/Express/Mongodb providing the API and data persistance
  • Frontends: octanis.org/mc , octanis 1 app
  • Ingestion via RockBlock API or custom API methods
Type Resource Comment Data Fields
GET/PUT heartbeat all sensor data (full, no data limit) temp_in, temp_out, pres_in, pres_out, batt_v, batt_i, sol_v, sol_i, mot1_rpm, mot2_rpm, mot3_rpm, mot4_rpm, strut1_pos, strut2_pos, strut3_pos, strut4_pos, iridium_lat, iridium_lon, iridium_accuracy, timestamp
GET/PUT map current obstacles, current location, path planned
GET/PUT image current image taken
GET/PUT payload payload specific data
  1. sudo apt-get install nodejs
  2. sudo apt-get install npm
  3. sudo apt-get install mongodb
  4. sudo ln -s /usr/bin/nodejs /usr/bin/node (ATTENTION!)
  5. sudo npm install express -g
  6. sudo npm install express-generator -g
  7. cd Octanis1-Mission-Base-Station
  8. sudo npm install
  9. Run the app: DEBUG=Octanis1-Mission-Base-Station npm start

Rockblock API docs: http://www.rock7mobile.com/downloads/RockBLOCK-Web-Services-User-Guide.pdf

Online octanis 1 status board (IN DEVELOPMENT): http://octanis.org/mc

  • orb/basestation.txt
  • Last modified: 9 years ago
  • by sam