Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« on: May 13, 2011, 09:33:05 am » |
how do we transfer data between two arduios using RFM12B rf transceiver module. please suggest with necessary ideas and programming guide. i hope to solve this project very soon. thanks
|
|
|
|
|
Logged
|
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 108
Posts: 6607
|
 |
« Reply #1 on: May 13, 2011, 10:04:52 am » |
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 76
Posts: 6849
Arduino rocks
|
 |
« Reply #2 on: May 13, 2011, 07:29:48 pm » |
Checkout jeelabs.net
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #3 on: May 13, 2011, 09:33:56 pm » |
Thanks. what about: -SDI -SDO -SCK -nIRQ -nSEL
how do we conect this to serial port having: -MISO -MOSI -SS -SCK
I bought a pair of RFM12B transceiver. I am new to rf world and having problem using it. if someone has already used it, please guide me basically. thanks.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #4 on: May 14, 2011, 07:13:05 am » |
thanks dude. thanks a lot, if i get further confusion, i'll be replyimg.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #5 on: May 14, 2011, 09:05:12 pm » |
Can we send anologue signal through this rf transceiver. such as transmitting songs from ipod to its own receiver.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #6 on: May 15, 2011, 12:06:52 am » |
if we convert analogue signal like music to digital form. is there chances of transmission of our signal.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #7 on: May 15, 2011, 12:22:30 am » |
which of ther rf module would be applicable for analoge signaling.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 76
Posts: 6849
Arduino rocks
|
 |
« Reply #8 on: May 17, 2011, 06:43:05 pm » |
And the bandwidth is only a tiny fraction of what you would need for even low-quality audio. To be picky that's not true for high-compression formats like Ogg Vorbis (48kbit/second - and yes I mean bits not bytes). And its pretty good quality... Of course the issue of compression/decompression isn't something you can gloss over!
|
|
|
|
|
Logged
|
|
|
|
|
Humboldt, CA
Offline
Full Member
Karma: 1
Posts: 220
Arduino BBB
|
 |
« Reply #9 on: May 18, 2011, 09:36:14 am » |
The drivers/libraries from the jeenode work great on normal arduino type boards, I've played with them a decent bit. He (the jeelabs guy) makes a breakout board for it now too, much nicer than having to convert to 3.3v and solder tiny wires on little pads.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #10 on: May 19, 2011, 04:57:55 am » |
i installed the library of RFM12 from jeenodes. i compiled the example sketches, all of the examples shows error notice at the time of compile process.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 66
|
 |
« Reply #11 on: May 19, 2011, 07:51:35 am » |
i instaled jeenode liberary, and but all of the examples code shows error while burning. ????
|
|
|
|
|
Logged
|
|
|
|
|
Humboldt, CA
Offline
Full Member
Karma: 1
Posts: 220
Arduino BBB
|
 |
« Reply #12 on: May 19, 2011, 08:52:12 am » |
Did you include both the rfm12b library and the ports library? The rfm12b lib requires the ports lib to function.
|
|
|
|
|
Logged
|
|
|
|
|
|