Skip to content

ohwada/sakura_iot_alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAKURA IoT Platform Alpha

Programs for SAKURA IoT Platform Alpha

Total System

Arduino

https://github.com/ohwada/sakura_iot_alpha/blob/master/arduino/
Send data obtained from sensors to Sakura IoT Platform

Server

https://github.com/ohwada/sakura_iot_alpha/blob/master/server/

  • python: sakura_iot_fab_sensor
    Web app display sensor data in graph

Viewer

display sensor values in line chart on pc and android
https://github.com/ohwada/sakura_iot_alpha/blob/master/viewer/

Android

https://github.com/ohwada/sakura_iot_alpha/blob/master/android/
display sensor values on android phone and android watch

WebSocket Client

https://github.com/ohwada/sakura_iot_alpha/blob/master/ws_client/

  • JavaScript
    Parse the mesage from SAKURA IoT Platform
  • Python
    Parse the mesage from SAKURA IoT Platform
  • Node-RED
    Parse the mesage from SAKURA IoT Platform
    And display data in line chart

Wiring connection to Arduino

Sakura IoT Arduino
1 UART TX (O) D8 or D0
2 UART RX (I) D9 or D1
3 GND GND
4 SPI MOSI (I) D11
5 SPI MISO (O) D12
6 SPI SCK (I) D13
7 SPI CS (I) D10
8 GND GND
9 I2C SDA (I/O) SDA (A4)
10 I2C SCL (I/O) SCK (A5)
11 GND GND
12 +5V +5V

Case

Blog (Japanese)

About

Programs for SAKURA IoT Platform Alpha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published