sany3001

Results 49 comments of sany3001

Something like this? https://www.tindie.com/products/electronictrik/quatrominer-for-nerdminer/

This is just HW. No need to do any changes in SW. All devices are running independently. If you setup same BTC address in all your devices you can see...

I am (not now) running 5 miners LILYGO T-Display S3. All of them were mining when I have seen APs of two or three of them (it varies). All of...

I can confirm that is is not permanent situation by me either. I am far from 24/7 monitoring, but today, I have not seen anything in the air yet. I...

By chance I have seen today also at least one `NerdMinerAP` Wi-Fi AP running. I was not investigating (but for sure it was LILIGO T-Display-S3. What I have observed was...

Not sure if this can be useful info, but I see (from inSSIDer) that when `NerdMinerAP` was active, it was each time on different channel (have seen 1,3,9). Now all...

I have in my private project based on MicroPython (esp8266) did following "trick" after connecting my device to WiFi: ``` print("disabling AP mode") ap_if = network.WLAN(network.AP_IF) ap_if.active(False) ``` Maybe solution...

I have currently problem with building code for TTGO-T-Display (https://github.com/BitMaker-hub/NerdMiner_v2/issues/299) but as soon as I will be able to fix that I want to collect evidence for this topic and...

Looks like this is not bug, but feature of WifiManager: https://github.com/tzapu/WiFiManager/issues/1725. If I will find time, I will try to play with that.

I am still interested about solution of this problem. I cannot promise anything but I would love to open PR with solution proposal. My opinion is that only user shall...