Example code of sakura.io Evaluation board.
Dependencies: AQM0802A BME280 MPU9250_SPI SakuraIO gps mbed
SakuraIo Evaluation Board Standard
Overview
This program is example code of sakura.io Evaluation board.
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 page.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:ac019d9b57d7 | 2018-08-07 | Fuminori OKUHARA |
Merge branch 'master' of https://github.com/sakuraio/SakuraIO_Evaluation_Board_Standard |
8:b7ad0fe7ce64 | 2018-08-07 | Fuminori OKUHARA |
FIX: Removed useless connection check. |
7:b5d2aeda9628 | 2018-08-01 | Fuminori OKUHARA |
Add: README.md |
6:b1b39ff3bd85 | 2018-07-30 | Fuminori OKUHARA |
Add `LICENCE' and `MAINTENANCE.md' |
5:e92264bc120e | 2018-07-30 | Fuminori OKUHARA |
Initial import from hg repo. |
4:99f7d7c6a408 | 2018-07-26 | okuhara | Update a comment. |
3:e5e53c1f6fda | 2018-05-07 | okuhara | ?????1???300?(5?)???; ??ON/OFF????(SW5) ?? |
2:0fb97f42efcc | 2017-11-29 | misodengaku | gps |
1:faf04d99f302 | 2017-11-29 | misodengaku | add GPS |
0:db3ec2781484 | 2017-09-07 | misodengaku | init |