-
Notifications
You must be signed in to change notification settings - Fork 1
HBG3 Bluetooth
Mraanderson edited this page Nov 5, 2023
·
1 revision
The bluetooth name was changed to "HomeBrew-bthoven-xxxxxx" as expected, but the wifi ssid was just "HomeBrew-bthoven", instead of "HomeBrew-bthoven-xxxxxx". Is it supposed to be?
The WiFi SSID is stored in NVRAM, and gets initialized the first time the device powers-up. Rather than editing the code and possibly breaking something, you can instead telnet to port 3000 and change it there:
set softap.ssid HomeBrew-bthoven-xxxxxx
And even put a passkey on it if you want:
set softap.passkey mySecretPassword
This must be followed by a "save" command to make it permanent.
The "get all" command shows what the current settings are.
https://www.cloudynights.com/topic/854327-homebrew-gen3-pcb-wifibtgpsmusbrelay/page-6#entry12476728