n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
761 stars 157 forks source link

Add Internet Hotspot functionability #158

Closed swordeye2 closed 1 month ago

swordeye2 commented 5 months ago

Hi! Is it possible that to make NEMO have internet hotspot capability as well? It would be functional aside from being a very intelligent device :D please.

harrytrinh9 commented 5 months ago

I think it's possible by repeater mode.

n0xa commented 5 months ago

If someone wants to take a run at this, it would be a good pull request project. I don't have time for it, as it's pretty complex. You will need to: 1) Allocate EEPROM bytes for the SSID and PSK of the access point 2) Add a new menu option in settings 3) Create a way to update the SSID/PSK with only the buttons on the M5Stick or add an admin panel within NEMO Portal perhaps? 4) Figure out how the Repeater Mode works on ESP32 (this is the first time I've heard of this mode, and I don't know anything about it). it looks like the "esp32_nat_router" project contains many of the first-principles you'd need.