xxxajk / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
20 stars 10 forks source link

Support for uploading via ArduinoISP [feature request] #9

Open tfrederick7 opened 5 years ago

tfrederick7 commented 5 years ago

I have been able to use the current board definitions, but I find myself wanting to upload via an external programmer such as Arduino as ISP. I can put some time into it for development, but I have not found the right combination of information to do it.

xxxajk commented 5 years ago

Should be fairly easy to implement. I assume that you are wanting this to burn boot loaders or 32U4 or an ATtiny or something like that? Let me know so I can duplicate what you are attempting to do.

tfrederick7 commented 5 years ago

Thank you for the quick response. I am trying to bypass the bootloader for program size and startup speed purposes. Specifically I am targeting an ATMega328P running at 3.3V and 8MHz. I am using an Arduino Pro Mini from Sparkfun as the ISP, but any would do.

Programming an UNO through another as an ISP should be an equivalent duplication.

xxxajk commented 5 years ago

When I get a bit of free time, I can implement this easily.

tfrederick7 commented 5 years ago

Thank you. If there is anything that I can do to test out the implementation. Please let me know.