|
|
0
Offline
Newbie
Karma: 0
Posts: 3
Arduino rocks
|
 |
« Reply #181 on: April 09, 2010, 04:46:17 pm » |
Is there a core available for the ATTiny85 that will work with Arduino 18? I didn't see one on the Luminet website.
Brett
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #182 on: April 09, 2010, 05:42:48 pm » |
not yet. 0018 support is the next point on my list... check again at April 22nd 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 3
Arduino rocks
|
 |
« Reply #183 on: April 09, 2010, 07:47:13 pm » |
Most excellent...looking forward to it!
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 12
Arduino rocks
|
 |
« Reply #184 on: April 09, 2010, 07:53:22 pm » |
I'm also looking forward to ATiny85 cores. All attempts at building them my self have failed. I'm just to green at this stuff.
|
|
|
|
|
Logged
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #185 on: April 09, 2010, 09:07:16 pm » |
I know it's another toolset to learn but it's fairly easy to program an attiny85 in C code using AVR Studio. There's an excellent tutorial on avrfreaks.com that introduces avr programming using an attiny85. you end up needing to use direct port addressing but the tutorial walks you through it and the 85 is so limited that there's really not that much to it. I think this is what got me started: http://imakeprojects.com/Projects/avr-tutorial/
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 12
Arduino rocks
|
 |
« Reply #186 on: April 09, 2010, 09:17:49 pm » |
Thanks, I will take a look at that link as I wait... 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #187 on: April 09, 2010, 09:28:36 pm » |
which functions do you need? What kind of project do you want to build? If you only need digitalRead() and digitalWrite() then I can provide a pre-release very soon.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 3
Arduino rocks
|
 |
« Reply #188 on: April 09, 2010, 10:48:23 pm » |
For my first application for the ATtiny85 I'm building a connected set of pushbutton boxes with buzzers and leds for quiz show setup to be used in classrooms at my son's school. The only functions I really need are digital read/write and delay. I wouldn't mind following Bill2009's suggestion except that I'm running linux & don't want to mess with trying to get avrstudio to cooperate with wine; tried that a couple of years ago without much success. I'm using a homebrewed parallel port icsp, which enjoys some support with Arduino 18.
Brett
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 12
Arduino rocks
|
 |
« Reply #189 on: April 10, 2010, 12:43:04 am » |
I'm looking to make a Simple SMALL servo controller that will use analogRead(), delay() and the Servo.h library.
|
|
|
|
« Last Edit: April 10, 2010, 12:43:28 am by bdodds »
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 9
Arduino rocks
|
 |
« Reply #190 on: May 05, 2010, 01:55:41 am » |
Is it possible to burn the standard arduino bootloader onto a atmega328 using the modified ide and ftdi bitbang? Any changes to your ide necessary?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 55
Arduino rocks
|
 |
« Reply #191 on: May 05, 2010, 03:02:36 am » |
its really of topic but yes you can burn an bootloader from the ide but you need a one pre-burned arduino or isp if you look back in this thread you can find a guide
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 12
Arduino rocks
|
 |
« Reply #192 on: May 05, 2010, 12:14:04 pm » |
0018 support is the next point on my list... check again at April 22nd Have you made progress on the attiny85 cores for 0018?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #193 on: May 05, 2010, 07:25:38 pm » |
sorry, had no time yet... I am redesigning LumiNet. I think that a new bootloader might solve all our problems. It should be compatible to the original Arduino bootloader, because it does not make sense to distribute a modified Arduino IDE.
@lundnul: yes, you can use the mofified Arduino0014 IDE to burn the bootloader via FTDI BitBang. Works great with Windows, but is tricky with Mac OS X... never tried this with Linux.
|
|
|
|
|
Logged
|
|
|
|
|
Amsterdam
Offline
Full Member
Karma: 0
Posts: 136
he's looking at you, kiddy...
|
 |
« Reply #194 on: May 25, 2010, 03:42:17 pm » |
i made a start with the port here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1274820597. please use that thread to keep the forum neat.
|
|
|
|
« Last Edit: May 25, 2010, 04:10:58 pm by macsimski »
|
Logged
|
-- "We're all in this together..."
|
|
|
|
|