More GPIOs For The ESP8266

The ESP8266 is an incredible piece of hardware; it’s a WiFi module controllable over a serial port, it’s five freaking dollars, and if that’s not enough, there’s a microcontroller on board. Until there’s a new radio standard, this is the Internet Of Things module.

The most common version of the ESP, the -01 version, only has a 2×4 row of pins for serial, power, configuration, and two lines of GPIO. It’s a shame that module only has two GPIOs, but if you’re good enough with a soldering iron you can get a few more. It took a lot of careful soldering, but [Hugatry] managed to break out two more GPIOs on this tiny module.

According to [Hugatry] a lot of patience to solder those wires onto those tiny pads, but after finishing this little proof of concept he discovered a Russian hacker managed to tap into four extra GPIOs on the ESP8266-01 module (Google Translatrix).

As a proof of concept, it’s great, but there’s more than one ESP module out there. If you’re looking for a cheap WiFi module, check out the ESP-03, -04, or -07; they have nice castellated pins that are exceptionally easy to solder to.

Video below.

26 thoughts on “More GPIOs For The ESP8266

  1. Look at the ESP-12 module 9-digital I/O, 1-analog inout (0-1v). You can get them for $2.50 each free shipping from Aliexpress. For those not interested in SMT soldering anyway.

  2. free functionality via tapping into pins on chips is good stuff.

    some usb sound chips have spdif pins for the taking; some even have i2s outputs. open the dongle, tap into the pins and run your digital audio out.

    if that’s the only way to get features, then I see the value in it. otoh, if you can easily buy the module with the pins already broken-out, that’s the better way to go longer-term. or, if you have to make more than one of the things.

  3. With a bit of practice 0.5mm pin spacing is not too bad, same spacing as the SA1100 StrongARM CPU’s. Wind a piece of thin copper around the soldering tip, and cut this at about 5mm. That will give you a nice point, if your soldering equipment is not suitable for this kind of work.
    (They could have fit a 4 pin larger connector on the same PCB size, or at least provide a few easy to solder test points :-)

  4. The easiest way to get a lot more GPIOs is by adding a shift register like the 74HC595. They are available on Aliexpress – 10 pack for $0.70 shipped. You can even chain 74HC595s. Use a couple of ESP8266 GPIO to control and load the 74HC595.

  5. I would never tell someone not to explore the possibilities of their mind and skill, but the esp-12e is $3.80, fcc approved and already has all the pics broken out. The experiment is noble and an incredible learning process, but practicality is not there.

  6. Also, I2C is a nice option. I am currently playing with a PN532 RFID reader via i2c and since it’s a bus, it’s always easy to add more I2C devices to the same two lines.

Leave a Reply to VitaliyCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.