Skip to content

Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment.

License

Notifications You must be signed in to change notification settings

mlab-upenn/IoT4Ag_Mycodo_jetson

 
 

Repository files navigation

Mycodo Jetson Nano

This is a repo for adapting Mycodo to run on Jetson Nano. Tested on Jetpack 4.6.1

Clone the repo to ~/ and rename the foldor to Mycodo. The code is setup to find its components at ~/Mycodo.

Install dependancy:

sudo apt-get update
sudo apt-get install gawk curl nano unzip nginx
sudo apt-get install python3-pip
pip3 install six wemo==1.0.4 pywemo

Install the Mycodo:

cd Mycodo
sudo /bin/bash ~/Mycodo/install/setup.sh

About

Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.9%
  • HTML 38.2%
  • JavaScript 2.0%
  • Shell 1.1%
  • CSS 0.7%
  • C 0.1%