Search found 15 matches

by yogotech
Thu Mar 05, 2020 6:05 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 110744

Re: rshell - Remote Shell

How can I do this with rshell, and is there a way to capture the output? I think the idea is that you use the "repl" command to get to the MicroPtyhon prompt hit Ctrl-D to soft reset (if you've previously loaded this file), then run "import blink" rshell> repl ~ import blink~ to enter the repl and ...
by yogotech
Thu Mar 05, 2020 4:51 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 110744

Re: rshell - Remote Shell

Long-time developer, just getting started in Python, using micropython because I like embedded systems. I was using ampy, but am trying to switch to rshell since the Filesystem commands are very useful. However, one of the things that I'm struggling with (and it may be my unfamiliarity with Python) ...
by yogotech
Thu Mar 05, 2020 4:09 am
Forum: ESP32 boards
Topic: upip SSL failure on ESP32
Replies: 4
Views: 3009

Re: upip SSL failure on ESP32

However, I'll try the older firmware to see if that resolves it. Sorry it took so long to try it out. Update: MicroPython v1.12 on 2019-12-20; ESP32 module with ESP32 >>> import upip >>> upip.install('micropython-uasyncio') Installing to: /lib/ Warning: micropython.org SSL certificate is not valida...
by yogotech
Tue Feb 25, 2020 5:52 am
Forum: ESP32 boards
Topic: upip SSL failure on ESP32
Replies: 4
Views: 3009

Re: upip SSL failure on ESP32

It works here using firmware dated 20th Jan. If you can't get upip to work there are other ways to install library modules, see my guide here . I agree there are alternative methods to installing the libraries, I'm reporting a bug. However, I'll try the older firmware to see if that resolves it.
by yogotech
Tue Feb 25, 2020 5:30 am
Forum: ESP32 boards
Topic: upip SSL failure on ESP32
Replies: 4
Views: 3009

upip SSL failure on ESP32

HW: Generic ESP32 module MicroPython v1.12-195-gb16990425 on 2020-02-24; ESP32 module with ESP32 The instance is connected to my WiFi, and I'm using ntp to set the clock, so connectivity is good. Following the following tutorial. https://github.com/peterhinch/micropython-async/blob/master/TUTORIAL.m...