An open API service indexing awesome lists of open source software.

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

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)