Skip to content

Panda-3/SmartScale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Scale

Project originally made by dave_vetru Project info hackster.io

Tasks

  • ✔️ Get original code to build
  • ✔️ Clean up original code for final release (Available here)
  • ❌ Adapt code to work with e-ink display

Required Libs

Building

To build with VS code ensure all files are added to "forcedInclude" in c_cpp_properties.json, this stops any syntax errors showing up.

{
    "configurations": [
        {
            "forcedInclude": [
                "${workspaceFolder}/SmartScale/Google_Messages.ino",
                "${workspaceFolder}/SmartScale/GoogleFit.ino",
                "${workspaceFolder}/SmartScale/Scale.ino",
                "${workspaceFolder}/SmartScale/User.ino"
            ]
        }
    ],
    "version": 4
}

About

An e-ink smart scale that automatically uploads the weight to Google Fit

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 100.0%