v2.1.0
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.1.0] 2024-04-23
Changed
- Use Golioth Firmware SDK v0.12.0
- Add Golioth Firmware SDK dependencies to prj.conf
- Update network info to v1.1.1
Fixed
- Network Info RPC is no longer truncated with nRF9160dk