Search found 6 matches

by Akrobate
Tue Aug 09, 2022 10:20 pm
Forum: ESP8266 boards
Topic: [Resolved] Not available sys.implementation.mpy on v1.19.1 (2022-06-18)
Replies: 2
Views: 21786

Re: Not available sys.implementation.mpy on v1.19.1 (2022-06-18)

Ok I have found the answer.

Maybe it could be usefull for some one, so the sollution is really simple:

the .mpy attribute has changed in 1.19 so now it is _mpy

this works:

sys.implementation._mpy & 0xff
6
by Akrobate
Tue Aug 09, 2022 1:14 pm
Forum: ESP8266 boards
Topic: [Resolved] Not available sys.implementation.mpy on v1.19.1 (2022-06-18)
Replies: 2
Views: 21786

[Resolved] Not available sys.implementation.mpy on v1.19.1 (2022-06-18)

Hello,

I would like to know why on the last release there is no more

sys.implementation.mpy available?

On 1.18 I was able to import the sys and then just print:

sys.implementation.mpy & 0xff

What has changed on 1.19.1 and how can I fix this problem?

Thank you
by Akrobate
Mon Jun 06, 2022 2:11 pm
Forum: ESP8266 boards
Topic: microWebSrv on ESP8266, and general question
Replies: 4
Views: 2037

Re: microWebSrv on ESP8266, and general question

Thank you for your answer,

Do you have any ideas about the second part of my question about the python scripts sizes?
by Akrobate
Sun Jun 05, 2022 7:06 pm
Forum: ESP8266 boards
Topic: microWebSrv on ESP8266, and general question
Replies: 4
Views: 2037

microWebSrv on ESP8266, and general question

Hello! I would like to know if somebody was able to make the excellent library microWebSrv or microWebSrv2 working on an ESP8266? Sorry if question was already asked, but I can't get clear information saying that it's impossible. I tried to copy the library, but got a memory error, the solution seem...
by Akrobate
Sat Jun 04, 2022 12:02 pm
Forum: ESP8266 boards
Topic: XTVTX ESP8266 Serial REPL picocom communication problem
Replies: 2
Views: 1909

Re: XTVTX ESP8266 Serial REPL picocom communication problem

Hello, I solved my problem: This cards are not compatible with MicroPython. More clearly they are, but components on this board are to low cost and the UART is not stable enough. I bough a nearly same card from AZ Delivry, and this time no problems at all. All worked perfecty. So conclusion: This on...
by Akrobate
Thu Jun 02, 2022 8:36 pm
Forum: ESP8266 boards
Topic: XTVTX ESP8266 Serial REPL picocom communication problem
Replies: 2
Views: 1909

XTVTX ESP8266 Serial REPL picocom communication problem

Hello every body, I spent a lot of time to make work this stuff without any success. :? https://www.amazon.fr/XTVTX-d%C3%A9veloppement-NodeMcu-ESP8266-Compatible/dp/B093GR7MJM/ My main problem is that I can't get a clean connection to the device after uploaded the firmware with the command: picocom ...