-->
Page 2 of 2

Re: SPI - master hardware and software

PostPosted: Tue Dec 02, 2014 4:55 pm
by ucy74
for the data log, maybe use the power of wifi/network/cloud?

Generally I was thinking about boot from SD-card rather than SPI memory.
Of course - acces to SD card memory from LUA script also will be nice.

BTW: on some boards MTDO pin is connected to the ground on PCB

Re: SPI - master hardware and software

PostPosted: Tue Dec 02, 2014 5:15 pm
by alonewolfx2
ucy74 wrote:
for the data log, maybe use the power of wifi/network/cloud?

Generally I was thinking about boot from SD-card rather than SPI memory.

+1.
Here is sample from espressif team. Esp8266 can share spi bus with flash memory, spi LCD and gyroscope. It's cool.

Re: SPI - master hardware and software

PostPosted: Mon Feb 23, 2015 11:25 am
by GWizez
alonewolfx2 wrote:
ucy74 wrote:
for the data log, maybe use the power of wifi/network/cloud?

Generally I was thinking about boot from SD-card rather than SPI memory.

+1.
Here is sample from espressif team. Esp8266 can share spi bus with flash memory, spi LCD and gyroscope. It's cool.


Hey mister! where is the link?