Building a 6502 Computer: The Reset Sequence

November 1, 2022 XTronical 2

A video below explaining the reset sequence of the 6502. With a possible “bug” in the chip, perhaps. Source code shown in the video is available below. Affiliate links for the items shown: Arduino Nano: https://amzn.to/3NxD88A Board wire (red, black, white, green, blue, yellow): https://amzn.to/34IBeA5 Purple board wire : https://amzn.to/3rX3OGn […]

Building a 6502 Computer: Number Systems

November 1, 2022 XTronical 0

A video explaining the various number systems you may encounter when building/designing computer systems. Affiliate links for the items shown: Arduino Nano: https://amzn.to/3NxD88A Board wire (red, black, white, green, blue, yellow): https://amzn.to/34IBeA5 Purple board wire : https://amzn.to/3rX3OGn Various colour LEDs : https://amzn.to/3KeSbS1 Breadboards : https://amzn.to/3oTBJOo

Using multiple ili9341 screens with tft_espi library

September 21, 2022 XTronical 3

Ever wanted to run more than one screen independently? Are you using the excellent tft_espi library? Well this guide will walk you through the small bit of work you need to do to achieve this, in particular with an ESP32 but the principles can be applied to any MCU of […]

I2S Audio Library (I2SAudio) Source Code Released

August 30, 2022 XTronical 13

OK, so sorry for such a long wait but at the time I started this project I envisaged working on the I2SAudio library (and other projects) far more than I did over the last year. As it happens circumstances have dictated a much lower release schedule for videos and articles […]

Building a 6502 Computer: The System Clock

April 11, 2022 XTronical 0

Intro In the last article we learnt all about the various pins of the 6502, today  we’re going to look at the various ways of supplying a system clock, power up and see perhaps things you were not expecting. The you tube video is below and the main article follows. […]

Building a 6502 computer: Episode 1, introduction

February 18, 2022 XTronical 0

Introduction to a new series of videos designing and building an 6502 based 8 bit computer. The principles of which can be applied to more advanced systems. In the upcoming videos we will look at all the principles in making our computer work, from the hardware to designing a “good” […]