-
1Step 1
Download the binary from https://github.com/diogok/esc/releases:
wget https://github.com/projesc/esc/releases/download/0.0.1/esc-arm -O esc
-
2Step 2
Create your scripting folder:
mkdir files
-
3Step 3
Start the server:
./esc -iface wlan
-
4Step 4
Donwload some scripts:
git clone git@github.com:projesc/gpio files/gpi
-
5Step 5
Optionally, set it to start on boot, edit /etc/rc.local and add:
runuser -l pi -c '/home/pi/esc-arm -iface wlan0' > /var/log/esc.log 2>&1 &
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.