Difference between revisions of "Bluetooth"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
== External Links == | == External Links == | ||
* Programming | * Programming | ||
| + | ** [https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc BlueZ Doc] | ||
| + | ** [https://core.docs.ubuntu.com/en/stacks/bluetooth/bluez/docs/reference/gatt-services GATT services] | ||
| + | ** [https://scribles.net/creating-ble-gatt-server-uart-service-on-raspberry-pi/ BLE GATT UART server on Raspberry Pi] | ||
| + | ** [https://punchthrough.com/creating-a-ble-peripheral-with-bluez/ BLE peripheral with BlueZ] | ||
** [[Rust]] | ** [[Rust]] | ||
*** BLE library [https://crates.io/crates/rumble Rumble] | *** BLE library [https://crates.io/crates/rumble Rumble] | ||
*** [https://dev.to/lcsfelix/using-rust-blurz-to-read-from-a-ble-device-gmb Using rust blurz] | *** [https://dev.to/lcsfelix/using-rust-blurz-to-read-from-a-ble-device-gmb Using rust blurz] | ||
Revision as of 14:03, 27 August 2020
Wireless connectivity.
External Links
- Programming