Search found 5 matches

by joelhoro
Mon Mar 04, 2019 7:03 pm
Forum: General Discussion and Questions
Topic: Is there another way than multi-threading to achieve this?
Replies: 2
Views: 1941

Is there another way than multi-threading to achieve this?

I am just experimenting, wanted to build a clone of Tetris and have music play at the same time as an exercise. I see that multithreading is not yes fully supported, so I was wondering if anyone had a suggestion of how to achieve this. The obvious way is to change the music, by replacing the time.sl...
by joelhoro
Sat Mar 02, 2019 4:27 pm
Forum: General Discussion and Questions
Topic: Working on enhancing the webrepl html client
Replies: 1
Views: 1787

Working on enhancing the webrepl html client

I worked a bit on enhancing the webrepl client, as per https://github.com/micropython/micropython/issues/4566 I have a few technical issues so wouldn't mind some help, but so far I am pretty happy about the results. See the screenshot attached - let me know if you are interested in trying it out htt...
by joelhoro
Thu Feb 28, 2019 6:31 pm
Forum: ESP8266 boards
Topic: ESP8266 REPL not responding and keeps restarting
Replies: 8
Views: 6499

Re: ESP8266 REPL not responding and keeps restarting

This is going to be the blind leading the blind, given that I only got into the ESP last week, and Micropython 2 days ago. I've had issues myself, as mentionned in https://forum.micropython.org/viewtopic.php?f=16&t=6015&sid=7c32b091f8a494025673ef4c79db714d I finally found one way to get hold of my E...
by joelhoro
Wed Feb 27, 2019 3:41 pm
Forum: ESP8266 boards
Topic: Micropython shell stuck after I tried installing webrepl
Replies: 1
Views: 1589

Re: Micropython shell stuck after I tried installing webrepl

Quick follow-up, when connecting from my phone, using ESP8266Loader, I do have access to the REPL. On my computer I was using putty, which may have an issue sending stuff (although it did work when I first flashed MP).
by joelhoro
Wed Feb 27, 2019 2:54 pm
Forum: ESP8266 boards
Topic: Micropython shell stuck after I tried installing webrepl
Replies: 1
Views: 1589

Micropython shell stuck after I tried installing webrepl

Just got my first ESP8266, I flashed micropython and could get a working python shell through serial. I ran 'import webrepl_setup', and after reset, even though I do get a shell, there is an error message (see below), and the shell is not responsive. Tried resetting many times, CTRL-C / D / Z, nothi...