Search found 5 matches

by CaCO3
Tue Aug 24, 2021 9:11 pm
Forum: Development of MicroPython
Topic: Pull Request to extend RTC Memory() on ESP8266 (and maybe EPS32 later)
Replies: 0
Views: 2273

Pull Request to extend RTC Memory() on ESP8266 (and maybe EPS32 later)

Hi guys I wrote a Pull Request to extend the RTC Memory() on ESP8266 (and maybe EPS32 later): https://github.com/caco3/micropython/pull/1 It adds Slot read write of the RTC Memory. It is an adoption of https://nodemcu.readthedocs.io/en/release/modules/rtcmem/ The core reason is to save memory if you...
by CaCO3
Sat Aug 07, 2021 10:26 pm
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 22863

Re: New to MicroPython, putty showing garbage chars

OK, I finally got it working with the hint in http://www.bikealive.nl/esp8266-wemos.html 
One has to limit the flash size to 4MB: --flash_size=4MB

Its a pitty this issue is open now for 4 years!
by CaCO3
Sat Aug 07, 2021 10:13 pm
Forum: ESP8266 boards
Topic: Flashing works, but then receiving garbage on serial connection with MicroPython on a ESP-01S S Series
Replies: 5
Views: 3391

Re: Flashing works, but then receiving garbage on serial connection with MicroPython on a ESP-01S S Series

Followup, when looking on the 74880 baud startup, I see following: ets Jan 8 2013,rst cause:2, boot mode:(3,2) load 0x40100000, len 30736, room 16 tail 0 chksum 0x47 load 0x3ffe8000, len 996, room 8 tail 12 chksum 0x99 ho 0 tail 12 room 4 load 0x3ffe83f0, len 1064, room 12 tail 12 chksum 0xaa csum 0...
by CaCO3
Sat Aug 07, 2021 10:04 pm
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 22863

Re: New to MicroPython, putty showing garbage chars

I have the same garbage output issue. I have quite some experience with ESPeasy and now tried to start with MicroPython. I tested with a WeMos D1 mini PRO 16Mbit ESP8266 (v1.1.0) board as well with a NodeMCU board. When I flash ESPeasy on them, I get useful output (and the firmware works fine): sudo...