Page 1 of 1

umqtt.simple2 on esp8266

Posted: Tue Jun 14, 2022 3:46 pm
by Piterski1975
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
upip.install('micropython-umqtt.simple2')


i have a bug
Installing to /lib/
Warning: Miropython SSL cer.....
Error memory allocation failed, allocating 8604 bytes, package may by partially installed


1. is it possible to install umqtt.simple2 on esp8266 ?
2. please give me tips or links.