Hand-made computer based on a 8-bit microcontroller.
A hand-made computer based on a 8-bit PIC18F26K22 microcontroller.
Schematics and PCB have been made with Eagle 7.5.
Use Microchip XC8 compiler to build software.
You have to add the following environment variable for the build system to find the compiler-provided include files :
XC8_INCLUDES_PATH
The variable content must be the full path to the XC8 include directory. Below is an example for a Windows machine (don’t forget to add quotation marks if the path contains spaces) :
"C:\Program Files\Microchip\xc8\v1.42\include"
In order to download applications on the A7, you have to set the following environment variable with the serial port device used to communicate with the A7 (like /dev/ttyS0, /dev/ttyUSB0…) :
A7_APPLICATION_DOWNLOAD_SERIAL_PORT_DEVICE
Casing panels have been drawn with LibreCAD.