portapack-mayhem/hardware/portapack_h1
Jared Boone 1ca4f45d9e Change VBAT capacitor to DNI.
HackRF One has 100nF capacitor on VBAT. Having 10uF capacitor on PortaPack VBAT may slowly drain the coin cell when in storage, and add a bit of leakage current when installed.
2015-08-27 16:54:38 -07:00
..
case OpenSCAD version of case. 2015-08-01 22:27:08 -07:00
cpld Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00
audio.sch Removed electret microphone. 2015-08-27 16:54:37 -07:00
hackrf_if.sch Change VBAT capacitor to DNI. 2015-08-27 16:54:38 -07:00
lcd_sw_sd.sch Back-annotate CVPCB data into schematic. 2015-08-27 16:54:37 -07:00
portapack_h1.kicad_pcb Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00
portapack_h1.net Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00
portapack_h1.pdf Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00
portapack_h1.pro Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00
portapack_h1.sch Back-annotate CVPCB data into schematic. 2015-08-27 16:54:37 -07:00
README Initial release of schematic, PCB, CPLD code. 2015-07-16 09:54:15 -07:00

PortaPack H1 is portability add-on hardware for the HackRF One
software-defined radio (SDR).

Schematic
=========

The schematic was drawn using KiCad.

Schematic symbols are cached in the design files, but are also
available in a separate repository:

	https://github.com/sharebrained/library-kicad/

PCB
===

The circuit board was designed using KiCad.

PCB footprints are cached in the design files, but are also
avaliable in a separate repository:

	https://github.com/sharebrained/library-kicad/
	
The PCB is a four-layer design. Services such as OSHPark.com have suitable
four-layer stack ups.

CPLD
====

The CPLD bitstream is prepared using Altera Quartus tools.

The CPLD is programmed from within the PortaPack firmware, by bit-banging
the JTAG pins from the HackRF One's microcontroller.

License
=======

Copyright (C) 2013, 2014, 2015 Jared Boone, ShareBrained Technology, Inc.

These files are part of PortaPack.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 51 Franklin Street,
Boston, MA 02110-1301, USA.