Simon Stürz

Results 39 comments of Simon Stürz

Hi @uselessgames thanks for our feedback! Depending on the mode you are running the nymea-networkmanager (default is `offline` mode) the server will be started if the system is offline. Once...

The server remains until the client application (connected to the bluetooth server) closes the connection, not when the system is online. The offline mode only makes sure the bluetooth server...

The bluetooth service is designed in a way to have all the time you want to establish a network connection, follow the connection state changes and never have a blind...

FYI: I'm currently reworking the entire bluetooth server, introducing encryption and dynamic service registration. The current service for networkmanagment will remain for backwards compatibility, but new features will only implemented...

Looks like the received byte array does not contain valid json data. Try to send `encoder.encode({"c": 0}+'\n')` or `encoder.encode('{"c": 0}'+'\n')` not sure about the syntax... but the receiving string should...

Bluetooth LE indeed does not support the pairing methods, at least HCI version < 5.0. Can you post a screenshot what iOS is asking you?

Watching at your logs, the commands arrive successfully to the nymea-networkmanager, are you getting responses in the app, like network list or something? Are you able to set up a...

So currently I have no idea why the writing back to the phone is not working. Something seems to went wrong while writing to any characteristic. This could happen on...

Hey @uselessgames the logs can be watched live using `journalctl -f -u nymea-networkmanager` or you can find them in the `journalctl -b -u nymea-networkmanager` to get them since booted/rotated or...

Does `nmcli d wifi` show duplicated networks too? I remember we had the issue that if there are multiple wifi's with the same ssid, but different hotspots (mac addresses) we...