Search found 4 matches

by Piterski1975
Sat Jun 18, 2022 11:11 am
Forum: ESP8266 boards
Topic: umqtt.simple2 on esp8266
Replies: 2
Views: 1744

Re: umqtt.simple2 on esp8266

Thanks for you help unix.png esp8266.png I compiled the version for ESP8288 and unix. 1. I would like to compile umqtt for modules on esp8266 ,unix 2. I would like to delete dht end ssd1306 for modules on esp8266 3. I would like to edit boot.py for modules on esp8266 ,unix 4. I would like add main.p...
by Piterski1975
Tue Jun 14, 2022 7:12 pm
Forum: ESP8266 boards
Topic: umqtt.simple2 on esp8266
Replies: 2
Views: 1744

umqtt.simple2 on esp8266

hello I compiled the defaut micropython for esp8266. Create build-GENERIC/firmware-combined.bin esptool.py v1.2 flash 32832 .text 30720 at 0x40100000 .data 996 at 0x3ffe8000 .rodata 1080 at 0x3ffe83f0 padding 4032 irom0text 589656 total 626520 now I'm trying to install umqtt.simple2 import upip upi...
by Piterski1975
Tue Jun 14, 2022 3:46 pm
Forum: ESP8266 boards
Topic: umqtt.simple2 on esp8266
Replies: 0
Views: 9642

umqtt.simple2 on esp8266

hello I compiled the defaut micropython for esp8266. Create build-GENERIC/firmware-combined.bin esptool.py v1.2 flash 32832 .text 30720 at 0x40100000 .data 996 at 0x3ffe8000 .rodata 1080 at 0x3ffe83f0 padding 4032 irom0text 589656 total 626520 now I'm trying to install umqtt.simple2 import upip upi...
by Piterski1975
Sat Jun 11, 2022 10:49 am
Forum: ESP8266 boards
Topic: build frimware to esp8266
Replies: 1
Views: 1419

build frimware to esp8266

hello i am trying to compile micropython for esp8266. 1 . Is still the best way is ? compite mpy-cross + https://github.com/pfalcon/esp-open-sdk.git It will take me a some time. I try on Debian 11 first 2. Could someone compile a version with "uasyncio and simple2 with umqtt" and "uasyncio and micro...