skot / ESP-Miner

A bitcoin ASIC miner for the ESP32
GNU General Public License v3.0
372 stars 141 forks source link

First time setup - Change the message on OLED #447

Open STSMiner1 opened 3 weeks ago

STSMiner1 commented 3 weeks ago

First Time Setup (this includes if the end user has "factory reset" their device).

OLED Display Replace the SSID "myssid" to display a different message here to inform the end user that the device needs to be set up with their WiFi info from their WiFi router.

ie

"Connect to the SSID below to setup WiFi settings from your WiFi router !"

or

"Network setup REQUIRED, connect to SSID below via cell phone !"

Image example enclosed

FactoryState

skot commented 3 weeks ago

I like this. We'll have to work on the wording a bit to get it to fit.

We can use SSID == MYSSID as the condition for this mode.

STSMiner1 commented 3 weeks ago

Here you go

All the .cvs files for the board versions....

401 example below

''key,type,encoding,value main,namespace,, hostname,data,string,bitaxe wifissid,data,string,WiFi SETUP REQUIRED wifipass,data,string,password stratumurl,data,string,public-pool.io stratumport,data,u16,21496 stratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe stratumpass,data,string,x fbstratumurl,data,string,solo.ckpool.org fbstratumport,data,u16,3333 fbstratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe fbstratumpass,data,string,x asicfrequency,data,u16,490 asicvoltage,data,u16,1166 asicmodel,data,string,BM1368 devicemodel,data,string,supra boardversion,data,string,401 flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 selftest,data,u16,1 overheat_mode,data,u16,0"

FactoryState2

skot commented 3 weeks ago

Wow, yes that's a nice simple way to do it!

I still think we might want to have a "Initial Setup Mode" screen to make this even easier for the first-timers