Those markings are so misleading:
I wonder how hard would it be to make a custom build (or a skin, or a script?) of OBK that will have NodeMCU-style pin names next to classic pin names...
interesting idea. Almost daily I'm referring to some mapping image on here or one I've made for various modules/ESP adaptors. Even some kind of basic ASCII selection to map choice1<->choice2. dunno
Ok, so here is initial draft:
https://openbekeniot.github.io/webapp/test1.html Open link and hover mouse cursor over pin name to higlight it.
That's how it looks like:
Next step would be to integrate it into pins chooser and GPIO doctor, I guess?
Who knows html and js? @max4elektroda ? But maybe I will try to do it first myself. Keep the canvas and stuff as separate JS module on web app. Fetch it from web on pins page load. Allow user to select his board type, so NodeMCU, raw CB3S, etc, etc.
I think I may get initial version working soon, but we will need to create our own "boards.json":
And there is also question where would we store board information, but since it's not a critical piece of information, I may just decid to store it in Cookie so it's a developer only feature remembered by current browser? Idk.... or add a command for that
Recently I've did a very simple classic CB2S to NiceMCU transplant: CB2S/WB2S cheap dev board made from NiceMCU_WB3S_V1 (replace WB3S with WB2S/etc) . It might be good idea for anyone looking for cheap CB2S/WB2S dev boards, as NiceMCU is very cheap (as low as 1$ for new clients) and with my approach, the pin indexes on silkscreen are not mixed after conversion.
The discussion revolves around converting a NodeMCU ESP8266 board into a BK7231 development board by desoldering the ESP12 module and replacing it with a CB3S or WB3S module. Participants share their experiences, tools used (like hot air stations and soldering equipment), and tips for successful soldering. Some users mention alternative inexpensive boards available online that do not require destruction of the NodeMCU. The conversation also touches on UART configurations for logging and troubleshooting pin mappings for I2C devices. Users provide insights on the effectiveness of various modules and share diagrams for better understanding of connections. Summary generated by the language model.