aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG Bulmer <gbulmer@gmail.com>2012-02-07 21:01:53 +0000
committerG Bulmer <gbulmer@gmail.com>2012-02-07 21:01:53 +0000
commit7de51ef0e76b59967904d1f461d872979b4e0130 (patch)
tree0af34b0d90d5afbbf585c70cb4e24259f36b6203
parent18da7ddc5fa2531b5dbd04da5d194bb29e01bc1e (diff)
Added piXe-2 - Work-In-Progress - 'Stamp' format, DIL board for 64pin STM32F103
-rw-r--r--README10
-rw-r--r--piXe-2/Orone-piXe-2-v2r001.pdfbin0 -> 73195 bytes
-rw-r--r--piXe-2/README35
3 files changed, 44 insertions, 1 deletions
diff --git a/README b/README
index e4fc91b..e750120 100644
--- a/README
+++ b/README
@@ -24,4 +24,12 @@ Subdirs:
- Uses Eagle 5.1
Mini48 - Reworked version of Maple Mini suitable for DIY PCB production
- and on-board RTC crystal. Uses Eagle 5.1 \ No newline at end of file
+ and on-board RTC crystal. Uses Eagle 5.1
+
+ PiXe-2: 'Stamp' format, 64pin STM32F103 MCU. Eagle 5.1
+ Features:
+ - Dual-in-line 0.1" grid
+ - 0805 or larger parts -> easier assembly
+ - Internal Maple pins available & re-configurable
+ - modest 10mil track/space rules DIY-able
+ \ No newline at end of file
diff --git a/piXe-2/Orone-piXe-2-v2r001.pdf b/piXe-2/Orone-piXe-2-v2r001.pdf
new file mode 100644
index 0000000..22ba168
--- /dev/null
+++ b/piXe-2/Orone-piXe-2-v2r001.pdf
Binary files differ
diff --git a/piXe-2/README b/piXe-2/README
new file mode 100644
index 0000000..9ecc85c
--- /dev/null
+++ b/piXe-2/README
@@ -0,0 +1,35 @@
+piXe-2 README
+
+PiXe-2 Is a 'Stamp' format, Microcontroller board using a 64pin (LQFP64) ST Micro STM32F Cortex-M3.
+
+The aim is to develop a board suitable for relatively inexperienced microcontroller users who'd like to progress beyond Arduino ATmega boards.
+
+This design is a 'place-holder' for a new design, see "Work-In-Progress".
+
+Pins are aligned to 0.1" grid, so it can be inserted into breadboard or veroboard.
+Pins are on 1.2" pitch, and the board dimensions are 2.9" x 1.4"
+It is a double layer board, with all components on one side.
+
+All STM32F pins are brought to header pins except:
+- USB - these connect directly to the host PC,
+ so the pins are not available on an pin
+- Main Crystal - these have an onboard crystal
+
+The silk screen carries LeafLabs' Maple pin numbers, so existing Maple programs would work unmodified.
+
+All internal connections are Maple compatible, so an unmodified Maple Bootloader would work.
+
+Internal connections between pins, required for Maple compatibility, use 'solder bridges', and so can be severed. This enables alternative pins to be used for internal connections, though the bootloader will likely need to be modified.
+
+The external power source 'BAT' pin uses a 'solder bridge' to connect to board power, and so can be severed. This would enable the STM32FReal-Time-clock to be powered from an external power source, such as a hearing-aid battery.
+
+The design uses 10mil track 10mil space except for connection to the 0.5mm pitch STM32F. Parts are relatively large 0805, or larger to faciltate hand assembly by less experienced builders. The board has been fabricated using using DIY techniques.
+
+The Board PDF has had copper pours 'ripped up' to make the tracks easier to see. It has quite intricate ground planes to reduce crosstalk between signals.
+
+Work-In-Progress
+----------------
+This design is undergoing significant change to redue the board size, accommodate STM32F4, and improve the USB interface electronics.
+
+WARNING:
+This design has not been debugged. \ No newline at end of file