Main Content

You can turn CardKB into a pocket computer!Complete pocket computer for CardKB using ArduinoBaisc, CardKB, I2C OLED screen. Since BASIC uses ArduinoBasic ( https://github.com/robinhedwards/ArduinoBASIC ), it supports almost all normal functions such as float and string variables, multidimensional arrays, FOR-NEXT, GOSUB-RETURN, etc. To do. Save and load from EEPROM is supported. The BASIC program and variables use about 1k of RAM, so it is almost equivalent to the first computer (Sinclair ZX81). The other 1k of RAM is used for the keyboard and screen buffer, and there is a little room for the CPU stack. Since arduino has a 1k EEPROM, if the program fits in the basic environment, it will fit in the EEPROM.
Supplies:
1) CardKB(https://en.aliexpress.com/item/32963872643.html)
2) I2C OLED (eg SSD1306 128x32 or 128x64)
3) mini breadboard
4) Battery box
5) EEPROM (eg 24LC256) (Option)”

Link to article