OSH Park
Shared projects
Slot Extender
by brimars.
2
layer board of
1.02x4.02
inches
(25.81x102.03
mm).
Shared on
April 26th, 2014 12:20.
Slot Extender for CoCo from Jim’s Site (John’s Design)
Visit Jim’s Website for more information.
16mm 12x7135 Slave
by Mattaus.
2
layer board of
0.64x0.64
inches
(16.26x16.26
mm).
Shared on
April 26th, 2014 01:12.
12x7135 board designed to be attached on top of 17mm stock drivers. This removes the need to ‘stack’ AMC chips.
Box Proto1
by laen.
2
layer board of
4.30x2.20
inches
(109.25x55.88
mm).
Shared on
April 25th, 2014 21:36.
LFSA Seven
by gdelazzari.
2
layer board of
3.54x0.56
inches
(90.02x14.30
mm).
Shared on
April 25th, 2014 21:34.
Line Following Sensor Array featuring 7 reflective sensors (RPR-220). For more information check http://gdelazzari.altervista.org/blog/
rfm69_adaptor2
by PaulStoffregen.
2
layer board of
1.20x0.70
inches
(30.53x17.86
mm).
Shared on
April 25th, 2014 21:09.
Connections:
Teensy 3.x RFM69
------------ ------
pin 15 (CS) NSS (Chip Select)
pin 16 DIO0 (interrupt)
pin 11 (DOUT) MOSI
pin 12 (DIN) MISO
pin 13 (SCK) SCK
3.3V 3.3V
GND GND
Detailed Tutorial: Adding A Low Cost Wireless Packet Radio To A Teensy 3 Microprocessor (PDF)
When using the RadioHead library, edit the Arduino sketch examples to specify pins 15 and 16. For example:
// Singleton instance of the radio driver
RH_RF69 rf69(15, 16);
Discussion and more documentation for this adaptor can be found here:
http://forum.pjrc.com/threads/25897-Adapter-board-RFM69W-radio-for-Teensy-3-Also-diagnostic-software
A newer version of this PCB was designed, with the ability to disable the SPI SCK signal (possibly causing RF interference on the RFM69 module), but so far it is untested.