From: Keith Packard Date: Sun, 7 Feb 2016 21:30:03 +0000 (-0800) Subject: Rename USBtrng to ChaosKey X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e2e975d65946d9aeb3b40521425102f298be4b8e;p=web%2Faltusmetrum Rename USBtrng to ChaosKey Signed-off-by: Keith Packard --- diff --git a/ChaosKey.mdwn b/ChaosKey.mdwn new file mode 100644 index 0000000..d1bc43d --- /dev/null +++ b/ChaosKey.mdwn @@ -0,0 +1 @@ +[[!map pages="ChaosKey/* and ! ChaosKey/*/*"]] diff --git a/ChaosKey/index.mdwn b/ChaosKey/index.mdwn new file mode 100644 index 0000000..5b40316 --- /dev/null +++ b/ChaosKey/index.mdwn @@ -0,0 +1,59 @@ +# ChaosKey + +This is a hardware True Random Number Generator that attaches via USB. + +## Version 0.2 ## + +Here's a photo of prototype version 0.2: + + + +### Version 0.2 Hardware ### + + * [STM32F042](http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1574/LN1823?icmp=stm32f0x2-line_pron_pr_jan2014&sc=stm32f0x2-pr) System-on-Chip + * ARM Cortex-M0 MCU + * 32k Flash + * 6k RAM + * USB 2.0 + * Crystal-less operation + * ZXRE1004 zener-diode noise source + * 20V noise source + * AP3015A boost regulator + * back-to-back 3904 transistor noise + +## Version 0.1 ## + +These are photos of prototype version 0.1: + + + + +### Version 0.1 Hardware ### + + * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip + * ARM Cortex-M0 MCU + * 32k Flash + * 6k RAM + * USB 2.0 + * 8 12-bit analog inputs + * I2C, SPI, async serial + * digital I/O + * ZXRE1004 zener diode noise source + * MCP6L92 dual op-amp + +## Software ## + +* Firmware Features + * [AltOS](../AltOS/) is written mostly in C with some ARM assembler +* Tools Used + * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout + * [GCC](http://gcc.gnu.org/) compiler and source debugger +* Licenses + * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) + * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + +## Artifacts ## + +The hardware design files can be found on [git.gag.com](http://git.gag.com) +in the project [hw/usbtrng](http://git.gag.com/?p=hw/usbtrng;a=summary). + diff --git a/ChaosKey/v0.1.mdwn b/ChaosKey/v0.1.mdwn new file mode 100644 index 0000000..6befa32 --- /dev/null +++ b/ChaosKey/v0.1.mdwn @@ -0,0 +1 @@ +[[!map pages="ChaosKey/v0.1/* and ! ChaosKey/v0.1/*/*"]] diff --git a/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg b/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg new file mode 100644 index 0000000..9f14cd2 Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg differ diff --git a/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg b/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg new file mode 100644 index 0000000..c86285e Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg differ diff --git a/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg b/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg new file mode 100644 index 0000000..fca3411 Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg differ diff --git a/ChaosKey/v0.1/chaoskey-v0.1-top.jpg b/ChaosKey/v0.1/chaoskey-v0.1-top.jpg new file mode 100644 index 0000000..3d55296 Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-top.jpg differ diff --git a/ChaosKey/v0.2.mdwn b/ChaosKey/v0.2.mdwn new file mode 100644 index 0000000..b020e20 --- /dev/null +++ b/ChaosKey/v0.2.mdwn @@ -0,0 +1 @@ +[[!map pages="ChaosKey/v0.2/* and ! ChaosKey/v0.2/*/*"]] diff --git a/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg b/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg new file mode 100644 index 0000000..92c83c2 Binary files /dev/null and b/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg differ diff --git a/ChaosKey/v0.2/chaoskey-v0.2.jpg b/ChaosKey/v0.2/chaoskey-v0.2.jpg new file mode 100644 index 0000000..08644c8 Binary files /dev/null and b/ChaosKey/v0.2/chaoskey-v0.2.jpg differ diff --git a/USBtrng.mdwn b/USBtrng.mdwn deleted file mode 100644 index 1277065..0000000 --- a/USBtrng.mdwn +++ /dev/null @@ -1 +0,0 @@ -[[!map pages="USBtrng/* and ! USBtrng/*/*"]] diff --git a/USBtrng/index.mdwn b/USBtrng/index.mdwn deleted file mode 100644 index f5df6f8..0000000 --- a/USBtrng/index.mdwn +++ /dev/null @@ -1,59 +0,0 @@ -# USBtrng - -This is a hardware True Random Number Generator that attaches via USB. - -## Version 2.0 ## - -Here's a photo of prototype version 2.0: - - - -### Version 2.0 Hardware ### - - * [STM32F042](http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1574/LN1823?icmp=stm32f0x2-line_pron_pr_jan2014&sc=stm32f0x2-pr) System-on-Chip - * ARM Cortex-M0 MCU - * 32k Flash - * 6k RAM - * USB 2.0 - * Crystal-less operation - * ZXRE1004 zener-diode noise source - * 20V noise source - * AP3015A boost regulator - * back-to-back 3904 transistor noise - -## Version 0.1 ## - -These are photos of prototype version 0.1: - - - - -### Version 0.1 Hardware ### - - * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip - * ARM Cortex-M0 MCU - * 32k Flash - * 6k RAM - * USB 2.0 - * 8 12-bit analog inputs - * I2C, SPI, async serial - * digital I/O - * ZXRE1004 zener diode noise source - * MCP6L92 dual op-amp - -## Software ## - -* Firmware Features - * [AltOS](../AltOS/) is written mostly in C with some ARM assembler -* Tools Used - * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout - * [GCC](http://gcc.gnu.org/) compiler and source debugger -* Licenses - * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) - * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - -## Artifacts ## - -The hardware design files can be found on [git.gag.com](http://git.gag.com) -in the project [hw/usbtrng](http://git.gag.com/?p=hw/usbtrng;a=summary). - diff --git a/USBtrng/v0.1.mdwn b/USBtrng/v0.1.mdwn deleted file mode 100644 index 7d85b66..0000000 --- a/USBtrng/v0.1.mdwn +++ /dev/null @@ -1 +0,0 @@ -[[!map pages="USBtrng/v0.1/* and ! USBtrng/v0.1/*/*"]] diff --git a/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg b/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg deleted file mode 100644 index 9f14cd2..0000000 Binary files a/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg and /dev/null differ diff --git a/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg b/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg deleted file mode 100644 index c86285e..0000000 Binary files a/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg and /dev/null differ diff --git a/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg b/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg deleted file mode 100644 index fca3411..0000000 Binary files a/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg and /dev/null differ diff --git a/USBtrng/v0.1/usbtrng-v0.1-top.jpg b/USBtrng/v0.1/usbtrng-v0.1-top.jpg deleted file mode 100644 index 3d55296..0000000 Binary files a/USBtrng/v0.1/usbtrng-v0.1-top.jpg and /dev/null differ diff --git a/USBtrng/v2.0.mdwn b/USBtrng/v2.0.mdwn deleted file mode 100644 index 0a3b2c1..0000000 --- a/USBtrng/v2.0.mdwn +++ /dev/null @@ -1 +0,0 @@ -[[!map pages="USBtrng/v2.0/* and ! USBtrng/v2.0/*/*"]] diff --git a/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg b/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg deleted file mode 100644 index 92c83c2..0000000 Binary files a/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg and /dev/null differ diff --git a/USBtrng/v2.0/usbtrng-v2.0.jpg b/USBtrng/v2.0/usbtrng-v2.0.jpg deleted file mode 100644 index 08644c8..0000000 Binary files a/USBtrng/v2.0/usbtrng-v2.0.jpg and /dev/null differ diff --git a/index.mdwn b/index.mdwn index d8b6a1e..b7adda1 100644 --- a/index.mdwn +++ b/index.mdwn @@ -122,7 +122,7 @@ analog sensor input, and 5 general purpose I/O lines. * [TeleTerra](TeleTerra) is a hand-held ground station for use with [TeleMetrum](TeleMetrum/) and [TeleMini](TeleMini/). -* [USBtrng](USBtrng) is a USB-attached True Random Number Generator +* [ChaosKey](ChaosKey) is a USB-attached True Random Number Generator # [Documents](Documents) #