Skip to content

das-solo/urodynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urodynamics

##Notes

  1. https://github.com/EddyVerbruggen/nativescript-bluetooth/tree/v2/demo-ng
  • Use this demo to get started with Bluetooth LE connection
  • Understand this is a Bluetooth Low Energy connection!
  • This uses a beta version of [email protected]
  1. Defualt bluetooth service on RPi3 does not support low energy advertisements. Use the following link to enable experimental low enery feature: [link]https://stackoverflow.com/questions/41351514/leadvertisingmanager1-missing-from-dbus-objectmanager-getmanagedobjects
  2. To access the bluetooth settings on the RPi run: 'sudo bluetoothctl'
  3. Found working implementation of Golang BLE [link]https://github.com/currantlabs/ble/tree/master/examples/blesh
  4. Connect with app in 1
  5. Steps to recreate
    • Use link in 4 to start up BLE server
    • In app, scan fot any peripheral
    • Connect to Gopher
    • Access service: "0001000000011000800000805F9B34FB"
    • From here you can read, write
    • And subscribe/start notify
    • Sends message every second
    • To change whatis sent change code in this function: c.HandleNotify(ble.NotifyHandlerFunc(func(req ble.Request, n ble.Notifier) {}

GOARM=6 GOARCH=arm GOOS=linux go build adc.go

##TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published