sakura.io Evalution board's example.

Dependencies:   AQM0802A BME280 MPU9250_SPI SakuraIO gps mbed

Fork of SakuraIO_Evaluation_Board_Standard by SAKURA Internet

sakura.io Evalution board's sample program. Collecting the onboard sensors(GPS, 9axis motion sensor, Environment sensor), send to sakura.io service.

Files at this revision

API Documentation at this revision

Comitter:
Fuminori OKUHARA
Date:
Tue Aug 07 12:20:25 2018 +0900
Parent:
11:b7ad0fe7ce64
Parent:
10:b5d2aeda9628
Commit message:
Merge branch 'master' of https://github.com/sakuraio/SakuraIO_Evaluation_Board_Standard

Changed in this revision

diff -r b7ad0fe7ce64 -r ac019d9b57d7 MAINTENANCE.md
--- a/MAINTENANCE.md	Tue Aug 07 12:18:37 2018 +0900
+++ b/MAINTENANCE.md	Tue Aug 07 12:20:25 2018 +0900
@@ -18,15 +18,15 @@
 ### mbed.org to github.com
 
 ```bash
-hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/ SakuraIO_Evalution_Board_Standard-sync
-cd SakuraIO_Evalution_Board_Standard
-hg push git@github.com:sakuraio/SakuraIO_Evalution_Board_Standard.git
+hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/ SakuraIO_Evaluation_Board_Standard-sync
+cd SakuraIO_Evaluation_Board_Standard
+hg push git@github.com:sakuraio/SakuraIO_Evaluation_Board_Standard.git
 ```
 
 ### github.com to mbed.org
 
 ```bash
-hg pull git@github.com:sakuraio/SakuraIO_Evalution_Board_Standard.git
-hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/ # check diff
-hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/
+hg pull git@github.com:sakuraio/SakuraIO_Evaluation_Board_Standard.git
+hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/ # check diff
+hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/
 ```
diff -r b7ad0fe7ce64 -r ac019d9b57d7 README.md
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Tue Aug 07 12:20:25 2018 +0900
@@ -0,0 +1,18 @@
+# SakuraIo Evaluation Board Standard
+
+## Overview
+This program is example code of [sakura.io Evalaution board](https://os.mbed.com/platforms/SAKURAIO_EVB_01/).
+
+### Functions
+
+- Periodic measure from onboard sensors(period is 200ms)
+  - Motion sensor(gyro, accelometer, magnetometer)
+  - Environment sensor(temperatur, humidity, airpressur)
+  - GPS(longitude, latitude, timestamp)
+- Periodic send the measuring datas to sakura.io platform(period is 300sec)
+- Output the measured datas output to USB-Serial port
+  - baudrate is 9600bps
+- Can select on / off of periodic running with switch `SW5`
+
+## Description
+See the [Getting Started](https://github.com/sakuraio/SakuraIO_Evaluation_Board_Standard/wiki/GettingStarted) page.