レンタルサーバーと連携したsakura.ioの運用例

Dependencies:   mbed SakuraIO MPU9250_SPI BME280 gps AQM0802A

Committer:
punix
Date:
Tue Nov 27 06:51:52 2018 +0000
Revision:
2:48e7e85cb169
Parent:
0:d2c4ee597498
??????

Who changed what in which revision?

UserRevisionLine numberNew contents of line
punix 0:d2c4ee597498 1 # SakuraIo Evaluation Board Standard
punix 0:d2c4ee597498 2
punix 0:d2c4ee597498 3 ## Overview
punix 0:d2c4ee597498 4 This program is example code of [sakura.io Evalaution board](https://os.mbed.com/platforms/SAKURAIO_EVB_01/).
punix 0:d2c4ee597498 5
punix 0:d2c4ee597498 6 ### Functions
punix 0:d2c4ee597498 7
punix 0:d2c4ee597498 8 - Periodic measure from onboard sensors(period is 200ms)
punix 0:d2c4ee597498 9 - Motion sensor(gyro, accelometer, magnetometer)
punix 0:d2c4ee597498 10 - Environment sensor(temperatur, humidity, airpressur)
punix 0:d2c4ee597498 11 - GPS(longitude, latitude, timestamp)
punix 0:d2c4ee597498 12 - Periodic send the measuring datas to sakura.io platform(period is 300sec)
punix 0:d2c4ee597498 13 - Output the measured datas output to USB-Serial port
punix 0:d2c4ee597498 14 - baudrate is 9600bps
punix 0:d2c4ee597498 15 - Can select on / off of periodic running with switch `SW5`
punix 0:d2c4ee597498 16
punix 0:d2c4ee597498 17 ## Description
punix 0:d2c4ee597498 18 See the [Getting Started](https://github.com/sakuraio/SakuraIO_Evaluation_Board_Standard/wiki/GettingStarted) page.