flyingchimp99 / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
Other
0 stars 0 forks source link

Is it possible to adapt OptiBoot or some sort of arduino standard bootloader to attiny? #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I know that many of them doesn't have Hardware UART. Is it possible to use 
software serial as the vector for receiving the arduino codes?

If you can do it, then it increase the chance that we could simply include it 
in the next arduino. Or at the very least make it easier to safely reprogram 
future attiny ICs

Original issue reported on code.google.com by akimbomi...@gmail.com on 11 Aug 2012 at 1:57

GoogleCodeExporter commented 8 years ago
In progress...
http://arduino.cc/forum/index.php/topic,116526.msg885804.html#msg885804

Original comment by arduino....@gmail.com on 23 Aug 2012 at 8:06

GoogleCodeExporter commented 8 years ago
I have ported optiboot to ATtiny85.
http://code.google.com/r/trnape-optiboot/source/detail?r=477b2646cc6a7cc19350bf6
7b50a1c5ce6c2649a

Original comment by trn...@gmail.com on 23 Sep 2012 at 10:48

GoogleCodeExporter commented 8 years ago
That is really good I wonder if you could try and get this in to this project. 
We should however still keep the ability to irectly burn sketches however, so 
that we can use all the IO pins for projects not neededing serial.

Original comment by mofos...@gmail.com on 23 Sep 2012 at 4:31