sionide21 / on-air

Wifi enabled "ON AIR" sign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Air Sign

A wifi controllable "On Air" sign.

Wifi Setup

Connect to a laptop over USB and ssh to on-air.local.

From a shell, run the following command to set up wifi. It will persist across reboots.

VintageNet.configure("wlan0", %{
  type: VintageNetWiFi,
  vintage_net_wifi: %{
    networks: [
      %{
        key_mgmt: :wpa_psk,
        psk: "<wifi password>",
        ssid: "<wifi ssid>"
      }
    ]
  },
  ipv4: %{method: :dhcp}
})

About

Wifi enabled "ON AIR" sign


Languages

Language:Elixir 73.6%Language:OpenSCAD 18.0%Language:JavaScript 4.0%Language:HTML 3.8%Language:SCSS 0.6%