Skip to content

v1.0.0

Compare
Choose a tag to compare
@szczys szczys released this 28 Apr 15:03
· 54 commits to main since this release

This first release includes a precomiled binary of the app in the 01-IOT directory. It is a "kitchen sink" that is useful when familiarizing yourself with the following Golioth features:

  • Device provisioning
  • LightDB Stream
  • LightDB State
  • Remote Logging
  • Remote Procedure Call
  • Settings Service

Use the Nordic nRF Connect for Desktop Programmer software to flash the binary to the device. After flashing, credentials must be added to the device using the serial shell:

uart:~$ settings set wifi/ssid <my-wifi-ap-ssid>
uart:~$ settings set wifi/psk <my-wifi-ap-password>
uart:~$ settings set golioth/psk-id <my-psk-id@my-project>
uart:~$ settings set golioth/psk <my-psk>
uart:~$ kernel reboot cold