Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: n0xa/m5stick-nemo

NEMO Release v2.3.1

07 Jan 23:23
Compare
Choose a tag to compare

NEMO 2.3 adds the ability to easily change the NEMO Portal SSID. You can clone an Evil Twin from the WiFi scan list, or browse to http://172.0.0.1/ssid and manually change the default SSID. When updating the SSID from the web portal, it saves the SSID to EEPROM and remembers it even when you turn off or upgrade NEMO.

I'm pushing for the M5StickC-Plus2 to be the primary build target of NEMO in the upcoming releases.

The version tagged 2.3.0 had a slight problem with the NEMO Portal. This is a patch release.

NEMO Release v2.2.1

30 Dec 06:52
Compare
Choose a tag to compare

NEMO Release 2.2.1 features the addition of NEMO Portal, in collaboration with @marivaaldo who made iterative improvements on my M5Stick captive portal, and added Portuguese language support to the web portal page. This is available as a compile-time define for my new Brazilian friends. Shout outs to CyberJulio on YouTube and Instagram for lots of support of that community as well.

The PT_BR binaries feature the Portuguese language version of the portal. Use the plain 2.2.1 version for US English Portal.

NEMO Release v2.1.0

28 Dec 20:01
Compare
Choose a tag to compare

NEMO Release 2.1.0 (finally) adds bluetooth spamming for Android devices. The work and device list is heavily borrowed from the Flipper Zero Roguemaster firmware implementation. It was modified to work within the existing BLE spamming framework that was created specifically for SourApple and extended for SwiftPair (Windows BLE Spamming). This was, of course, added to the Bluetooth Maelstrom mode as well.

Full builds for all four supported platforms are provided and will be on M5Burner as well. Please let me know if there are problems with the StickCPlus2 and original StickC, as I do not have hardware in my possession for these, and instead I just compile them and upload the resulting flash images.

NEMO Release v2.0.5

28 Dec 17:29
Compare
Choose a tag to compare

NEMO 2.0.5 refactors some logic around setting the screen brightness. Functionally, this works exactly the same for the M5StickC and StickC Plus, and adds support for the M5Cardputer, and, eventually, I hope, the StickC Plus2.

2.0.5 is a release specifically to add EEPROM setting and brightness support to the Cardputer platform, thus, only Cardputer binary is available.

NEMO Release v2.0.3

20 Dec 06:24
Compare
Choose a tag to compare

NEMO 2.0.3 is mostly a bugfix release that only impacts the Cardputer platform, but I've built fresh binaries for all devices.

  • @facelesstech fixed the glitchy keyboard navigation on the cardputer flavor of NEMO. Thanks!
  • LED Pin numbers are defined by platform now. This consequently fixed TV-B-Gone on the cardputer.

NEMO Release v2.0.2

23 Nov 17:11
7249522
Compare
Choose a tag to compare

This is a minor release that optimizes a few things but is functionally identical to v2.0.1 with no new features. No binaries are being built.

NEMO Release v2.0.1

19 Nov 19:29
Compare
Choose a tag to compare

This is the first official release since v1.4.0, following a string of release candidates that had some bugs introduced while adding features:

  • Codebase has been modularized with define and if define blocks to make supporting new dev kits easier.
  • This capability was used to add unified support for NEMO on the M5Stack Cardputer
  • The menu has been re-structured to group all WiFi and Bluetooth features into their respective menus
  • The Back option has been moved to the top of each menu, and some additional enhancements from @IMXNOOBX
  • SwiftPair BLE advertisements have been added
  • Bluetooth Maelstrom cycles between AppleJuice, Swift Pair and SourApple BLE advertising packets with an aggressive 20ms delay. This should cause pop-ups on virtually any device that supports proximity-based bluetooth pairing. This is highly likely to crash some iOS devices. Please use responsibly, as you would with SourApple.
  • A new menu for QR Codes with funny URLs was added

NEMO 2.0.0rc2

19 Nov 06:38
3486c26
Compare
Choose a tag to compare
NEMO 2.0.0rc2 Pre-release
Pre-release
  • Fixed Wifi spam which hadn't been working right since 1.4.x
  • Fixed how TVBGone menu worked on Cardputer
  • Other small optimizations

NEMO 2.0.0rc1

14 Nov 04:42
f133b0c
Compare
Choose a tag to compare
NEMO 2.0.0rc1 Pre-release
Pre-release

What's Changed

  • Modularize all optional features
  • IfDef blocks for StickC, StickCPlus and Cardputer platforms
  • Changed menus around a little
  • Added prank URL QR Codes
  • Lots of little bug fixes

Please report bugs via GitHub Issues.

NEMO v1.5.0rc1

12 Nov 01:18
Compare
Choose a tag to compare
NEMO v1.5.0rc1 Pre-release
Pre-release

Release Candidate for NEMO v1.5.0
Adds new Bluetooth Spam features:
Bluetooth Spam menu now contains AppleJuice, Swift Pair, SourApple and BT Maelstrom modes.

Swift Pair is a method to cause pairing requests on some Windows and Android devices with randomly-generated device names.

Bluetooth Maelstrom invokes all of the currently-implemented bluetooth spam modes (AppleJuice with randomly-selected types, Swift Pair and SourApple) with a very aggressive spamming cadence.

Initial testing seems stable and I've verified it works against my Windows machine and iOS devices. Testing and feedback are appreciated. I'll likely cut the full release of 1.5.0 in about 24 hours.