https://github.com/kauemurakami/flutter-and-raspberry-ble-connection
Conect the flutter app in a device, in this case a Raspberry Pi Pico W and read the internal temperature via BLE
https://github.com/kauemurakami/flutter-and-raspberry-ble-connection
ble bluetooth-low-energy flutter flutter-apps flutter-bluetooth flutter-examples provider provider-state-management
Last synced: about 1 month ago
JSON representation
Conect the flutter app in a device, in this case a Raspberry Pi Pico W and read the internal temperature via BLE
- Host: GitHub
- URL: https://github.com/kauemurakami/flutter-and-raspberry-ble-connection
- Owner: kauemurakami
- Created: 2025-03-06T00:43:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:53:11.000Z (over 1 year ago)
- Last Synced: 2025-03-06T22:29:11.862Z (over 1 year ago)
- Topics: ble, bluetooth-low-energy, flutter, flutter-apps, flutter-bluetooth, flutter-examples, provider, provider-state-management
- Language: Dart
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Aplicativo de conexão via bluetooth com um microcontrolador Raspberry Pi Pico W
- Procurar por dispositivos bluetooth
- Se conecta ao raspberry ( a lógica criada aqui foi feita para funcionar apenas com os serviços criados no projeto [internal-temperature-with-BLE](https://github.com/kauemurakami/internal-temperature-with-BLE), mas lê o nome de qualquer device que esteja disponível).
Lembrando que não funciona com dispositivos que só possuem o Bluetooth Classic, mas sim com dispositivos BLE (Bluetooth Low Energy)
### Projeto em MicroPython com Raspberry Pi Pico W
[internal-temperature-with-BLE](https://github.com/kauemurakami/internal-temperature-with-BLE)