Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
/ katzenjammer Public archive

This is the katzenjammer. It jams katzen.

Notifications You must be signed in to change notification settings

entropia/katzenjammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Katzenjammer

Trigger sound effects at Entropia.

Preparation of the ESP8266

  1. Flash the NodeMCU firmware, e.g. using esptool:

    esptool.py write_flash 0x00000 your-firmware-file.bin
    
  2. Configure WiFi using the Lua interpreter interactively:

    wifi.setmode(wifi.STATION)
    wifi.sta.config('example-ssid', '', 1)
  3. Upload the Lua code, e.g. using luatool:

    luatool.py -b 115200 -r -f init.lua
    
  4. ???

  5. Profit!

About

This is the katzenjammer. It jams katzen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages