Page 4 of 4

Re: Redirecting terminal/WebRepl to OLED 1306

Posted: Sun Jul 19, 2020 4:40 am
by rcolistete
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

Re: Redirecting terminal/WebRepl to OLED 1306

Posted: Sun Jul 19, 2020 8:54 am
by pythoncoder
Another option is to use a large touch display and a virtual keyboard as discussed in this forum post.

Image.

Re: Redirecting terminal/WebRepl to OLED 1306

Posted: Tue Dec 22, 2020 7:21 am
by ImmortanJoe
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?