Added support for another ESP32_2432S028 variant.#295
Added support for another ESP32_2432S028 variant.#295BitMaker-hub merged 7 commits intoBitMaker-hub:masterfrom
Conversation
|
Thanks for quick fix, already building! 👍 |
|
Hi, not yet done. I still try to figure out what change from Friday caused it to stop working. |
|
So it is not about flashing device, it is about boot. Sometimes you get the statistics and the pool info, sometimes you don't. |
|
@sany3001 Hello, just a question... did you using Linux when the compiling failed in your screenshot above? |
|
Yes, all trials in Linux Mint. |
|
@sany3001 OK, that was my guess, could you please try again with this 2nd branch I created, if you find some time: It should work. I successfully tested with Ubuntu but should of course work with Mint as well. |
|
I have flashed |
|
I also just received the new variant, with the added USB-C connector. Any ideas ? |
Where do I add this? I have followed info here #273 and edited the files, flashed and still get inverted colours? |
|
@HenrysCat:
|
|
Hello In case of the ESP32_2432S028 version with USB-C and micro USB... If you use the current Nerd Miner version no more manual adjustment in the code should be needed anymore, to fix the color setup, if you just select "ESP32_2432S028_2USB" as env in the bottom bar before building, since the fix is already implemented in the source code. Boris |
|
Ah I see now, this is not just editing files is it, I need to build in Visual Studio? I have it installed but never used it, this may be beyond me, is there any way to get .bin files already built with the required changes? |
It shall be really easy to build and flash. Please check this: #306 (comment) |
|
thankyou i have done this with no experience by your helps here. |
|
is there a .bin out there to just flash it for those of us that are not programmers? Please and thanks. |
|
No go still the same reverse colors |
|
Try to flash the bin using https://espressif.github.io/esptool-js/ |
|
BOOM.. thanks!!!!! |
Can you resend? |






Hello
Related to discussion: #273
I have added support for another variant of ESP32_2432S028. There are several different boards available and some need to have different settings than others.
This changes work at least fine with my variant, which is different from others, as for example, it has micro USB and USB-C connector.
Unfortunately I only have this one which I can use for testing:
As mentioned earlier, I don't have professional programming background so I'm not sure, if the way I implemented it, is ok, even if it works fine :-)
Boris