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.
|