Raspberry PI and bluetooth
-
I had the same problem with Qt 5.3.2 static build.
After recompiling, checking dbus, bluez version and looking qtconnectivity log files, I realized that you must have root permissions to run Bluetooth samples!
Running my program with sudo solved the problem!Maybe this post can help someone.
-
I had the same problem with Qt 5.3.2 static build.
After recompiling, checking dbus, bluez version and looking qtconnectivity log files, I realized that you must have root permissions to run Bluetooth samples!
Running my program with sudo solved the problem!Maybe this post can help someone.
-
Thanks mrdebug... this can be very interesting for future projects. You have more details?
We are currently working in an industrial raspberry module with these features:
- 24 VDC supply
- ION battery for backup
- Real time clock
- Optoisolated inputs (4).
- Relay outputs (4).
- Connector/supply for 4D systems LCDs
- Microcontroller connected to the I2C to act as RTC, power manager and system watchdog.
Please make know if you are interested
-
Thanks mrdebug... this can be very interesting for future projects. You have more details?
We are currently working in an industrial raspberry module with these features:
- 24 VDC supply
- ION battery for backup
- Real time clock
- Optoisolated inputs (4).
- Relay outputs (4).
- Connector/supply for 4D systems LCDs
- Microcontroller connected to the I2C to act as RTC, power manager and system watchdog.
Please make know if you are interested
-
This post is deleted!