0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #135 on: March 28, 2010, 05:14:24 pm » |
Sorry Julian,
I just realized I have version 0018 on the Windows machine which I reported an incompatibility problem before. Is there a fix for that or should I try to get a copy of 0017 for the Windows 7 machine?
Also, I changed reference in main.cxx configMINIMAL_STACK_SIZE to 200. Is this problem a case of not enough RAM as well? It does print out a bit and if I move the order of statements in the code, it seems to print up to a point.
Regards,
Jim
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 88
Arduino rocks
|
 |
« Reply #136 on: March 30, 2010, 10:03:40 pm » |
Has DuinOS be checked out against the SPI library?
|
|
|
|
|
Logged
|
|
|
|
|
Argentina
Offline
Full Member
Karma: 0
Posts: 186
Sé feliz
|
 |
« Reply #137 on: March 31, 2010, 05:27:55 pm » |
Hi, DuinOS is not currently working with 0018 yet, but there is a fork at http://github.com/rsanders/DuinOS that may be working. Regarding the SPI, we did not test it specifically, but according to other users, I2C is working, and both are mainly based on the AVR's hardware. The bus which may have problems is the OneWire, which is implemented by software and uses critical delays. Are you having problems with SPI? Regards, Julián
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 20
Arduino rocks
|
 |
« Reply #138 on: March 31, 2010, 07:42:56 pm » |
Julian,
Is this fork going to be the start of your next rev? Any news on when that will be?
|
|
|
|
|
Logged
|
|
|
|
|
Argentina
Offline
Full Member
Karma: 0
Posts: 186
Sé feliz
|
 |
« Reply #139 on: April 02, 2010, 09:19:07 am » |
Sorry for the delays, news soon, please be patient. I know, I know it's too much time, but we did not leave DiunOS, is a central part of our Multiplo project (we are launching the first robots locally in exactly five days, so a lot of work rigth now!), Regards, Julián http://robotgroup.com.ar
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 2
Arduino rocks
|
 |
« Reply #140 on: May 11, 2010, 06:49:23 pm » |
I am very very very new to programming, so forgive me if this is a really dumb question, but in regards to the servo library incompatibility:
can i just alter servo.h and remove timer1 from the available timers for my specific arduino?
again, i apologize if this is a ridiculous question
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 34
Arduino rocks
|
 |
« Reply #141 on: May 26, 2010, 10:36:31 am » |
Does DuinOS still in development?
|
|
|
|
|
Logged
|
|
|
|
|
Argentina
Offline
Full Member
Karma: 0
Posts: 186
Sé feliz
|
 |
« Reply #142 on: May 26, 2010, 05:13:49 pm » |
Hi! First dcahveind's question: hey, don't worry for the question, it's a good question. We just didn't work on the servo compatibility. I think its main problem is the use of the micros() routine, but sincerely, I did not work on the problem yet. Second, is DuinOS still in development? Well, "yes, but". We have developed a new board based on the 32U4 (the DuinoBot, soon will upload links), and were working on the standard Arduino core for this "native USB" microcontroller (which is a lot of work since there is no FTDI chip, and the core has to integrate the USB firmware too). The good news are that we worked very hard to migrate the LUFA library to the standard Arduino environment v0018, and it's working fine in our first internal tests (at least by now). Will release all these stuff as soon as it reaches at least an alpha state. And yes, we stopped to work in DuinOS by the moment. We want to integrate it with this new core too, and with our new Sanguino based 644/Multiplo.Brain.M644 core ported to the 0018. So, a lot of work, both hardware and software, and little time. Sorry! Regards! Julián http://robotgroup.com.ar
|
|
|
|
« Last Edit: May 26, 2010, 05:49:44 pm by juliandasilva »
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 34
Arduino rocks
|
 |
« Reply #143 on: May 27, 2010, 06:16:51 am » |
Good news. keep the good work!
|
|
|
|
|
Logged
|
|
|
|
|
Russia, Chelyabinsk
Offline
Newbie
Karma: 0
Posts: 1
Developer and Programmer
|
 |
« Reply #144 on: June 30, 2010, 05:01:39 am » |
DuinOS v0.2 AlphaWhat's new: (2010.06.30) - Arduino updated to version 0018 - FreeRTOS updated to version 6.0.5 - Add new example MoreComplexBlinkingAndSound (Blinks two LEDs and play sound) Download: http://novell.chel.ru/get.php?file=DuinOS_v0.2_AlphaMD5: e22213ca659872b64cad11a85ddd22d6 *DuinOS_v0.2_Alpha.rar
|
|
|
|
« Last Edit: June 30, 2010, 05:23:21 am by CHERTS »
|
Logged
|
|
|
|
|
Chennai, India
Offline
God Member
Karma: 0
Posts: 751
Peace!!!
|
 |
« Reply #145 on: June 30, 2010, 05:11:59 am » |
Julian,
Why don't you put up a complete tutorial on this? (perhaps i missed it?)
Cheers, Pracas
|
|
|
|
|
Logged
|
Be The Change...
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 34
Arduino rocks
|
 |
« Reply #146 on: June 30, 2010, 05:26:39 am » |
A tutorial would be nice, I'm not sure how to use it, and I belive others also don't know so they dont toutch it. This have a lot of potencial, but if no one know how to work with it... :S
|
|
|
|
|
Logged
|
|
|
|
|
Argentina
Offline
Full Member
Karma: 0
Posts: 186
Sé feliz
|
 |
« Reply #147 on: June 30, 2010, 06:04:21 pm » |
Sorry, the system did not notify me automatically about your posts, don't know why. I will look the 0.2 Alpha, thanks CHERTS! We lack documentation yet, I have taken note of the tutorial thing. Julián http://robotgroup.com.ar
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 5
Arduino rocks
|
 |
« Reply #148 on: July 10, 2010, 03:15:26 am » |
Thanks for version 0.2. The example compiles in Arduino 0018.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 5
Arduino rocks
|
 |
« Reply #149 on: July 14, 2010, 03:51:26 pm » |
Does this new version support the "Wire" library? Whenever I have the duinOS enabled(on the boards section) the only value I get from my external device is the max value.
Like...Even if the program isnt using any duinOS features... but is set to compile for the duemilanove w/ an atmega328 +duinOS, it simply fails, but works perfectly without the "+duinOS".
Also, it seems to crash and burn if I put the code below in a critical section: Wire.beginTransmission(0x52);// transmit to device 0x52 Wire.send(0x00);// sends one byte Wire.endTransmission();// stop transmitting
I wish I realized it was duinOS's fault and not my code 6 hours ago...
|
|
|
|
|
Logged
|
|
|
|
|
|