This is a work in progress - at the moment the API is being defined.
For info on the API development click
OctaveOrp/c/AppExamples/ArduinoAvr/PC_mingw32/test_orp_input.c
Builds and runs for mingw32
OctaveOrp/c/AppExamples/ArduinoAvr/octaveAdcDemoSketch/octaveAdcDemoSketch.ino
Builds and runs - is able to send and receive data to/from Octave. Sends 8 live ADC values to Octave Receives one datavalue from Octave
Tested with :
OctaveOrp/c/AppExamples/ArduinoAvr/octaveDemoSketch/octaveDemoSketch.ino
Builds and runs - is able to send and receive data to/from Octave. Sends dummy value to Octave Receives one datavalue from Octave
Tested with :
This is a list of the hardware used to test the application.
For the cloud data
https://octave.sierrawireless.io/
Login to the account where the particular mangOH yellow has been registered
For the temperature sensor
http://wiki.seeedstudio.com/Grove-Temperature_Sensor_V1.2/
For the Arduino mega 2560
https://www.arduino.cc/en/Guide/ArduinoMega2560
For the mangOH yellow
https://mangoh.io/mangoh-yellow
https://code.visualstudio.com/docs/cpp/config-mingw
CTRl SHIFT V
Used this to symlink core c code into arduino or other target project
Replace the "Link" portion with the path to the symbolic link you want to create (including the file name and its extension for files)
Replace the "Target" portion with the path (relative or absolute) that the new link refers to.
Source:
C:\Users\john\Documents\Arduino\octaveArduinoGH2
Destination:
C:\Users\john\Documents\Arduino\libraries
In my case