====== Bluetooth-Low Energy ====== ===== Entwicklung einer Handy App ===== * https://developer.android.com/courses/fundamentals-training/toc-v2 * https://developer.android.com/guide/topics/connectivity/bluetooth-le ===== MicroPython ===== * http://docs.micropython.org/en/latest/library/ubluetooth.html * https://github.com/micropython/micropython/blob/v1.12/examples/bluetooth/ble_uart_repl.py * https://discourse.dleunig.de/t/esp32-mit-bluetooth-ble-unter-micropython/143 * https://ja.nishimotz.com/micropython * https://community.hiveeyes.org/t/ble-auf-esp32-mit-micropython/2371 ===== GATT/GAP ===== * https://punchthrough.com/how-gap-and-gatt-work/ * https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gap ===== UUID ===== * https://github.com/google/physical-web/issues/54 ===== iBeacon ===== * https://circuitdigest.com/microcontroller-projects/esp32-based-bluetooth-ibeacon * https://github.com/google/physical-web/issues/54