-
Go to the Repository
- Open your web browser and go to the GitHub repository:
[https://github.com/Beluga-Studios/controller-console-1.0](https://github.com/Beluga-Studios/controller-console-1.0)
- Open your web browser and go to the GitHub repository:
-
Download the Code
- Click the green Code button.
- Select Download ZIP and extract it to a folder on your computer.
OR
- Clone the repository using GitHub Desktop:
- Click Open with GitHub Desktop and follow the instructions.
- Clone the repository using Git (Terminal/Command Prompt):
git clone https://github.com/Beluga-Studios/controller-console-1.0
-
Install PICAXE Programming Software
- Download and install PICAXE Editor from https://www.picaxe.com/.
-
Connect the PICAXE to Your Computer
- Use a PICAXE USB download cable or serial cable to connect your PICAXE microcontroller to your computer.
-
Open the Code in PICAXE Editor
- Launch PICAXE Editor.
- Open the downloaded
.bas
file.
-
Set Up the Correct PICAXE Model
- Go to PICAXE > Mode and select your PICAXE model.
-
Download the Program to the PICAXE
- Click the Program button to upload the code to your PICAXE.
- PICAXE
[INSERT MODEL]
- Breadboard or PCB
- Resistors
[INSERT VALUES]
- LEDs
[OPTIONAL]
- Sensors
[IF APPLICABLE]
- Power source
[INSERT VOLTAGE]
- Other components
[LIST ANY EXTRA PARTS]
- Power Supply:
- Connect the positive voltage to VCC and ground to GND on the PICAXE.
- Connect Inputs and Outputs:
[INSERT DETAILS FOR SENSORS, BUTTONS, LEDS, ETC.]
- Check Connections:
- Ensure all components are securely connected before powering on.
- Power on the circuit.
- Observe LED or sensor behavior to confirm proper operation.
- If the program does not work, check:
- The wiring.
- The PICAXE model selected in the software.
- Any error messages in the PICAXE Editor.
- If the PICAXE does not respond:
- Check the power connections.
- Ensure the correct COM port is selected in PICAXE Editor.
- Verify that the correct model is set in the PICAXE Mode menu.
- Modify the
.bas
file if needed to customize the program. - Refer to the PICAXE manual for further details: https://www.picaxe.com/docs/picaxe_manuals.pdf
- louisp2024-dni/tank-game Make a cool RC tank car game
Created by: louisp2024@dni.school.nz and angush2024@dni.school.nz