0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #15 on: November 01, 2008, 04:51:50 am » |
(as this is my first post I could only post an image in my second post)  Thanks in advance
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #16 on: November 01, 2008, 05:15:27 am » |
Hi I found this post http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1222985221/2and added the extra lines under virtualwire.h and it now compiles :-) #include <VirtualWire.h> #undef int #undef abs #undef double #undef float #undef round :  thanks
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 19
G.I.G.O.
|
 |
« Reply #17 on: January 24, 2009, 02:53:58 am » |
Hi, when I use VirtualWire it seems to be throwing off the execution of the loop() function. If I throw in a delay(300), the function just starts over again at the top. Is this something I can fix? Thanks in advance.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 19
G.I.G.O.
|
 |
« Reply #18 on: March 08, 2009, 11:32:04 pm » |
Found out that gcc-avr version 4.3.0 breaks this library. Upgrading to 4.3.2 fixed the problem. Amazing module! Have you considered making store and forward? This could be like the $10 XBee!
|
|
|
|
|
Logged
|
|
|
|
|
Bonn, Germany
Offline
God Member
Karma: 0
Posts: 903
|
 |
« Reply #19 on: March 21, 2009, 01:22:34 pm » |
Did anyone succesfully run it 0014 or 0013? It does 'crash' every time it reaches the setup for me (using a 328)...
|
|
|
|
|
Logged
|
Believe me, Mike, I calculated the odds of this succeeding against the odds I was doing something incredibly stupid[ch8230] and I went ahead anyway.
|
|
|
|
0
Offline
Jr. Member
Karma: 2
Posts: 80
Arduino rocks
|
 |
« Reply #20 on: March 31, 2009, 04:25:10 pm » |
I apologise to everyone who has been trying to use this module. I was not aware of the difficulties with arduino-0015, atmega 328 etc, These problems have now been fixed and a new version of the library uploaded to http://www.open.com.au/mikem/arduino/VirtualWire-1.3.zipI will try to monitor this BB, or you can email me directly at mikem@open.com.auCheers.
|
|
|
|
|
Logged
|
|
|
|
|
Norway@Oslo
Offline
Edison Member
Karma: 11
Posts: 2033
loveArduino(true);
|
 |
« Reply #21 on: April 03, 2009, 08:04:53 am » |
How's the progress on making it a class?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 2
Posts: 80
Arduino rocks
|
 |
« Reply #22 on: April 03, 2009, 05:37:42 pm » |
Little progress on the class yet. Main problem is that there is an ISR involved, so I guess it has to be a singleton class.
|
|
|
|
|
Logged
|
|
|
|
|
New Zealand
Offline
God Member
Karma: 0
Posts: 999
Arduino pebbles
|
 |
« Reply #23 on: April 03, 2009, 10:29:23 pm » |
I'd be inclined to suggest you develop a wrapper class and just automatically instantiate an object (a la Serial / HardwareSerial) and you can probably leave the ISR outside of it--if that works technically.
Similar sort of approach to what the Ethernet library uses (but without the ISR complication).
--Phil.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
0
Offline
Jr. Member
Karma: 2
Posts: 80
Arduino rocks
|
 |
« Reply #25 on: April 12, 2009, 12:03:37 am » |
Looks like they might work, if you can get the supply voltages right. The transmitter frequency does not matter to virtualwire.
Cheers.
|
|
|
|
|
Logged
|
|
|
|
|
The Big Smoke
Offline
Sr. Member
Karma: 0
Posts: 259
Hacking and Slashing
|
 |
« Reply #26 on: April 19, 2009, 07:01:19 am » |
Hey Mike,
let me say, great work. Looks like a very interesting project - I'll have to give this a go!
Let me know if you need a file mirror.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 87
Arduino rocks
|
 |
« Reply #27 on: April 23, 2009, 01:17:57 pm » |
Hey, I've just been looking at how to wire a DR3100 to the arduino, i just have one question about the diagram on the documentation. What is the ground on the rf ground? How is it different to the arduino ground?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 87
Arduino rocks
|
 |
« Reply #28 on: April 29, 2009, 07:43:36 am » |
does anybody know where i can get the equivlant code for winavr?
|
|
|
|
|
Logged
|
|
|
|
|
Netherlands
Offline
Sr. Member
Karma: 0
Posts: 414
|
 |
« Reply #29 on: May 21, 2009, 12:47:16 pm » |
Did you ever get the dr3100 to work with Arduino? If yes, would you care about how you connected it and show some of your code?
|
|
|
|
|
Logged
|
|
|
|
|
|