-->
Page 1 of 1

SPI Breakout pins on ESP-12Q

PostPosted: Mon Aug 17, 2015 9:25 am
by flyandi
Howdy,

I got a ESP-12Q Module that breaks out a SPI header separately from the GIOP's. My question is before if those are separated pins or are they are in line with the GIOP's?

Thx!

Re: SPI Breakout pins on ESP-12Q

PostPosted: Tue Aug 25, 2015 12:57 pm
by h4rm0n1c
No, they are not, they're reserved for the internal flash memory. Using these pins will crash the module.
This is simply a hardware limitation dictated by how the module is intended to work.

If you need more GPIO pins, you really should just use an SPI or i2c port expander, or if you're just doing output only, a shift register would do too.