Commit Graph

48 Commits

Author SHA1 Message Date
Noah Axon cb3dc8acdb Fix BSSID byte order 2023-11-06 19:18:04 -06:00
Noah Axon 66b37e1d88 Fix menus 2023-11-06 19:14:39 -06:00
Noah Axon d337d905a3 Update README 2023-11-06 19:12:19 -06:00
Noah Axon b042171e1f Add WiFi Scanning 2023-11-06 19:10:41 -06:00
Noah Axon d3dc0e8b23 updated documentation 2023-10-28 18:04:19 -05:00
Noah Axon 7956108f7e re-add the missing definition for PLUS 2023-10-28 17:55:52 -05:00
Noah Axon 14b55df968 Fix inverted IR logic on the Non-plus Stick C 2023-10-08 10:01:45 -05:00
Noah Axon 379e10603f Clarify documentation on building for older M5StickC boards 2023-10-08 00:23:05 -05:00
Noah Axon 7d83ddb091 Fixup some merge artifacts 2023-10-08 00:16:31 -05:00
Noah Axon 7a5ca527d0
Merge pull request #16 from vladimirpetrov/m5stickc
Adding support for M5StickC (same hardware, smaller display)
2023-10-07 23:09:34 -06:00
Noah Axon 1a731b4f90
Merge branch 'main' into m5stickc 2023-10-07 23:09:14 -06:00
Noah Axon 614a9ada71 Tweaks to TV-B-Gone to work with power button menu 2023-10-08 00:01:23 -05:00
Noah Axon ec47d8bd01 Make SourApple advertise very fast. Add power button main menu shortcut. 2023-10-07 22:43:20 -05:00
Noah Axon 0c4fb576a9 Added iOS17 crash fun inspired by RapierXbox/ESP32-Sour-Apple 2023-10-07 14:59:57 -05:00
Vladimir Petrov be1b0f17b1 Adding support for M5StickC (same hardware, smaller display) 2023-10-07 00:00:49 +03:00
Noah Axon ab3d3128b2
Merge pull request #15 from n0xa/brightness-fix
Brightness fix
2023-10-01 00:34:57 -05:00
Noah Axon 30ac09a4d0 Update Readme
Added a lot of detail to the Readme
2023-09-30 23:58:13 -05:00
Noah Axon ca01f379d9 Try to make the brightness work on multiple platforms 2023-09-30 22:16:31 -05:00
Noah Axon 7a59f56490
Merge pull request #13 from n0xa/errata-20230930
Build notes
2023-09-30 14:55:42 -05:00
Noah Axon e11e6e5741 Build notes 2023-09-30 14:49:18 -05:00
Noah Axon d27b3b4769
Merge pull request #11 from n0xa/tvbg-region
Tvbg region
2023-09-30 14:41:09 -05:00
Noah Axon 443bc64cf8 Fixed a lot of little things with TVBG and WiFi Spam 2023-09-30 14:37:42 -05:00
Noah Axon 96be87edc1
Merge pull request #9 from n0xa/eepromfix
Eepromfix
2023-09-28 21:26:53 -05:00
Noah Axon 150f23e389 Add a settings menu for TV-B-Gone Region 2023-09-28 19:36:37 -05:00
Noah Axon 67c768810b More EEPROM cleanup 2023-09-28 16:10:39 -05:00
Noah Axon 7a0ff89c28 Fix bug with eeprom code - wrong address for brightness 2023-09-28 01:33:45 -05:00
Noah Axon 8153b0e7eb
Update README.md 2023-09-27 18:58:01 -05:00
Noah Axon a25262ad5f
Merge pull request #8 from n0xa/randomssids
Add random-SSID option to wifi spam. Hundreds of unique SSID per minute
2023-09-27 16:17:34 -05:00
Noah Axon ff255750e1
Merge pull request #7 from n0xa/persistentSettings
Add persistent settings for brightness and auto-dim time to EEPROM
2023-09-27 13:38:11 -05:00
Noah Axon 44ec850037 Add random-SSID option to wifi spam. Hundreds of unique SSID per minute 2023-09-27 11:15:37 -05:00
Noah Axon 512785aba3 Add persistent settings for brightness and auto-dim time to EEPROM 2023-09-27 08:29:27 -05:00
Noah Axon d4483f2bd1 Brightness range 10-100 2023-09-26 17:43:08 -05:00
Noah Axon 1ec18b05ed Latest M5StickCPlus has brightness scaled 0-255 not 0-12 2023-09-26 17:34:33 -05:00
Noah Axon d5307cb427
Merge pull request #6 from n0xa/wifispam-list
Display list of wifi SSIDs when spamming
2023-09-26 17:05:15 -05:00
Noah Axon bc980610c7 Display list of wifi SSIDs when spamming
If > 16, the list is truncated. cope.
2023-09-26 17:00:14 -05:00
Noah Axon 3621092132 Merge branch 'main' of https://github.com/n0xa/m5stick-nemo 2023-09-25 23:11:38 -05:00
Noah Axon 6d7daea4c1 Update README.md 2023-09-25 23:11:28 -05:00
Noah Axon 7f5de88511
Merge pull request #5 from n0xa/wifispam
Add wifi spamming functionality
2023-09-25 23:10:34 -05:00
Noah Axon 11b3b6fbb3 Add wifi spamming functionality 2023-09-25 23:09:36 -05:00
Noah Axon 21eb55ca28
Merge pull request #4 from n0xa/cleanup
Cleanup
2023-09-24 20:57:55 -05:00
Noah Axon 090780e658 Cleanup
* Moved all TV-B-Gone definitions and helper functions to tvbg.h.
* Moved all AppleJuice definitions and helper functions to applejuice.h
* Cleaned up the credits screen, added QR code, required changing credits background to white.
* Tidy up formatting and comments.
* Main ino file contains only process control and core functions.
2023-09-24 20:55:42 -05:00
Noah Axon 5cdf241df5
Merge pull request #3 from n0xa/adv-timer
Timer-driven AppleJuice Advertising
2023-09-22 13:45:40 -05:00
Noah Axon 7d4bc89899 Timer-driven AppleJuice Advertising
AJ Advertising is no longer a 1-second blocking process.

Moved credits off the boot screen, to a settings menu item
2023-09-22 13:44:29 -05:00
Noah Axon 4dfc052f94
Merge pull request #2 from n0xa/timesetting
Real time clock and time setting enabled
2023-09-22 00:01:57 -05:00
Noah Axon c9f2b6674d Real time clock and time setting enabled 2023-09-22 00:01:25 -05:00
Noah Axon 715be1a864
Merge pull request #1 from n0xa/add-applejuice-devices
Add all the applejuice devices to the menu
2023-09-21 21:57:04 -05:00
Noah Axon 5b1b89c172 Add all the applejuice devices to the menu
There's a logic bug in the original esp32 implementation (std::string ... sizeof(Airpods)) that kept all of the 23-byte bluetooth frames from working properly. I fixed that as well.
2023-09-21 21:55:41 -05:00
Noah Axon fc364a6fb6 Initial commit 2023-09-21 00:13:04 -05:00