-
change 780 string rx5808-pro-diversity.ino file
`if (channelIndex > CHANNEL_MAX_INDEX) // negative overflow`
to
` if (channelIndex < CHANNEL_MIN_INDEX) // negative overflow`
-
Hello, I am trying to run your library on a ATmega8 @8Mhz, but it doesn't work. The clicks value for some reason doesn't change.
The exact same code works fine on an UNO board.
Here is my code (…
-
Hi,
can I use V2 on the Realacc module without OSD or should I use V1?
Since the release of V1 there were some commits, will there are new releases or is it safe to use the version from the mast…
-
Hi,
is it possible add third receiver? I tried it and it seems that its easy to modify current pdb layout to add third receiver. 4066 has one free switch for it. My code is proof of concept but I t…
-
Sorry this is probably not the right place to ask ..but
I bought the built verion of this, and had a power failure while uploading the hex firmlware file, and now the board will not boot, and i can…
-
Hi Guys
i'm looking to use these modules in a project i'm working on:
http://www.banggood.com/Realacc-RX5808-Open-Source-5_8G-40CH-Integrated-Receiver-with-OLED-Special-for-Fatshark-Goggles-p-106820…
-
I got it all flashed and working. However it doesn’t seem to change channels. The frequency changes on the little display but not on the screen i seem to be locked into c1. I have an eachine racer 250…
-
https://oshpark.com/shared_projects/Y2Zlih1f I have this board version , of the rx 5808 dual diversity receiver using the nano . I have contacted osh park , sheaivy ,patrick , pfriedel and the …
-
Shouldn't the tantalum capacitor be solder to output and ground, not input and ground as you did. The document on L4941BDT
[l4941-973941.pdf](https://github.com/gc9n/rx5808-Diversity-RealAcc-Compati…
-
I believe that there is a typo on the channel table for raceband - specifically channel c5.
The current value is 0x2978, however I believe this will be setting a frequency of 5967 Mhz rather than the …