Search found 4 matches

by muth02446
Tue Nov 21, 2017 4:40 am
Forum: ESP32 boards
Topic: SPI SSD1306
Replies: 13
Views: 11066

Re: SPI SSD1306

I am in a similar situation - I'd like to use a TFT Display with a ili9341 controller. There are drivers here: https://github.com/adafruit/micropython-adafruit-rgb-display What I struggle with is how to connect the display to the esp32. Base on this pin layout: http://www.shenzhen2u.com/image/catalo...
by muth02446
Wed Nov 15, 2017 4:40 am
Forum: ESP32 boards
Topic: older esp32 pre-build images / is repl broken
Replies: 2
Views: 2470

Re: older esp32 pre-build images / is repl broken

Problem solved: Hardware Control Flow was enabled and needed to be turned off.

For minicom the settings are hidden in
Menu::cOnfigure Minicom::Serial port setup
by muth02446
Tue Nov 14, 2017 3:06 am
Forum: ESP32 boards
Topic: repl not working for pre-build firm images
Replies: 0
Views: 1439

repl not working for pre-build firm images

The repl loop does not seem to work for me using a linux host. Erasing and flashing the device worked without a hitch. Communicating with the esp32 is done like so: minicom -D /dev/ttyUSB1 -b 115200 I only get prompt after pressing "en". But no keyboard input is accepted/echoed. Board is: https://ww...
by muth02446
Sun Nov 12, 2017 2:43 pm
Forum: ESP32 boards
Topic: older esp32 pre-build images / is repl broken
Replies: 2
Views: 2470

older esp32 pre-build images / is repl broken

I am just getting started with micropython and esp32. I tried using the esp32-20171112-v1.9.2-443-g236297f4.bin image from http://micropython.org/download#esp32 But I do not get the repl prompt. (My system is linux and I use minicom -D /dev/ttyUSB1 -b 115200) Only after pressing the "en" button on t...