Skip to content

v2.0.0

Compare
Choose a tag to compare
@szczys szczys released this 16 Feb 23:31
· 22 commits to main since this release

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 golioth/psk-id <my-psk-id@my-project>
uart:~$ settings set golioth/psk <my-psk>

# WiFi Credentials for the nRF7002dk only
uart:~$ settings set wifi/ssid <my-wifi-ap-ssid>
uart:~$ settings set wifi/psk <my-wifi-ap-password>

# Reboot after setting new credentials
uart:~$ kernel reboot cold

[2.0.0] 2024-02-16

Added

  • Changelog
  • Code of Conduct

Changed

  • Use Golioth Firmware SDK (at v0.10.0)