Friday 6 September 2019

Tim's Racer (Arduino)


A Little Race game for the Arduino

on a Nokia LCD Screen via I2C Module.



I have created a HEX file of this game Tims_Racer.zip
Inside the zip the are versions for the UNO and NANO, with or without the bootloader (old bootloader for Nano)
Also there is a copy of XLoader to upload the HEX to the Arduino.

It needs the same setup as Brick a Bottle or Three.
The pins for the buttons on the Arduino are as follows.

A0 = Button 1
A1 = Button 2
A2 = Button 3
A3 = Button 4
D8 = Button LED
D9 = Piezo

Remember the Arduino is has 5 volt data and the Nokia Screen is 3.3 volt.
Power going to the PCF8574 should only be 3.3 volt.
I have since added 10k resistors in line to the data leads connected to the Nokia screen.
Use at your own risk.

No comments:

Post a Comment