Search found 197 matches

by HermannSW
Thu Jan 18, 2018 9:29 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 541945

Re: MicroPython on ESP32 with SPIRAM support

Good to hear -- but in the mean time, since "uble" is implemented in pure Python, can "uble" make BLE connection of gamepad possible in your MicroPython as it is today?
by HermannSW
Thu Jan 18, 2018 7:33 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 541945

Re: MicroPython on ESP32 with SPIRAM support

@loboris I used the prebuilt version with running telnet server you provided here https://forum.micropython.org/viewtopic.php?f=18&t=3997#p23075 for really debugging ESP32 header pins lately: https://www.esp32.com/viewtopic.php?f=2&t=3476&p=19087#p18647 Then I connected the ESP32+Oled module to moto...
by HermannSW
Fri Nov 10, 2017 11:10 am
Forum: ESP32 boards
Topic: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?
Replies: 7
Views: 11859

Re: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?

It is so cool, I was able to do mobile wireless ESP32 debug+dev via Android JuiceSSH telnet session! MicroPython has Telnet as well as FTP server started in my boot.py, and connects to Android wireless access point, see: "Re: Micropython as debug shell for ESP32 (and its OLED)" https://www.esp32.com...
by HermannSW
Thu Nov 09, 2017 7:59 pm
Forum: ESP32 boards
Topic: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?
Replies: 7
Views: 11859

Re: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?

Loboris, thank you so much for the telnet enabled build, works like a charm! I can only say WOW ! Telnet wireless into MicroPython command line on ESP32 board, then do interactively a Wifi scan followed by Arduino "Blink" sketch ... Hermann. https://stamm-wilbrandt.de/en/forum/esp32.wireless.telnet....
by HermannSW
Wed Nov 08, 2017 7:42 pm
Forum: ESP32 boards
Topic: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?
Replies: 7
Views: 11859

Re: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?

Thanks, that is awesome. I did flash prebuilt binaries with "MicroPython_BUILD/firmware/esp32/flash.sh" successfully. I was able to connect on reboot with "screen /dev/ttyUSB0 115200". FTP server worked like a charm, but telnet server seems to be missing :-( >>> station.ifconfig() ('192.168.178.48',...
by HermannSW
Fri Nov 03, 2017 12:29 pm
Forum: ESP32 boards
Topic: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?
Replies: 7
Views: 11859

Re: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?

Two years ago I used esp8266 connected to Arduino for wireless telnet into Bitlash shell in Arduino, and control a motor interactively from there. Here Micropython is running on the ESP32, and it would be cool to be able to wirelessly telnet/ssh into Micropython command line ... Hermann. [img]https:...
by HermannSW
Wed Nov 01, 2017 8:10 am
Forum: ESP32 boards
Topic: Workaround for ESP32 "'module' object has no attribute 'dupterm'"?
Replies: 7
Views: 11859

Workaround for ESP32 "'module' object has no attribute 'dupterm'"?

Hi, I just recently started to use Micropython as debug shell for my ESP32 with OLED board. All worked just fine, including output to OLED (https://www.esp32.com/viewtopic.php?f=2&t=3476). Yesterday I searched for a Micropython telnet server for wireless debug shell access. To my surprise I found on...