Search found 3 matches

by OttoMan28
Wed Nov 09, 2022 2:02 pm
Forum: ESP32 boards
Topic: Persistent data with deepsleep
Replies: 3
Views: 32929

Re: Persistent data with deepsleep

Hi Peter I think the memory in RTC is static ram (however i have not digged into the datasheet), but I decided to sacrifice one of my ESP’s (TTGO T7 Mini) for a test. Every 5 ms I write a consecutively and a random number to the RTC, then I read them back and compare the value. So far it has perform...
by OttoMan28
Mon Oct 29, 2018 8:22 pm
Forum: General Discussion and Questions
Topic: Windows development enviroment/IDE?
Replies: 10
Views: 7972

Re: Windows development enviroment/IDE?

But with Thonny (and others) then the problem is that runs in the PC ram, so you cant test, while you code along, stuff there are MP specific.
However I was not aware that Thonny did have a MP plugin. I'll check that part of. As well as the plugin for PyCharm

Thanks guys :D
by OttoMan28
Sat Oct 27, 2018 10:01 am
Forum: General Discussion and Questions
Topic: Windows development enviroment/IDE?
Replies: 10
Views: 7972

Windows development enviroment/IDE?

Greetings all, When it comes to a Windows development environment/IDE what do you guys use? I'm searching for a IDE where i can type the code, press 'upload' see the code run in a terminal windows. Right now i have tinkered some stuff together with notepad++, ampy, putty and a batch file. Not very e...