Here are the steps:
a. Make sure you build system on that is available on https://github.com/mangOH/ using the steps listed https://github.com/mangOH/manifests
The three critical files that will be installed on the WP module for Arduino are
[running] arduinoBridge -> This talks to dataRouter and sketch running on WP
[running] dataRouter-> This is the data aggregation/sorting app
[running] mqttClient -> mqtt used for data upload to Air Vantage
b. Download the sketch to Atmega chipset using CN330 . Sketch is located in the example folder here:
I compiled and installed all the legato apps, they are running fine, and the sketch is also uploaded to the Atmega, but I would simply like to get my sensor data in the WP (accessible in a shell script) without AirVantage. How can I get the sensors data from the SwiBridge.pushxxx() to linux? Do you have some documentation about that?
Other point: is it possible to establish a serial connexion between the Atmega and the WP?