ericheisler / TinyRobotFamily

Files related to the tiny robot family
19 stars 9 forks source link

Issue with programming tiny85 #1

Open kondrat1828 opened 9 years ago

kondrat1828 commented 9 years ago

Dear shlonkin. I was very interested in your tiny creatures and want to repeat it at home. Unfortunately as I'm not much experienced in MCU's, actually it is going to be my first attempt. I use Atmel studio. I tried to take your cpp code and paste into there, but atmel studio gives whole bunch of mistakes. Is it possible to generate .hex file which I can just load into MCU? Regards

ericheisler commented 9 years ago

Hi kondrat1828 The code was intended to be used with the Arduino IDE using the Arduino libraries and the MIT ATtiny85 library. You could do it in Atmel studio as long as you include all the necessary libraries, but it would be a whole lot easier to just use Arduino. If I find time tonight I'll see if I can generate a .hex file, but I can't promise. Thanks

kondrat1828 commented 9 years ago

Anyhow thank you in advance. Actually at first I thought about finding mentioned library Arduino.h - but I failed with Google search. Or maybe you just can send me those libraries...? See what is easier for you. Those beetles on video really impressed me and I'm just itching to make one of them :-) Regards