Skip to content

Releases: vicobarberan/SmartCitizenKit

Aquapioneers

04 Aug 16:28
Compare
Choose a tag to compare
Aquapioneers Pre-release
Pre-release

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 and pio run -t upload
    • cd ../esp and pio run -t upload
    • pio run -t uploadfs
  • Your'e done!

First pilot

14 Jul 10:44
Compare
Choose a tag to compare
First pilot Pre-release
Pre-release

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!