XinaBoxSamples / blockchain_weatherstation

Example code to send SW01 data to Ethereum blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockchain_weatherstation

Quick Instructions

  1. Create your metamask wallet
  2. Create your account at infura
  3. Select ropsten test net.
  4. Copy your keys
  5. Upload blockchain_weatherstation code to XinaBox CW02
  6. Deploy Solidity code weather_station to your Ethereum account. Select Injected Web3 environment.
  7. Update Arduino code blockchain_weatherstation with your keys and addresses
  8. Download and install these libraries to Arduino IDE.: xCore, xSW01 and arduino-web3
  9. CW02 will now trasmit SW01 data to your blockchain with 10 minutes of interval.

Detailed document: Google doc link

About

Example code to send SW01 data to Ethereum blockchain


Languages

Language:C++ 100.0%