0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #30 on: April 20, 2009, 03:33:49 am » |
@harry: sure, I am working on it day and night. Fixing the last problems and hope to get the release online in two weeks. It will be a standalone release and not part of an official Arduino release. I test everything under Windows and Mac OSX. And of course the sources are released too, so anyone who has Linux can give it a try as well. So if there are any requests for changes in the (original) IDE please post them here soon. Also have a look at the project page ( http://www.luminet.cc) for changes. The package will be release there.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 8
Arduino rocks
|
 |
« Reply #31 on: May 15, 2009, 10:18:20 am » |
Any news about the ATTiny Arduino IDE release? I can't wait to test it out - I already have an Arduino-like board assembled for it and I'd love to program it up using your IDE. Thanks! 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #32 on: May 15, 2009, 01:17:31 pm » |
Everything finished. But I have to wait until Tuesday to upload it, because my upload speed at home is too slow. So come back Tuesday or Wednesday, then you can download it.
And one new feature was added: If you create a new sketch, then setup() and loop() are automatically inserted, you only need to fill these functions with your code.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Sr. Member
Karma: 0
Posts: 354
Arduino rocks
|
 |
« Reply #33 on: May 17, 2009, 09:23:57 pm » |
I'm super excited! is the modified IDE going to be on top of Arduino 15? Also any updates on getting in branched into the next arduino release?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #34 on: May 18, 2009, 11:34:25 am » |
I will upload the binaries for Windows and for Mac OS X tomorrow (Tuesday) afternoon. Everything is running very nice now. Oh, it is based on 0014, because I liked it better than 0015. But I will update the sources and binaries to new versions in the future. But of course this edition is neither 0014 nor 0015... it is something different
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #35 on: May 19, 2009, 08:53:56 am » |
Here is the modified IDE for Windows (binaries only, sources come in an extra zip file): Download Windows VersionAnd here are the binaries for Mac OS X: Download Mac OS X VersionPlease give some feedback 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 55
Arduino rocks
|
 |
« Reply #36 on: May 20, 2009, 05:56:10 am » |
Good to see its been released. I'm very much looking forward to using this in an upcoming project. I haven't had a chance to look at the new IDE yet, but any chance we could have some info such as what additions you've used and what the pin allocations are?
Thanks for you work!
Dave
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #37 on: May 20, 2009, 05:59:04 am » |
What pin allocations do you mean? For the ATtiny chip? Or for the BitBang?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 55
Arduino rocks
|
 |
« Reply #38 on: May 20, 2009, 10:16:21 am » |
Sorry, i meant for which pin in the ide relates to the pin on the chip, for instance if i do a digitalwrite(1, HIGH) which physical pin will go high? Also which pins are which ADC, and does i2c work?
Also do you have any hardware designed as a prototype board? i'm halfway through designing one to use in a breadboard, as with the arduino nano, but i would like to see your take on the hardware.
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 8
Arduino rocks
|
 |
« Reply #39 on: May 20, 2009, 10:20:36 am » |
Thanks for the IDE - looks like it will be helpful to many of us. For just general purpose ATTinyx5 work, which LumiNet board should be selected as a target? I have a board with an ATTiny85V on it and I wanted to test out the IDE but I wasn't sure what device to target.
Thanks again!
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #40 on: May 20, 2009, 10:41:59 am » |
Select the SENSOR board, then you can burn the sketch (and the bootloader) via ISP programmer (e.g. stk500 or FTDI BitBang) to your chip when you hit the Upload Button
I will support other mcus soon. If you have an ATtiny-based project then I will support you to use the modified IDE, just ask whatever you need to know.
|
|
|
|
« Last Edit: May 20, 2009, 10:43:07 am by bohne »
|
Logged
|
|
|
|
|
0
Offline
Full Member
Karma: 0
Posts: 102
Arduino rocks
|
 |
« Reply #41 on: May 25, 2009, 02:15:58 am » |
Really looking forward to some ATtiny support with the IDE!!! Purdy please!
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 588
LumiNet rocks
|
 |
« Reply #42 on: May 25, 2009, 05:27:42 am » |
Really looking forward to some ATtiny support with the IDE!!! Purdy please!
Didn't you see the download links above? You must download the modified IDE and then you got ATtiny support. Select the "LumiNet Sensor Node" Board if you have an ATtiny-powered Arduino board and want to upload sketches to it via ISP (select the corresponding ISP Programmer in the Burn Bootloader Menu)
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Full Member
Karma: 0
Posts: 102
Arduino rocks
|
 |
« Reply #43 on: May 25, 2009, 07:58:23 pm » |
Awesome! Thanks bohne! I'll check it out this week.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 55
Arduino rocks
|
 |
« Reply #44 on: May 26, 2009, 03:46:35 am » |
Is there any more documentation available? Is I2C working? Thanks
|
|
|
|
|
Logged
|
|
|
|
|
|