minionbob / unojoy

Automatically exported from code.google.com/p/unojoy
0 stars 0 forks source link

Compatibility With Atmega328 #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an Arduino Duemilanove and a Arduino Nano. Are any of this IC compatible 
with this bootloader? If so then can someone show me the steps for burning the 
bootloader on those chips? I saw somewhere in the code that there is an 
exception for Duemilanove but I don't understand.

Original issue reported on code.google.com by I.J.Se...@gmail.com on 26 Aug 2013 at 1:57

GoogleCodeExporter commented 8 years ago
UnoJoy! is only compatible with the later Arduino models that use the ATmega8u2 
chips for the USB communication. The older boards (Duemilanove and Nano 
included) use the FTDI USB serial port chip, and since that chip can't be 
reprogrammed, it's not possible to use UnoJoy! with such boards.

Original comment by alan.chatham@gmail.com on 26 Aug 2013 at 5:55

GoogleCodeExporter commented 8 years ago
Does a Nano ATmega328 with CH340G USB Driver can work with unojoy ?

Original comment by zjinkaz...@gmail.com on 5 Nov 2014 at 10:16