Now you can turn your Arduino into an 80's home computer! 「 VIDEO PART 1」

Channel:
Subscribers:
4,120
Published on ● Video Link: https://www.youtube.com/watch?v=gp_ti_lWxUE



Duration: 14:21
812 views
36


Now you can turn your Arduino into an 80's home computer!

A complete #BASIC_interpreter for the #Arduino, using a PS/2 keyboard, and SPI #OLED_screen. The BASIC supports almost all the usual features, with float and string variables, multi-dimensional arrays, FOR-NEXT, GOSUB-RETURN, etc. Saving and Loading from EEPROM is supported, as well as auto-running a program on power-up. You can also read and write from the analog and digital pins.

There's about 1k of RAM available for your BASIC programs and variables, so its roughly equivalent to first computer ( ZX81). The other 1k of RAM (on an UNO) is used for the keyboard and screen buffers, with a small bit of room left for the CPU stack. That works out quite well, since there's a 1k EEPROM on the arduino so if your program fits in the basic environment, it will fit when saved to EEPROM!


If you enjoyed those videos, then please subscribe to my channel which I update every week
👉 Subscribers : https://bit.ly/2EpEwrU

------------------------------------------------------------------------
👍 FOLLOW ME :
------------------------------------------------------------------------
► Youtube: https://www.youtube.com/djamaluk
► Facebook: https://www.facebook.com/Djamal.UK
► Twitter: https://twitter.com/DjamalUK
► Website: https://Djamal.UK


Code and Schematic OR Any Questions Please let me know in the comment section below



Thank you everyone for stopping by my youtube channel I would love to hear from you, so leave a comment to let me know you were here!




Other Videos By Djamal.Uk


2019-05-16Do it Yourself - a DIY Game Console Arduino ATtiny85 and Raspberry Pi Based - Collection
2019-05-01Uzebox - The Single Chip Retro DIY 8-bit Game Console based on ATMEGA644-20PU
2019-04-148x8 LED Matrix Arduino Tetris (with music)
2019-04-14Lazy Sunday Project Arduino talking light on/off
2019-04-07Awesome Arduino POV Clock
2019-03-28Build Your Own Arduino-Based BASIC Computer for Just a Few Dollars - Video Part 2
2019-03-19Arduino Extending and Developing it into something Awesome! Coming Soon Stay tuned!
2019-03-14Building a working Apple II Replica ! 6502 Assembly ( UNFINISHED PROJECT ) - Video Part 1
2019-03-03Let's play Qbert classic Game on this ATtiny85 - based mini Game Console
2019-02-27Make Your own a Retro traditional Computer Using Only STM32F103C8T6 Arduino Like | VIDEO PART 2
2019-02-24Now you can turn your Arduino into an 80's home computer! 「 VIDEO PART 1」
2019-02-22How to Make Amazing SUPER MARIO Retro Video Game console with Arduino built-in Games
2019-02-15Play The Zombie Escape Arduino Video Game ( with Television ) Quick Simple Fun Arduino Game
2019-02-13Arduino Game Project - Replica of Flappy Bird for Television Using Gamebuino Library
2019-02-12I’m testing a JAVA app that streams video Games from Arduboy to the PC/MAC using the USB cable.
2019-02-10Gamebuino TV Clone - Play Games, Quick & Easy! with Arduino
2019-02-05Turned my Arduino Uno into an Amiga MOD player. Chiptune
2019-02-04the CHEAP and EASY WAY! - ESP8266 Breadboard Game Console DIY
2019-02-02Playing SID files on Arduino without SD-CARD Memory Needed
2019-01-27Super Mario played on TV with an Arduino Uno Quick Simple Fun Arduino Game
2019-01-20Play Doom on Arduino Uno in 3D with only 3 components make it in 5-Minute



Tags:
BASIC_interpreter
Arduino
80's home computer!
SPI
keyboard
OLED_screen
EEPROM
CPU