hello guys
i want to add wireless remote to my AGV and i have these RF Link Receiver - 4800bps (434MHz) and transmitter
http://www.sparkfun.com/products/10532
can anyone tell me how to use these with my PIC microcontrollers using flowcode?
please give me some link or pdf to understand various available options to use RF in flowcode.
how to use RF Link Receiver with flowcode?
- JohnCrow
- Valued Contributor
- Posts: 1367
- Joined: Wed Sep 19, 2007 1:21 pm
- Location: Lincolnshire
- Has thanked: 364 times
- Been thanked: 716 times
Re: how to use RF Link Receiver with flowcode?
Hi Geetansh
Not sure how similar the Sparkfun RF modules are to the ones used on the Matrix boards
Ive attached a simple program for you to have a look at.
Set up 2 identicle systems (EB006, Keypad, LCD and RF Board)
This is a simple half duplex transceiver, press the keypad on one system and it shows that number on the other system.
Hope it gives you a start
Not sure how similar the Sparkfun RF modules are to the ones used on the Matrix boards
Ive attached a simple program for you to have a look at.
Set up 2 identicle systems (EB006, Keypad, LCD and RF Board)
This is a simple half duplex transceiver, press the keypad on one system and it shows that number on the other system.
Hope it gives you a start
1 in 10 people understand binary, the other one doesn't !
Re: how to use RF Link Receiver with flowcode?
hello sir
those sparkfun rf products are receiver and transmitter, each having only 1 line for data and usual power supply pins and antenna pin. so i think i cant use flowcode RF component with those.
if there is some way to use them using flowcode plz reply.
those sparkfun rf products are receiver and transmitter, each having only 1 line for data and usual power supply pins and antenna pin. so i think i cant use flowcode RF component with those.
if there is some way to use them using flowcode plz reply.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: how to use RF Link Receiver with flowcode?
Hello,
The Flowcode RF component only works with the RF E-block EB063, the RF Solutions ALPHA transceiver modules or the Microchip MRF49XA devices.
If the Sparkfun modules use one of these devices in their product then yes you should be able to use it with Flowcode.
Otherwise you probably still can use with Flowcode but you will probably have to interface to the module using a component such as the RS232 or SPI.
The Flowcode RF component only works with the RF E-block EB063, the RF Solutions ALPHA transceiver modules or the Microchip MRF49XA devices.
If the Sparkfun modules use one of these devices in their product then yes you should be able to use it with Flowcode.
Otherwise you probably still can use with Flowcode but you will probably have to interface to the module using a component such as the RS232 or SPI.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: how to use RF Link Receiver with flowcode?
yes i think i can use these sparkfun rf using some communication component of flowcode.
i m ordering few from sparkfun, i will try to use them and will let u know about it.
i m ordering few from sparkfun, i will try to use them and will let u know about it.
Re: how to use RF Link Receiver with flowcode?
Benj wrote:Hello,
The Flowcode RF component only works with the RF E-block EB063, the RF Solutions ALPHA transceiver modules or the Microchip MRF49XA devices.
If the Sparkfun modules use one of these devices in their product then yes you should be able to use it with Flowcode.
Otherwise you probably still can use with Flowcode but you will probably have to interface to the module using a component such as the RS232 or SPI.
Is this component compatible with the flowcode V5 RF component? It's ALPHA transeiver SPI!
http://www.ebay.com/itm/RF-MODULE-TRANS ... 3f42567150
Thank you!
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: how to use RF Link Receiver with flowcode?
Hello,
Yes that looks like the module we use on the EB063 E-block.
Yes that looks like the module we use on the EB063 E-block.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: how to use RF Link Receiver with flowcode?
Will use MRF49XA in my new project. Is this example actual for the FC6 and the workflow is the same: initialize and then just send/receive bytes?JohnCrow wrote:
Are there any detailed explanation of MRF component macro parameters? I mean, valid ranges of timeouts and parameter values, use of different macros in different situations and so on.
Any help and examples are kindly appreciated.
FC 6.1.3.2 (18.02.2016)