Releases: vicobarberan/SmartCitizenKit
Releases · vicobarberan/SmartCitizenKit
Aquapioneers
Aquapioneers First beta release
- Atlas Scientific EZO Conductivity support
- Atlas Scientific EZO Dissolved Oxygen support
- Atlas Scientific EZO pH support
Installation
- Install Platformio
- Download the code:
git clone https://github.com/vicobarberan/SmartCitizenKit
or the zip file - Connect your kit over USB.
- Go to root folder:
cd SmartCitizenKit
./build.sh
- If you can't run bash scripts you need to :
cd sam
andpio run -t upload
cd ../esp
andpio run -t upload
pio run -t uploadfs
- Your'e done!
First pilot
Making Sense release for first Gracia pilot.
Installation
- Install Platformio
- Download the code:
git clone -b makingSense https://github.com/vicobarberan/SmartCitizenKit
- Connect your kit over USB.
- Go to SAM folder:
cd SmartCitizenKit/sam/
platformio run -t upload
- Go to ESP folder:
cd ../esp
platformio run -t upload
Your kit led should turn light blue during upload, if this doesn't happen try a couple of times.- Reset your kit by clicking the button.
- Your'e done!