Skip to content

Latest commit

 

History

History
 
 

TheCuttle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

#266 TheCuttle

A bare-bones Arduino-compatible kit from The Boldport Club (Project #6).

Build

▶️ return to the LEAP Catalog

Notes

The Cuttle is a bare-bones Arduino-compatible soldering kit. It was first designed as commissioned work for Embecosm, who made it open source hardware.

What's different about this board? It is by far the most beautiful Arduino-like board I own!

Note: I've also created a Fritzing part for the Cuttle module, see FritzingParts/TheCuttle.

Parts & Unboxing

kit_packaging

kit_unboxing

Ref Item Qty
S1 Tactile switch, TE Connectivity, FSM4JRT 1
U1 ATMega328-PU microcontroller, Atmel, ATMEGA328-PU 1
C1,2,3,4 0.1µF ceramic capacitor, Multicomp, MC0805Y104M500A2.54MM 4
C5,6 22pF ceramic capacitor, Multicomp, MC0805N220J500A2.54MM 2
C7 10µF electrolytic capacitor, Multicomp, MCMR35V106M4X7 1
R1 10KΩ resistor, Multicomp, MCF 0.25W 10K 1
D1 Small signal diode, Multicomp, 1N4148 1
Q1 16MHz crystal, TXC, 9B-16.000MAAJ-B 1
- DIP socket, TruConnect, DS1009-28 AT1NS 1
- 18 contacts header, Multicomp, MC34737 2
- 6 contacts right-angle header, Multicomp, MC34751 1

Programming the Cuttle

I'm using a cheap CH340G-based USB to UART adapter. With the correct drivers installed, it shows up in the Arduino IDE and programming works like any other Arduino board.

TheCuttle_programming

See the ATmega168/328-Arduino Pin Mapping for details on mapping the ATmega328 pins to Arduino port names.

Construction

Breadboard

Schematic

Finished assembly:

kit_upper

Underside; I haven't cleaned it after soldering:

kit_lower

Nice "Boldport" solder domes! A few flux splatters I haven't cleaned up. I also made a bit of a mistake with the pins - I pushed them flush from the top but forgot to ensure they were fully aligned.

kit_lower_points

Credits and References