Make your own JavaScript Home PC (C64-style!) #103
Replies: 6 comments
-
Posted at 2015-12-10 by @gfwilliams Thanks! Yes, ZX80 - complete with horrible keyboard! For the crawler, I got the idea from the add-on you'd made - this one just requires a few less parts :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-18 by @gfwilliams Yes, I think you probably could. The C64 itself wouldn't have enough memory (at least according to Wikipedia), but it seems like you could put Espruino on a ROM cartridge (I guess that's how you'd develop normally anyway). Or if you just wanted the feel of it, you could connect something like an Espruino Pico up to the serial port on the back (I think you'd need an adaptor), and write a terminal application in C64 basic. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-19 by @gfwilliams Just quickly googled this, and it looks like the C64 has RS232 on the user port, but probably at 5v levels. There's a page here with info on how to wire the level shifter. But it looks like you could wire a Pico directly to a user port connector if you wanted - no level shifting needed :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-12-10 by @gfwilliams
New tutorial: http://www.espruino.com/Espruino+Home+Computer
https://www.youtube.com/watch?v=0d3uGQUm7tM
I'm pretty pleased with how this came out. Cheap, easy, and I think it shows off what Espruino is actually capable of now.
Beta Was this translation helpful? Give feedback.
All reactions