By: BEEVA Research Lab
"An open-source firmware and development kit that helps you to prototype your IOT product within a few Lua script lines."
cd
mkdir projects
cd projects
git clone https://github.com/samuelmh/smh_nodemcu
cd smh_nodemcu
make install
sudo adduser $USER dialout # Add your user to the dialout group!
cd
cd projects/venvs/smh_nodemcu
source bin/activate
nodemcu --help #Print help
nodemcu terminal #Connect to the interactive terminal
nodemcu terminal --help #Print the help related to the "terminal" command
nodemcu terminal --file=<file> #Send a file and connect to the terminal
nodemcu file ls #List the files stored in the device
nodemcu file add <origin> <destination> #Copy a file from the computer to the device
nodemcu file --help #Print the the help related to the "file" command
make flash-float-4mb-all