Search found 969 matches

by kevinkk525
Mon Nov 12, 2018 10:25 am
Forum: ESP32 boards
Topic: Difference between SRAM & SPIRAM
Replies: 13
Views: 21535

Re: Difference between SRAM & SPIRAM

You can find a benchmark here too: viewtopic.php?f=2&t=5173
by kevinkk525
Sun Nov 11, 2018 7:21 pm
Forum: ESP32 boards
Topic: Difference between SRAM & SPIRAM
Replies: 13
Views: 21535

Re: Difference between SRAM & SPIRAM

no if you flash spiram-firmware it will automatically use SPIRAM
by kevinkk525
Sun Nov 11, 2018 6:04 pm
Forum: ESP32 boards
Topic: Difference between SRAM & SPIRAM
Replies: 13
Views: 21535

Re: Difference between SRAM & SPIRAM

it is definitely recommended as you will get 4MB of RAM whereas you otherwise just have 190kB. But if you are concerned about speed and 190kB is enough for you, then you could use a non-psram firmware.

[edit: looks like we wrote at the same time..]
by kevinkk525
Sun Nov 11, 2018 11:40 am
Forum: ESP8266 boards
Topic: [SOLVED] Crashing/freezing every few hours
Replies: 29
Views: 29649

Re: Crashing/freezing every few hours

In another thread, ntptime synchronization could be blocking, others said that the power source could be a problem resulting in a freeze of the board. In my own experience, all my esp8266 freeze every 1-3 days and need to be reset by a software watchdog using interrupts. This indicates that not ever...
by kevinkk525
Tue Nov 06, 2018 4:35 pm
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 74860

Re: Software serial?

Why bring up an ancient thread?
by kevinkk525
Tue Nov 06, 2018 9:57 am
Forum: ESP8266 boards
Topic: Strange behavior of time on ESP8266
Replies: 24
Views: 12354

Re: Strange behavior of time on ESP8266

You get 5-15 reboots per day? That is way too much... Might be worth investigating if the ntptime synchronization is blocking that long or even freezing. I get at most 4 reboots per day and even that is quite rare.
by kevinkk525
Tue Nov 06, 2018 9:54 am
Forum: General Discussion and Questions
Topic: Protocol Stream object creation
Replies: 0
Views: 1029

Re: Protocol Stream object creation

Take a look at this awesome tutorial of Peter Hinch: https://github.com/peterhinch/micropyth ... ce-drivers
by kevinkk525
Mon Nov 05, 2018 11:16 am
Forum: ESP8266 boards
Topic: Strange behavior of time on ESP8266
Replies: 24
Views: 12354

Re: Strange behavior of time on ESP8266

just put the class into your main file.
by kevinkk525
Mon Nov 05, 2018 9:10 am
Forum: ESP8266 boards
Topic: Strange behavior of time on ESP8266
Replies: 24
Views: 12354

Re: Strange behavior of time on ESP8266

Considering that my boards freeze about once a day and get reset by my software watchdog using interrupts, it is quite possible that some vendor code of the esp8266 is the reason for the freeze as I could not find any other reason when I tried to debug that. Of course you could try to debug your cod...
by kevinkk525
Sun Nov 04, 2018 3:19 pm
Forum: ESP8266 boards
Topic: Strange behavior of time on ESP8266
Replies: 24
Views: 12354

Re: Strange behavior of time on ESP8266

Looks good to me. Good that it worked tonight.