how do we connect the esp to a controller/app?randytsuch wrote: ↑Wed Apr 18, 2018 3:38 pm Looking at the table on bottom of page 13 of Nige's link, looks like the flashair has three modes: SD, SPI and GPIO.
Since it only has 8 pins, the pins had different functions depending on what mode its in. Looks like you can send it commands to put it in different modes, but I'm not sure how this would be implemented on the SD Player card. I expect the SD player wants the flashair to always be a SD card, and won't be happy if it can't access the card because its in another mode.
So, IMHO, while this sounds cool, I think it's adding complexity by trying to add functions in the flashair card than can be implemented in an ESP card fairly simply.
Randy
thought that maybe we can pass through instruction via sd/spi/gpio
maybe im way off base here
ive no experience of such things unfortunately