sbcshop / PiSquare

PiSquare is an RP2040 and ESP-12E-based board that allows you to use multiple Raspberry Pi HATs without stacking them on top of one other. PiSquare uses Socket programming to wirelessly communicate multiple Raspberry Pi HATs ("n" numbers of HATs).
MIT License
25 stars 5 forks source link

[QUESTION] GPIO25 pin mapping #2

Open bmweller opened 2 years ago

bmweller commented 2 years ago

Is GPIO25 on the RP2040 wired to anything on the board?

sbcshop1 commented 2 years ago

@bmweller No, GPIO25 is not wired to anything on the board.

bmweller commented 2 years ago

@sbcshop1 thank you for confirming, it might be ideal to port this pin out to a pad for soldering in a future revision? For example, I'd like to experiment on this board using other WIFI firmwares. Having a spare pin 25 pad means I can readily solder a fixed line to the 8266 GPIO0 and programmatically enter its bootloader mode by running the RP2040 as a passthrough programmer to flash the ESP.

sbcshop1 commented 2 years ago

@bmweller Thank you, For your suggestion, In the next version, we will update this