File: boards.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 (27 lines) | stat: -rw-r--r-- 808 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
25
26
27
# Other Microcontrollers

The kuttypy bootloader command set can be extended to support other boards as well, without losing
capabilities. Thus far, two boards other than the [original KuttyPy based on Atmega32](../) have been tested.

+ Arduino Uno R3
+ Arduino Nano

### Arduino Uno R3

!!! tip "Demo Video showing an MPU6050 connected to the Uno, and KuttyPy software displaying values"
	<video controls width="700">
	    <source src="../images/kpy_uno.mp4"
		    type="video/mp4">
	    Sorry, your browser doesn't support embedded videos.
	</video>


Basic I/O controls and I2C sensors have been implemented. Work needs to be done to properly support PWM, ADCs etc.


### Arduino Nano


Basic I/O controls and I2C sensors have been implemented. Work needs to be done to properly support PWM, ADCs etc.