umqtt.simple2 on esp8266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Piterski1975
Posts: 4
Joined: Sat Jun 11, 2022 10:25 am

umqtt.simple2 on esp8266

Post by Piterski1975 » Tue Jun 14, 2022 3:46 pm

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.

Post Reply