Search found 3 matches

by mun
Sun Nov 03, 2019 12:51 pm
Forum: Programs, Libraries and Tools
Topic: How to install upip into my PC ?
Replies: 2
Views: 3927

Re: How to install upip into my PC ?

Hi pythoncoder, Tq for your relay. I am appreciated for your help. I download the zip file of micropython samples from the link you posted. Then I got this: ERROR: Could not find a version that satisfies the requirement micropip (from versions: none) ERROR: No matching distribution found for micropi...
by mun
Sun Nov 03, 2019 11:19 am
Forum: Programs, Libraries and Tools
Topic: How to install upip into my PC ?
Replies: 2
Views: 3927

How to install upip into my PC ?

Hello guys, I have some questions about pip and upip. 1) What is the difference between the pip and the upip? 2) How to install upip into my PC? like from this link which is from PYPL. https://pypi.org/project/micropython-upip/ I got this after I wrote or copied"pip install micropython-upip" from py...
by mun
Wed Oct 30, 2019 1:28 pm
Forum: ESP32 boards
Topic: MQTT ERROR: {MQTT Client ID}{IP address}PUBLISH HomeAutomation∕feeds∕rel rejected, only shared feeds may be publi
Replies: 1
Views: 2315

MQTT ERROR: {MQTT Client ID}{IP address}PUBLISH HomeAutomation∕feeds∕rel rejected, only shared feeds may be publi

Hello Guys, I am doing a Home Automation project which esp32 board as a Publisher and also a Subscriber, the broker is the Adafruit.io. from MQTT2 import MQTTClient from machine import Pin import machine import time import Main2 from machine import UART import os uart = UART(2, 115200) os.dupterm(ua...