File: hw.md

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (24 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The kuttyPy Hardware

The schematic is relatively simple. It contains the following parts :

+ An ATMEGA32 processor
+ A USB-Serial bridge IC
+ A common cathode RGB LED with R,G,B pins connected to PB3, PD5, PD7 (All 3 have PWM) 
+ Some components such as crystals and capacitors 
+ Each port is cleanly broken out into 10 pin berg sockets(8x I/O pins, 5V, GND), and labelled properly
+ There is also a PCRST jumper which can be removed if the bootloader is no longer needed.

## Schematic
![Screenshot](images/schema.png "Schematic")

## Layout
![Screenshot](images/layout.jpg)

## Pinout diagram

!!! note "Pinout diagram for ATMEGA32 + KuttyPy specific connections"
	![Screenshot](images/pinout.png)

Hardware designs are licensed under OHL, and KiCAD files can be downloaded from 
[the creators](https://github.com/expeyes/expeyes-programs/tree/ce092cb83bac42a7f1cceb7135c07d05127cf616/kuttyPy/hardware)