BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.38k stars 252 forks source link

T-Dongle-S3: issues #224

Open PSLLSP opened 8 months ago

PSLLSP commented 8 months ago

Issues with device T-Dongle-S3.


One button on device doesn't work as described in README

One button devices:

T-Dongle-S3 supports only "Double click" and "Hold 5 seconds". There is only one screen that scrolls all information, that is probably why "One click" is ignored. "Tripple click" doesn't work, maybe that hardware doesn't support screen on/off.


config.json file cannot be read from microSDHC card.

T-Dongle-S3 has microSDHC slot, it is "hidden" in USB connector. README specifies how to prepare SD card with configuration to configure NerdMiner. I prepared 16 GB microSDHC card with config.json file but it seems like NerdMiner on T-Dongle-S3 ignores that file. It just shows Use WiFi for setup...; I tried to press button, to hold button for few seconds, to hold button while I insert dongle to USB slot, etc, I tried UNIX and DOS end of lines, etc... Nothing, config.json file on microSDHC is ignored, I have to use WiFi to configure the dongle...

My config.jso file is valid:

$ jq 'length' config.json 
7

$ cat config.json
{
  "SSID": "NerdAP",
  "WifiPW": "wifiSECRET",
  "PoolUrl": "solo.ckpool.org",
  "PoolPort": 3333,
  "BtcWallet": "bc1q28kkr5hk4gnqe3evma6runjrd2pvqyp8fpwfzu.NM0",
  "Timezone": 0,
  "SaveStats": false
}

Unfortunately, troubleshooting is difficult, there is no error on the screen, no hint what was wrong. It is just possible that firmware for T-Dongle-S3 was build without support for SD cards...