765 Commits

Author SHA1 Message Date
adammwest
f130b05511
ASIC version mask now based on pool stratum version mask msg (#349)
* make set version mask a function call

* update name

* update init fuc to support version mask setting

* update parameter spec for bm1397

* parametrize set version rolling and update init func for BM136X +

* add default stratum mask

* update all bmchips with a new set_version_mask ASIC function which can be called in main

* update init func prototype params

* update self test to remove extra vmask call in init

* fix compiler errors

* fix compiler errors in main

* add version_mask_given bool to tell the next job to set a new version mask to the chip when a smg comes in
2024-09-26 11:30:06 -04:00
WhiteyCookie
dede86211d
WebUI fix for Power/Watts circle visualization (#352) 2024-09-25 19:54:32 -04:00
Skot
e31fac14b3
Merge pull request #348 from skot/wifi_security_fixes
Allow connecting to open WiFi networks
2024-09-24 18:51:14 -05:00
Skot
969cd6caff Merge branch 'wifi_security_fixes' of https://github.com/skot/ESP-Miner into wifi_security_fixes 2024-09-24 19:35:59 -04:00
Skot
8fdbe96b91 print wifi error reason codes. allow connecting to open networks (set empty password) 2024-09-24 19:34:31 -04:00
Skot
0c361e474b
Merge pull request #347 from eandersson/allow_password-_-
Allow the password... password
2024-09-24 18:24:55 -05:00
Erik Olof Gunnar Andersson
cfed4c51af Allow empty wifi passwords 2024-09-24 23:42:31 +02:00
Erik Olof Gunnar Andersson
82113ab253 Allow empty wifi passwords 2024-09-24 23:41:49 +02:00
Erik Olof Gunnar Andersson
8aed54f442 Allow the password... password 2024-09-24 23:20:45 +02:00
Skot
da4dd1ee53 print wifi error reason codes. allow connecting to open networks (set empty password) 2024-09-24 13:44:55 -04:00
Benjamin Wilson
072d3c82fa configs 2024-09-23 16:14:21 -04:00
Skot
8b22bb2762
Legacy selftest fixes (#346)
* make sure to VCORE_init() and VCORE_set_voltage() no matter what hw version.

* added "PRESS RESET" to selftest endscreen. pulled out magic numbers to #defines

* oops, cleanup

* update 402 power target

* 403+support

---------

Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2024-09-23 16:11:53 -04:00
Benjamin Wilson
7b5e3ef2eb increasing delay to 100ms again v2.2.2 2024-09-22 21:18:58 -04:00
Benjamin Wilson
0b0881d025 decrease ramp up 2024-09-22 21:06:53 -04:00
Benjamin Wilson
4cd50c9c53 601 config defaults, TPS546 corruption fix 2024-09-22 20:59:46 -04:00
Benjamin Wilson
3589c36369 lots of AP require 8 length pw 2024-09-21 19:49:54 -04:00
Benjamin Wilson
a94bf8e95e increase ramp_up delay v2.2.1 2024-09-21 15:12:22 -04:00
Benjamin Wilson
d671ef0d65 improve gamma self tests 2024-09-21 14:17:54 -04:00
Skot
55156aad26
Update readme.md 2024-09-21 01:13:27 -04:00
Skot
605221c875
Update readme.md 2024-09-21 01:11:34 -04:00
Skot
f7411ff745
Create flashing.md 2024-09-21 01:01:38 -04:00
Benjamin Wilson
592b4b01b5 cleanup v2.2.0 2024-09-20 21:50:14 -04:00
Benjamin Wilson
187e5f1955 Merge branch 'master' of https://github.com/skot/ESP-Miner 2024-09-20 19:35:52 -04:00
Benjamin Wilson
f759135b1e default 601 config 2024-09-20 19:35:50 -04:00
Benjamin Wilson
b700c6bbf0
Fix overtemp and self tests for gamma (#343) 2024-09-20 19:30:20 -04:00
Skot
669d81b645 add example 204 config 2024-09-18 15:21:05 -05:00
Skot
f795fc7df5 move job frequency constants to the respective ASIC include files 2024-09-18 11:03:15 -05:00
Skot
1e508f2861
Merge pull request #330 from eandersson/dns_fix
Remove invalid IPv4 validation in DNS code #329
2024-09-07 23:45:43 -04:00
Erik Olof Gunnar Andersson
5e1e0ba247 Remove invalid IPv4 validation in DNS code 2024-09-07 22:08:19 +02:00
Erik Olof Gunnar Andersson
7202f4bd25 Increase the max number of log lines stored 2024-09-06 20:29:43 +02:00
WantClue
198e846a37
Merge pull request #325 from WantClue/master
add transition to power management
2024-09-06 10:38:30 +02:00
WantClue
1c66c20561 add transition to power management 2024-09-06 10:37:04 +02:00
WantClue
d925d615ce
Merge pull request #318 from eandersson/websocket_fix
Fix websocket logs causing device to crash #277
2024-09-06 10:01:18 +02:00
WantClue
1600d4fd4a
Merge pull request #324 from WantClue/frequency-rampup-bm1368
add frequency rampup bm1368
2024-09-06 10:00:51 +02:00
WantClue
3ee6ac25bc add frequency rampup bm1368 2024-09-06 09:56:30 +02:00
WantClue
b6f960bbcf
Merge pull request #323 from WantClue/remove-duplication
remove duplication
2024-09-06 09:55:33 +02:00
WantClue
a46aa108ef remove duplication 2024-09-06 09:54:37 +02:00
WantClue
afb77da984
Merge pull request #322 from eandersson/version_bump
Update workflows to use esp idf 5.3
2024-09-06 09:36:38 +02:00
Skot
9577b1a531 add serial buffer framing fix to bm1397 2024-09-05 19:53:02 -04:00
Erik Olof Gunnar Andersson
dcf8b4152a Use latest esp idf 5.x version 2024-09-05 16:45:18 +02:00
Erik Olof Gunnar Andersson
037b4f52d4 Removed accidental tabs 2024-09-05 00:21:21 +02:00
Erik Olof Gunnar Andersson
1d4d71dab3 Fix websocket crash 2024-09-05 00:16:36 +02:00
Skot
74f78fe2cd
Merge pull request #292 from skot/gamma-support
Adding Gamma support
2024-09-03 18:33:36 -04:00
Skot
706fadfc8c add 1370 support for resyncing the ASIC RX buffer on errors 2024-09-03 14:16:20 -04:00
Skot
b307e8825e update default frequency and core voltage droppdowns for UI. add BM1370_SMALL_CORE_COUNT to http_server.c 2024-08-29 23:03:28 -04:00
Skot
7bfaf979d3 merge overheat_mode UI changes with BM1370 changes 2024-08-29 21:26:24 -04:00
Skot
29f7e0b1b2 moved send_hash_frequency() and do_frequency_ramp_up() over from esp-miner-multichip 2024-08-29 20:50:16 -04:00
WantClue
dd942a8ea8
Merge pull request #306 from skot/WantClue-patch-1
Update readme.md
2024-08-23 22:00:34 +02:00
WantClue
b9f12cee23
Update readme.md
added badges
2024-08-23 22:00:20 +02:00
Skot
edd39e0071 add frequency ramp up from S21 Pro 2024-08-17 00:26:44 -04:00