Search found 8 matches

by haybarry
Sun May 15, 2022 7:08 am
Forum: General Discussion and Questions
Topic: MicroGui: Set visible button in Buttonlist stack
Replies: 2
Views: 833

MicroGui: Set visible button in Buttonlist stack

Good Afternoon, Using MicroGui with ESP32 with PSRAM and ILI9341 display I am trying to algorithmically set the visible button in a buttonlist stack. Firstly, is it possible? it seems to me that .value should allow me to do this "value Optional args button=None, new_cb=False. The button arg, if prov...
by haybarry
Mon Jun 21, 2021 10:15 pm
Forum: ESP32 boards
Topic: No REPL on ESP32-S2
Replies: 22
Views: 23573

Re: No REPL on ESP32-S2

Hi Alexmus, The ESP32S2 build seems to send REPL to the native USB port, not the UART port where you programmed the ESP32S2 from. I have my S2 currently running MP 1.15 with USB Data Positive (White Wire) connected to ESP32S2 Pin 19 and USB Data Negative (Green Wire) connected to ESP32S2 Pin 20. It ...
by haybarry
Sun Jun 13, 2021 10:08 am
Forum: Programs, Libraries and Tools
Topic: mpremote usage on windows
Replies: 2
Views: 1920

Re: mpremote usage on windows

Thank you.

That gets mpremote started on windows.

Now to work out how to terminate code running on the target (RPi PICO) without terminating mpremote ....


Barry
by haybarry
Sun Jun 13, 2021 6:23 am
Forum: Programs, Libraries and Tools
Topic: mpremote usage on windows
Replies: 2
Views: 1920

mpremote usage on windows

Hi, Feeling stupid, but can't run mpremote from win64 laptop target RPi PICO. Error message File "c:\python39\lib\site-packages\mpremote\console.py", line 145, in set_conout_mode fdout = os.open("CONOUT$", os.O_RDWR) NameError: name 'os' is not defined I can import os in REPL on laptop but something...
by haybarry
Sat Jun 06, 2020 10:38 am
Forum: ESP8266 boards
Topic: uasyncio - where does launch come from? [SOLVED]
Replies: 2
Views: 2091

Re: uasyncio - where does launch come from?

Hi Peter,

Thanks for the prompt response. That hint resolved my problem.

Thank you

Cheers
by haybarry
Sat Jun 06, 2020 5:20 am
Forum: ESP8266 boards
Topic: uasyncio - where does launch come from? [SOLVED]
Replies: 2
Views: 2091

uasyncio - where does launch come from? [SOLVED]

Hi, I am trying to understand how the pushbutton primitive from uasyncio works (a big stretch) I am using a Yellow Board ESP8266 loaded with v1.12-510 daily build (20200606) The pushbutton.py primitive from https://github.com/peterhinch/micropython-async/tree/master/v3 includes a statement from . im...
by haybarry
Mon Nov 07, 2016 10:37 am
Forum: ESP8266 boards
Topic: UMQTT - Can it support multiple publish statements?
Replies: 1
Views: 2336

UMQTT - Can it support multiple publish statements?

Hi clever people, I have a ESP-01 (with 32m serial rom) connected to a DHT-11. I am trying to publish to separate streams for Temperature and Humidity. I can publish to one stream, and have a gauge on a RPi with Node RED to display my data. But if I add an extra publish statement to a second stream,...