Commit Graph

24 Commits

Author SHA1 Message Date
bdring
0eca865d47 Merge pull request #12 from bdring/add-license-1
Create LICENSE
2019-11-14 10:50:51 -06:00
bdring
49c1242052 Create LICENSE 2019-11-14 10:50:36 -06:00
bdring
2d74fddc26 Merge pull request #5 from nilsding/add-prometheus-metrics
Add /metrics endpoint which can be used with Prometheus
2019-11-03 18:59:30 -06:00
bdring
646e4b1911 Merge branch 'master' into add-prometheus-metrics 2019-11-03 18:34:33 -06:00
bdring
ed28b897ff Update README.md 2019-11-03 11:52:06 -06:00
bdring
249486fe7f Update README.md 2019-11-03 10:53:32 -06:00
bdring
64b7b4b462 Updates, new terrifying lava options.
- Lava now has flow and growth options
- APA102 is now the default
- Changed the default wifi password
- Fix #include (capitalization error)
2019-11-03 09:18:25 -06:00
Georg Gadinger
6375c8e2c0 Add /metrics endpoint to be used with Prometheus 2019-10-10 20:18:17 +02:00
Georg Gadinger
e46fe9e4d3 Remove double /* to fix compiler error 2019-10-10 19:59:52 +02:00
bdring
0ef7358432 Added additional sourcee files 2019-06-06 11:20:32 -05:00
bdring
95a8645fad Fixing Neoplixel Version
The Neopixel version was not working. I updated to the latest FastLED
library that uses the RMT feature and a second core. I also updated the
code to make it easier to deal with the differences between the Neopixel
and Dotstar versions.
2018-06-29 16:41:19 -05:00
bdring
2a480255e0 Updates and New Features
- JOYSTICK_DEBUG was left on...turned it off
 - Web page fields now have
type='number' so they bring up a number keyboard
 - Refresh the
brightness when it changes.
 - More Screen Savers
 - Better looking
reset after gameover
 - Better looking restart after boss kill
 -
Updated readme with video and latest info
2018-05-01 12:49:05 -05:00
bdring
56d8127345 Merge pull request #3 from per1234/readme-markdown-fix
Fix typos and formatting in README.md
2018-05-01 08:43:34 -05:00
bdring
e17a5e6b77 Merge pull request #2 from per1234/sketch-folder
Move sketch to appropriately named subfolder
2018-05-01 08:40:52 -05:00
per1234
252a0f6a35 Fix typos and formatting in README.md 2018-04-28 22:52:52 -07:00
per1234
840eab60aa Move sketch to appropriately named subfolder
The Arduino IDE requires that a sketch be located in a folder of the same name. Although the name of the repository does match the sketch name, when GitHub's popular Clone or download > Download ZIP feature is used to download the contents of a repository the branch/release/commit name is appended to the folder name, causing a mismatch.

When opening a file that does not meet this sketch/folder name matching requirement the Arduino IDE presents a dialog:

The file "TWANG32.ino" needs to be inside a sketch folder named "TWANG32".
Create this folder, move the file, and continue?

After clicking "OK" the Arduino IDE currently moves only the file TWANG32.ino to the new folder, leaving behind the other source files. This causes compilation of the sketch to fail:

TWANG32-master\TWANG32\TWANG32.ino:30:23: fatal error: twang_mpu.h: No such file or directory
2018-04-28 22:40:54 -07:00
bdring
f2318daa6d Improved web page and fixed some bugs.
- JOYSTICK_DEBUG was left on...turned it off
 - Web page fields now have
type='number' so they bring up a number keyboard
 - Refresh the
brightness when it changes.
2018-04-02 20:55:57 -05:00
bdring
420e9e52a0 Added strip length adjustment via serial and wifi. Working toward "no compile" required for any setup.
- fixed bug in settings when initial read failed. It was
   trying to
turn off the sound timer while it was still NULL
 - Number of LEDs is
now adjustable via serial and wifi. Woot, no
   recompile just to
change strip length.
 - A little refactoring so Wifi and Serial
interfaces can share
   some code.
 - Added Refresh button to web page
2018-03-31 17:13:35 -05:00
bdring
1959787e9b Edit Game Settings via Wfi
- Several settings can be updates via wifi during game play
- Some seetings code cleanup
2018-03-28 12:41:31 -05:00
bdring
a85100afd9 Update readme.md file
Update readme.md file
2018-03-27 14:02:30 -05:00
bdring
494067d83a Fixed EEPROM Crashing
Turning off the sound interrupt durring EEPROM writing fixed the
problem.
2018-03-27 14:00:08 -05:00
bdring
97341671b9 Added web server and serial port setup
- Access game stats via wifi access point and web server
- Setup game preferences via serial port (EEPROM issue causes
crashes...help me fix). Does not affect game normal play.
- Updated to recent stuff on Arduino port.
2018-03-22 11:16:47 -05:00
bdring
23df267c9f First upload
Basic port complete - ESP32 specific features coming soon
2018-03-19 08:31:45 -05:00
bdring
629d362777 🍭 Added .gitattributes & .gitignore files 2018-03-19 08:30:31 -05:00