ESP8266 issues starting out

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: ESP8266 issues starting out

Post by platforma » Wed Oct 21, 2015 12:37 pm

Either way, there's no filesystem for ESP yet. Sure, you can wrap spi_flash_write/read and spi_flash_erase_sector functions from spi_flash.h into some user functions and operate on blocks of flash, albeit in 4kb sectors only. Once the fatfs is implemented, there will be no hassle adding the SD card support if there was a module that had one. Which reminds me of a kickstarter project using ESP that will have the SD card boards

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: ESP8266 issues starting out

Post by danielm » Wed Oct 21, 2015 2:36 pm

I would like to ask, is someone already working on fatfs support?

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: ESP8266 issues starting out

Post by kfricke » Wed Oct 21, 2015 3:55 pm

danielm wrote:...
However there is probably no ESP module with GPIOs 6-11 available on breakout connectors.
Wrong: Olimex MOD-WIFI-ESP8266-DEV (see the schematic for details)

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: ESP8266 issues starting out

Post by danielm » Wed Oct 21, 2015 4:44 pm

kfricke wrote:Wrong: Olimex MOD-WIFI-ESP8266-DEV (see the schematic for details)
You are right, even local supplier in Slovakia has it in his e-shop. I hope that fatfs will be supported in the near future.

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: ESP8266 issues starting out

Post by platforma » Thu Oct 22, 2015 10:11 am

danielm wrote:I would like to ask, is someone already working on fatfs support?
If you had read my previous posts:
platforma wrote:I have started the port recently but had to postpone it due to my primary job plus the arrival of wipy! See this PR. Whenever I find time to do it, or someone else picks up, there will be more progress.
People wanting to contribute are welcome to contact me.

Post Reply