Skip to content

domstoppable/FoodWasteScaleAndDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food waste scale and display

Firmware

Build and upload with Arduino

Display app

Building

  • Install react-native
  • Install the Android SDK
  • Make sure the ANDROID_HOME environment variable is set appropriately
  • Build and test the app
     cd ScaleDisplayApp
     npm install
     npm run-android
  • Make a native release build and install it (signing key required)
     cd ScaleDisplayApp/android
     ./gradlew assembleRelease
     adb install build/outputs/apk/release/app-release.apk
     cd ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors