Redirecting terminal/WebRepl to OLED 1306

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: Redirecting terminal/WebRepl to OLED 1306

Post by rcolistete » Sun Jul 19, 2020 4:40 am

About keyboard for microcontrollers, have you seen these M5Stack mini keyboard ? US$5.95 each :
- CardKB HAT :
https://docs.m5stack.com/#/en/hat/hat-cardkb
https://www.aliexpress.com/item/4000300623596.html
Image
- CardKB :
https://docs.m5stack.com/#/en/unit/cardkb
https://pt.aliexpress.com/item/32963872643.html
Image
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Redirecting terminal/WebRepl to OLED 1306

Post by pythoncoder » Sun Jul 19, 2020 8:54 am

Another option is to use a large touch display and a virtual keyboard as discussed in this forum post.

Image.
Peter Hinch
Index to my micropython libraries.

ImmortanJoe
Posts: 1
Joined: Tue Dec 22, 2020 7:14 am

Re: Redirecting terminal/WebRepl to OLED 1306

Post by ImmortanJoe » Tue Dec 22, 2020 7:21 am

Hi. I've been looking for something like this. I want a REPL display on the little TFT that my maix Bit and Grove AI HAT share. I recently received one of the M5Stack CardKB units. While the keyboard is programmable, a little playing around with it in Micropython (before discovering the Arduino Sketch for its firmware and keymap online) I discovered that it just spits out ASCII characters to 0x00 on i2c. This should be pretty easy to feed to MicroPython, right?

Post Reply