v2.2.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.2.0] 2024-06-12
Changed
- Use Golioth Firmware SDK v0.13.1
- Bump PSK-ID/PSK length limit from 64 to 128
- Use CBOR to send temperature stream data to match default pipeline expectation