Search found 2 matches

by taco-tuesday
Mon Jun 21, 2021 12:12 am
Forum: Pyboard D-series
Topic: WebREPL tutorial
Replies: 9
Views: 32117

Re: WebREPL tutorial

I came here seeking answers to my webrepl issue on my esp32. In my case, I was using a chrome extension that forced a https connection at all times. As you know, the Micropython Webrepl can not work on an https connection, only http. In my case I just switched over to firefox and the problem went aw...
by taco-tuesday
Tue Mar 23, 2021 6:01 pm
Forum: ESP32 boards
Topic: Anyone recommending a good IDE?
Replies: 20
Views: 26033

Re: Anyone recommending a good IDE?

I run everything on headless RPi's so I want a completely CLI tool chain. I flash the esp with esptool and then from there I used rshell + vim. The only drawback (so far) is package management, I have had some struggles on occasion there. For the most part you can just copy a library directly to the...