Search found 6 matches

by zachmoshe
Thu Aug 11, 2022 4:14 pm
Forum: Programs, Libraries and Tools
Topic: Why do `rshell` and `ampy` run boot.py and main.py for every command?
Replies: 3
Views: 33149

Why do `rshell` and `ampy` run boot.py and main.py for every command?

Hi, I'm new to MicroPython, so definitely could be missing something, but it seems that whenever I'm running `ampy` or `rshell` they constantly keep running `boot.py` and `main.py`. I see that for every `ampy` command, even just `ls`, and with `rshell` I notice that when it starts, it tries to initi...
by zachmoshe
Wed Aug 03, 2022 8:21 pm
Forum: ESP32 boards
Topic: Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")
Replies: 5
Views: 17420

Re: Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")

Well, I hope I get it right here.. Other than the large ESPRESSIF chip and the 1117C chip (which I believe is the voltage regulator), there is a chip named "SILABS CP2102". Is that the one?
If it helps with USB drivers, I'm on MacOS.
by zachmoshe
Wed Aug 03, 2022 7:09 pm
Forum: ESP32 boards
Topic: Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")
Replies: 5
Views: 17420

Re: Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")

Thanks @davef but sadly it doesn't seem to work in my case. Still stuck on the same thing...
(and definitely a weird buffer size... :) )
by zachmoshe
Wed Aug 03, 2022 5:54 pm
Forum: ESP32 boards
Topic: Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")
Replies: 5
Views: 17420

Can't connect to ESP32-WROOM-32D (stuck at "Trying to connect to REPL..")

Hi, I have a ESP32D board which I've erased the flash and installed Micropython 1.19.1 from the regular downloads page(esp32-20220618-v1.19.1.bin). I'm using `rshell` to connect. Everything works fine for the first couple of minutes (or operations..), but every time, after copying a few files, or pl...
by zachmoshe
Sat Jul 23, 2022 1:45 pm
Forum: ESP8266 boards
Topic: Is I2S supported on the NodeMCU ESP8266 board?
Replies: 2
Views: 26711

Re: Is I2S supported on the NodeMCU ESP8266 board?

oh.. :(
Do I have any other options to play audio with the ESP8266?
by zachmoshe
Sat Jul 23, 2022 11:06 am
Forum: ESP8266 boards
Topic: Is I2S supported on the NodeMCU ESP8266 board?
Replies: 2
Views: 26711

Is I2S supported on the NodeMCU ESP8266 board?

Hi, I have a NodeMCU board, and I'm trying to play sounds with I2S (through a MAX95357 DAC). I was able to connect it to a rpi-pico and use machine.I2S class to play WAV files (using similar code to this: https://github.com/miketeachman/micropython-i2s-examples/blob/master/examples/play_tone.py ). H...