Search found 5 matches

by mrsnail
Mon May 03, 2021 7:27 am
Forum: General Discussion and Questions
Topic: "Factory reset" feature
Replies: 3
Views: 1874

Re: "Factory reset" feature

Thank you karfas

Yes, I have seen this and compile Micropython from scratch would be an option. But how do I reset it to this state? Or how can I delete i.e. the WiFi settings once it's set up? I can't seem to find using os.listdir() etc.
by mrsnail
Fri Apr 30, 2021 8:29 am
Forum: General Discussion and Questions
Topic: "Factory reset" feature
Replies: 3
Views: 1874

"Factory reset" feature

Hi I'm curious if there is a way to "factory-reset" a board (ESP32 in my case) to the original state of a fresh Micropython installation, typically found in commercial hardware solutions. This often involves pressing a button for some time while restoring power, or other techniques. What I want to a...
by mrsnail
Sun Apr 04, 2021 2:14 pm
Forum: General Discussion and Questions
Topic: Web server In/out + physical button control via gpio
Replies: 14
Views: 11045

Re: Web server + physical button control

This is exactly what I want to do, too! Highly appreciate it if someone can explain :)
by mrsnail
Thu Apr 01, 2021 10:46 am
Forum: General Discussion and Questions
Topic: Custom Micropython Build?
Replies: 3
Views: 1653

Re: Custom Micropython Build?

Thank you Roberthh for your answer.

Ah, I can use e.g. WebREPL to upload code files and then use esptool to get the binary with those files as a copy-able binary? Isn't the code I upload via WebREPL stored in another directory? I'll only have access to my ESP8266 tomorrow, I'll check then.

Thanks
by mrsnail
Thu Apr 01, 2021 9:14 am
Forum: General Discussion and Questions
Topic: Custom Micropython Build?
Replies: 3
Views: 1653

Custom Micropython Build?

I'm relatively new to Micropython and microcontrollers and I am using ESP8266. If I wanted a custom build, like Micropython + my own boot.py/main.py files, how would I do that? Like if I have a project that I want to be able my students can flash to an ESP8266, and it would boot not with the WebREPL...