Search found 94 matches

by EasyRider
Fri Dec 29, 2017 4:16 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

By adding gc.collect() at the end of datacb causes an immediate "Guru Mediation" crash. It reads and prints first subscribed message OK and then crashes when it calls gc.collect(). published - 1 ('subscribed - ', ('ESP32_DHT22_Sen', 'temp_humidity', 'OFF')) Guru Meditation Error of type LoadProhibit...
by EasyRider
Thu Dec 28, 2017 9:54 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Hello Borislav, Have been testing simple mqtt client publish and subscribe on Lolin esp32 Pro with SPI ram. Board crashes repeatedly with "Guru Meditation Error" at random intervals generally within 10-15 minutes. Crash report: Guru Meditation Error of type LoadProhibited occurred on core 1. Excepti...
by EasyRider
Sun Dec 24, 2017 1:28 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Thanks Borislav for detailed explanation.

I have it working with clarified mandatory name and server arguments.

Will continue experimenting with other options.

Best Regards
by EasyRider
Sun Dec 24, 2017 10:31 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Hello Boris, Sorry to pester you on Christmas eve, but its a good free time to play with micropython. I have started playing with various micropython mqtt options on the esp32. I'm having difficulty in understanding your version of API call for establishing a connection with a local wifi network mos...
by EasyRider
Thu Dec 21, 2017 5:47 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Hvala Borislav,

Little bit of beer money added to your paypal account for the festive season.
Thank you for great work and please keep it up.
by EasyRider
Tue Nov 28, 2017 2:54 am
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307514

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

Thanks I had the correct board with correct 25MHZ main clock defs, but as you say it didn't have 32KHz crystal RTC clock defs. Have now added RTC defs and compiled, will see how it runs after a while. The board has a 32kHz crystal for the RTC #define MICROPY_HW_RTC_USE_LSE (1) #define MICROPY_HW_RTC...
by EasyRider
Tue Nov 28, 2017 1:07 am
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307514

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

RTC clock running very fast on 407VET6 Mini Board with most recent firmware build. Have not checked config file how it uses on board 32KHZ crystal. At the moment tried couple of boards with same results where clock gains about half an hour in less than 6 hour period. Board is VCC-GND-407VET6 MINI. N...
by EasyRider
Thu Nov 23, 2017 9:07 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Have reduced heap allocation of 125K to 80K and is working for now.
by EasyRider
Thu Nov 23, 2017 8:50 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Sorry to pester you with noob questions Boris. I have just started playing with your esp32 Micropython port and will take a while to understand BUILD menuconfig options. Since my Wrover kit came with Wroom module installed and I tried to build firmware with external SPI RAM which didn't work for obv...
by EasyRider
Thu Nov 23, 2017 12:49 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538763

Re: MicroPython on ESP32 with SPIRAM support

Thanks Boris That's it, trap for uninitiated. Wrover kit with wroom module??? I have stand alone wrover modules that I can replace the wroom. Looks like solder pad footprint is in place for wrover, I hope that it doesn't need any other support components. Now for a bit of unsoldering fun without lif...