Skip to content

A small utility to get data from the Yoda1 Bluetooh Body Scale.

License

Notifications You must be signed in to change notification settings

denysvitali/yoda1-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoda1-scale

A small utility to get data from the Yoda1 Bluetooh Body Scale.

Requirements

  • Go 1.15+
  • Bluetooth scale linked above

Build instructions

mkdir -p ./bin
go build -o ./bin/yoda1-scale ./cmd/yoda1-scale
./bin/yoda1-scale

Running

./bin/yoda1-scale
# Turn on the scale

INFO[0000] Scanning for devices... please step on your scale 
WARN[0015] unable to parse device: unable to get device name: No such property 'Name' 
WARN[0015] unable to parse device: unable to get device name: No such property 'Name' 
INFO[0015] Device detected! Starting listening for events 
INFO[0031] scaleData={23.12}                            
INFO[0052] scaleData={23.12}                            
INFO[0063] scaleData={20.77}                            
INFO[0091] scaleData={20.77}  

About

A small utility to get data from the Yoda1 Bluetooh Body Scale.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published