Hkz d7c66ae428 Moved some of the readmes | 4 months ago | |
---|---|---|
.. | ||
extra | 11 months ago | |
gerbers | 4 years ago | |
pics | 4 months ago | |
schematics | 11 months ago | |
CHANGELOG.md | 4 months ago | |
DuPal_DIP.kicad_pcb | 4 years ago | |
DuPal_DIP.kicad_prl | 6 months ago | |
DuPal_DIP.kicad_pro | 6 months ago | |
DuPal_DIP.kicad_sch | 11 months ago | |
DuPal_DIP.sch | 4 years ago | |
README.md | 4 months ago | |
fp-info-cache | 11 months ago | |
fp-lib-table | 4 years ago | |
sym-lib-table | 11 months ago |
Any use of this project is under your own responsibility. You will be responsible of checking the correct construction and functionality of your board and the compatiblity of the chips You will insert into it. By using this project You will agree that I cannot be held responsible if it will destroy any of your devices, damage your computer, burn down your house or whatever.
Do NOT come to me for hand-holding using this. It is NOT a plug-and-play tool, and it is something I created for my own use and I released in case someone might have an use for it.
The DuPAL board is a simple circuit that mounts an AVR MCU (A classic ATmega328P of Arduino fame), three 74HC595 SIPO registers, one 74HCT166 PISO register, a MAX232 to adapt the serial port to RS232, a linear voltage regulator and a bunch of other passive components.
This board was designed and built to help myself bruteforce PAL devices. It has the hardware facilities necessary to scan all the inputs of the PAL, to check whether an output is high, low or hi-z and to report back the status to the host.
Details on how the features are implemented can be found on the Firmware's repository.
This board uses the Optiboot Bootloader, currently at version 8.0, built for an ATMega328 running at 20Mhz, and with a baudrate of 57600bps.
The command line to build the bootloader is
make atmega328 AVR_FREQ=20000000L LED_START_FLASHES=8 BAUD_RATE=57600
See Compiling Optiboot for details.
The resulting bootloader can then be loaded via the ISP header. For example, by using avrdude
and an AVR Dragon programmer:
avrdude -c dragon_isp -P usb \
-p atmega328p -e -u -U efuse:w:0xFD:m -U hfuse:w:0xDE:m \
-U lfuse:w:0xFF:m -U flash:w:optiboot_atmega328.hex
Details on the firmware can be found on the DuPAL_Firmware repository.
The board was designed with KiCad EDA.
In its current form, the board is a pretty simple build, using exclusively through-hole components.
The board can be powered with a DC supply voltage between 7.5V and 9V, 12V is possible but the regulator starts to get hot.
The power connector has a positive tip, and is protected against reverse voltage by a 1N4001 diode.
Thanks @Porchy for the updated BOM.