-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu to set Bluetooth connection #2
Comments
If you can provide me some quick start for adding a new python based menu entry, i will contribute. My Python knowledge is quiet good, but not with the GUI-stuff. |
The API is a bit volatile at this stage, but you can more or less get the idea what it takes if you look at file manager ( You create the extension, and reference it in openvario-shell/src/ovshell_fileman/__init__.py Lines 7 to 8 in 72ab73a
Lines 40 to 44 in 72ab73a
Extension provides one or more apps openvario-shell/src/ovshell_fileman/ext.py Lines 15 to 16 in 72ab73a
App pushes activity (the UI screen) to the stack openvario-shell/src/ovshell_fileman/downloadapp.py Lines 41 to 45 in 72ab73a
And I would start a new package ( |
I expect Bluetooth connections to work in the newest version of openvario-shell (0.7.1), but I did not have a chance to test it myself (I don't have a bluetooth usb dongle at hand). The "Networking" app in ovshell is generic enough to handle anything that connman supports, so (in theory) that should also include bluetooth connections. Please try it out with your hardware and let me know. I'll close this issue meanwhile. |
Thanks a lot for the great work. The wlan menue works as expected very well, exept an issue i will post in issue #3. I managed to connect to my bluetooth nano logger by another approach using Here my approach connecting to a bluetooth device: Instruction inspired from open-vario-bluetooth with slight modifactions worked for Stefly OpenVArio with Linux 5.2 Kernel. first install your linux friendy usb bluetooth dongle...
you can see mine is the Cambridge Silicon Radio one.
to enable bluetooth at boot up.
here its detected my soartronic module , yay !
Press CTRL-C for hangup If you get this then you have paired successfully !
now the paired and connected bluetooth device in binded to the channel 0 and will be connected if somethings tries to access the channel.
make sure your bluetooth device is on and transmitting, connected to your flarm
I hope this helps other people to use bluetooth with OpenVario |
Hm, can you try connecting to bluetooth through connmanctl? I've seen connman does support bluetooth devices, but not sure how that actually work. |
I had tried but didn't managed to connect bluetooth wit connman. |
I have connected a bluetooth adapter to connect my lx nano to my openvario. Currently i establish a bluetooth connection by command line and a two line in the start up script. It would be great if an interface for a bluetooth connection could be implemented.
The text was updated successfully, but these errors were encountered: