Skip to content
/ wink2 Public
forked from bigjosh/wink2

Version 2 of the fabulous Winkenthith controller, now 100% running on the BeagleBone

Notifications You must be signed in to change notification settings

stotleB/wink2

 
 

Repository files navigation

wink2

Version 2 of the fabulous Winkenthith controller, now 100% running on the BeagleBone

Config Wifi

nano /etc/network/interfaces

allow-hotplug wlan1
iface wlan1 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

nano /etc/wpa_supplicant/wpa_supplicant.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="MarcottFreeISP-fios"
    key_mgmt=WPA-PSK
    psk="this is secret"
}

remote access

Weaved

sudo apt-get update

Then follow these...

https://github.com/weaved/installer/tree/master/Raspbian%20deb/1.3-03

Shows up on old developer portal

Dataplicity

Also needs a pt-get updatefirst

install software

git clone https://github.com/bigjosh/wink2`
cd wink2
cp ledscape-config.json /etc/
./install.sh
./install-service.sh

About

Version 2 of the fabulous Winkenthith controller, now 100% running on the BeagleBone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%