Search found 94 matches

by EasyRider
Thu Nov 23, 2017 12:12 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 539320

Re: MicroPython on ESP32 with SPIRAM support

Noob question. Trying to build firmware for esp-wrover-kit to use SPI-RAM. I think I have followed building instructions but the board fails to initialize. with most default config settings, except To build with psRAM support: In menuconfig select → Component config → ESP32-specific → Support for ex...
by EasyRider
Thu Nov 16, 2017 12:36 pm
Forum: Other Boards
Topic: Nucleo F767 can't access REPL
Replies: 0
Views: 2038

Nucleo F767 can't access REPL

Can't access REPL on F767 Nucleo board. Have flashed current pre-built firmware with DFU uploader through host USB port without errors. Board appears as a USB 2MB flash drive. Have tried accessing REPL through St-Link virtual com port that should be connected by default to Uart -3 PD8 and PD9. Virtu...
by EasyRider
Wed Nov 15, 2017 8:39 pm
Forum: Development of MicroPython
Topic: STM32 Increasing Stack, Heap and/or Filesystem size
Replies: 13
Views: 48828

Re: STM32 Increasing Stack, Heap and/or Filesystem size

I am looking at evaluating Micropython on STM32F767ZI Nucleo development board. At this stage I am not set up with a tool chain to build my own firmware. Based on "standard" daily built firmware from Micropython downloads. 1. What is the maximum size of filesystem available in flash? 2. How much fre...
by EasyRider
Mon Aug 07, 2017 9:26 pm
Forum: ESP32 boards
Topic: Install is failing
Replies: 8
Views: 7528

Re: Install is failing

Thanks Robert,
flash_mode=dio


This did the trick, works fine now.
esptool.py --port COM13 --baud 460800 write_flash --flash_mode dio --flash_size=detect 0x1000 esp32-20170807-v1.9.1-394-g79feb956.bin
by EasyRider
Mon Aug 07, 2017 1:26 pm
Forum: ESP32 boards
Topic: Install is failing
Replies: 8
Views: 7528

Re: Install is failing

Thanks Robert,
Yes, clean erased and tried 0x1000 offset as you stated in earlier post but no go.
Have tried yesterday's and today's build with no success.
by EasyRider
Mon Aug 07, 2017 10:56 am
Forum: ESP32 boards
Topic: Install is failing
Replies: 8
Views: 7528

Re: Install is failing

Daily build ESP32 firmware is not installing on ESP-WROOM-32 using esptool. This is only happening with firmware built during last few days or so. Previous builds are OK esp32-20170807-v1.9.1-394-g79feb956.bin (latest) After install, rolling error message: Flash read error 1000, Falling back to comm...
by EasyRider
Wed Jun 28, 2017 11:24 am
Forum: Programs, Libraries and Tools
Topic: uPyCraft(micropython IDE) released
Replies: 11
Views: 25935

Re: uPyCraft(micropython IDE) released

Tested briefly with ESP-Wrom32 Development board. Appears to be working OK.
Also tested briefly with ESP8266 NodeMCU.


As a windows GUI makes life very easy, can concentrate on more productive micropython development rather than command line operations.
by EasyRider
Mon Jun 26, 2017 10:56 am
Forum: Programs, Libraries and Tools
Topic: uPyCraft(micropython IDE) released
Replies: 11
Views: 25935

Re: uPyCraft(micropython IDE) released

Nice, simple, effective.

Like the easy way to upgrade firmware.
Simple and easy windows mouse click to save, upload, execute applications, particularly easy switching between application code execution.

Looking forward to pyboard/stm microcontroller support.
Well done. ;)
by EasyRider
Tue Jun 20, 2017 11:35 am
Forum: ESP32 boards
Topic: How can I use Webrepl for ESP32?
Replies: 6
Views: 9063

Re: How can I use Webrepl for ESP32?

BUMP

Can anyone shed any light on WEBREPL or OTA file/code upload progress for ESP32?