Search found 4 matches

by garlicbread
Thu Apr 18, 2019 10:25 pm
Forum: ESP32 boards
Topic: Is there anyone mount Sdcard successfully on ESP32 ??
Replies: 14
Views: 21726

Re: Is there anyone mount Sdcard successfully on ESP32 ??

Just to follow it looks as if the pinout is actually optimised for SDIO 4pin access I think instead of SPI access (which should be better) But to use that you'll need SDIO support The LoBo fork appears to have support for that (not tried it yet) * https://github.com/loboris/MicroPython_ESP32_psRAM_L...
by garlicbread
Wed Apr 17, 2019 7:26 pm
Forum: ESP32 boards
Topic: Is there anyone mount Sdcard successfully on ESP32 ??
Replies: 14
Views: 21726

Re: Is there anyone mount Sdcard successfully on ESP32 ??

I've discovered that with the TTGO T8 boards (the ESP32 dev boards from aliexpress) the sd card socket isn't wired to the hardware SPI pins https://github.com/LilyGO/TTGO-T8-ESP32 https://github.com/loboris/Lua-RTOS-ESP32-lobo/wiki/ESP32-SPI-pins The pins in use for the TTGO T8 are CLK / SCLK - IO14...
by garlicbread
Sun Sep 23, 2018 10:36 pm
Forum: Development of MicroPython
Topic: Scons build system
Replies: 0
Views: 1507

Scons build system

Hi, I just thought to ask is there any interest in using Scons to build micropython instead of make? I've been working on porting across the make files to scons https://github.com/Grbd-Forks/micropython/tree/scons2 so far I've managed to get the minimal port to build under windows (without msys2) an...
by garlicbread
Sat Aug 25, 2018 11:18 pm
Forum: General Discussion and Questions
Topic: Building STM32 under Windows
Replies: 0
Views: 1189

Building STM32 under Windows

Hi, I recently managed to make some progress building micropython for a STM32 development board (NUCLEO-F767ZI) using Windows 10 I think the usual build process is setup for Linix so I had to make a couple of tweaks to the source to get it to work (unless there's some other way I don't know about) I...