Skip to content

Mobile client (Flutter) and Bluetooth GATT server (Python) example for the Raspberry Pi with Sense-HAT.

Notifications You must be signed in to change notification settings

PGScully/bt-sense-hat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Sense Hat Environment Display

Make the Sense Hat Temperature, Humidity and Pressure available vie Bluetooth, and display it in a Flutter app on a phone.

See Bluetooth.md for the Bluetooth GATT UUIDs currently implemented.

The Raspberry Pi Bluetooth server is forked from Douglas6/cputemp.
My changes are to:

  • Use temperature, humidity and pressure data from a Sense Hat,
  • Use the official UUIDS for Environmental Sensing Service and Characteristics, and
  • Encode the data as the expected list of bytes, instead of as strings.

TODO

See the GitHub issues.

About

Mobile client (Flutter) and Bluetooth GATT server (Python) example for the Raspberry Pi with Sense-HAT.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 39.8%
  • Python 20.6%
  • CMake 20.1%
  • Dart 15.2%
  • HTML 1.5%
  • Swift 1.5%
  • Other 1.3%