Page 1 of 1
Yet another RF component problem
Posted: Mon Sep 03, 2012 8:41 pm
by electronix
Hi everybody.
Has anyone tried using the RF component succefully?
I don´t, When I try sending a byte of data for instace: 200, all that is being transfered is 1!! regardless what I try to send the reciver picks up only 1.
Since I still have FC V4 installed I made a simple loop that would send a byte(200 again) each sec, I also used the exact settings as in FC V5, and it worked!
I was reading 200 each sec on the reciver side.
After rechecking all my settings in both FC versions and my HW settings I´m stuck, has there been any changes in the RF component?
Regards
electronix
Re: Yet another RF component problem
Posted: Tue Sep 04, 2012 9:31 am
by Benj
Hello,
I will investigate this issue for you. Can you attach your programs so I can see how your using the RF macros.
Re: Yet another RF component problem
Posted: Wed Sep 05, 2012 7:58 am
by electronix
Hi Ben.
Thank´s a lot Ben

Here´s the files, RF_test_V4 is working just fine, no problems changing the byte that is sent.
But RF_test_V5 is just sending out 1 no mather what changes in the settings, I also tried to change the settings inside the main loop using the macros, but it still doesnt work.
HW:
Receiver 18F4550 @20MHz using FCV4
Transmitter 16F886 @20 MHz using both FCV4 and FCV5
Best Regards
Stefan
Re: Yet another RF component problem
Posted: Wed Sep 05, 2012 9:39 am
by Benj
Hello Stefan,
The protocol for the RF transaction has changed slightly from v4 to v5 did you reprogram both your transmitter and your receiver with the v5 versions of the program? I don't think a direct communication between a v4 and a v5 program will work.
Re: Yet another RF component problem
Posted: Wed Sep 05, 2012 9:43 am
by electronix
Hi Ben
Ok, that means that i´ll have to continue using V4 since I have >100 units on the market right now, and I was working on an uppgrade of the transmitter only.
Is there any chance of a fix or workaround?
Best Regards
Stefan
Re: Yet another RF component problem
Posted: Wed Sep 05, 2012 10:11 am
by Benj
Hi Stefan,
Yes we can probably create a workaround for this. The v5 communications is much improved to include a valid CRC check and a better data flow mechanism but if you are stuck with the v4 code for the receivers then that's the way it must be.
I will look into this for you and see what I can come up with.
Re: Yet another RF component problem
Posted: Wed Sep 05, 2012 10:18 am
by electronix
Hi Ben
Ok sounds greate, the workaround that is.
Best Regards
Stefan