Search found 6 matches

by bazooka07
Mon Feb 07, 2022 7:34 am
Forum: ESP32 boards
Topic: Microdot - send file to download
Replies: 1
Views: 3285

Re: Microdot - send file to download

Hello,
You need to add extra http "Content-Disposition" header
Don't forget to add "Content-Type" header.
See : https://developer.mozilla.org/en-US/doc ... isposition
by bazooka07
Tue Jan 18, 2022 9:00 am
Forum: ESP32 boards
Topic: Micropython on ESP32-C3
Replies: 36
Views: 245784

Re: Micropython on ESP32-C3

Hello, I'm working on Ubuntu 21.04. I have build with success the last release (V1.18) of Micropython with the following commands : git clone https://github.com/micropython/micropython.git cd micropython git checkout v1.18 docker run --rm -v $PWD:/project -w /project -it espressif/idf:release-v4.3 #...
by bazooka07
Sun Nov 21, 2021 10:12 pm
Forum: Other Boards
Topic: [w600] telnet server requested
Replies: 1
Views: 7344

[w600] telnet server requested

Hello, Unfortunately, we have no web_repl for the w60x port. I'm trying to use telnet server from https://github.com/cpopp/MicroTelnetServer repository. I get the following warning and the telnet server is not working : >>> server_socket.setsockopt(socket.SOL_SOCKET, 20, utelnetserver.accept_telnet_...
by bazooka07
Fri Nov 05, 2021 10:55 pm
Forum: Other Boards
Topic: [w600] bad prompt with \r\r\n
Replies: 4
Views: 10325

Re: [w600] bad prompt with \r\r\n

That's working ! I have test with ESP-01W and W600-Pico from Wemos. And the Ampy script from Adafruit is working. The ftp server is a great idea. I can upload download and edit in-place with a ftp client (lftp) and edit script with my favorite editor (vim). I have upload a wifi_config.py script to t...
by bazooka07
Fri Nov 05, 2021 8:16 am
Forum: Other Boards
Topic: [w600] bad prompt with \r\r\n
Replies: 4
Views: 10325

[w600] bad prompt with \r\r\n

Hello, I am trying to use the pyboard tool with an ESP-01W flashed with @roberthh firmware. It's not working. After hitting Ctrl-C, I can see the prompt returned by the board is wrong : jpierre@beelink:~/MicroPython/robert-hh/micropython$ tools/pyboard.py -d /dev/ttyUSB0 ls b'\r\r\n>>> \r\r\n>>> \r\...