Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TX16s R-XSR and F405 FC
#31
Ok thanks a lot. Will proceed.
Reply
Login to remove this ad | Register Here
#32
Dear @SnowLeopardFPV you are quickly reaching the status of a divinity in my quadverse Smile

As you suggested I reflashed the F405 (and while was at it installed the latest 4.2.4 over the 4.2.3 I had), reloaded the diff all, rebound the R-XSR, went on to discover the sensors and TADAAAAAAAA Smile They immediately appeared Smile

Here is what it found:

[Image: zVN4MR4l.jpg]

[Image: fLRIQxSl.jpg]w
Out of curiosity, where can I find a description of what they mean?

I guess RSSI could be the intensity of the received radio signal, right? If so would that be a good candidate to set an alarm when the value goes under, say 60-70 (just asking) ?

If sensor 14 carries the average value of the 4 cells (I did not fully charge this battery so it is plausible) would also this one be a good input for a voice alarm when it reaches say 3.5?

Now I'll have to find a good video on how to setup these voice alarms.

Very grateful for the help. Now will try and solder the buzzer without destroying everything. Cross fingers.
Reply
#33
Unfortunately, this wiki has not been updated in a long time.

https://github.com/betaflight/betaflight...lemetry.md


Setup voltage warning. My advice is to use the A4 (per cell voltage) sensor instead of Vfas as written. Just change the voltage value to reflect per cell. This way you can use the same logic switch on any quad with different battery packs.

https://oscarliang.com/taranis-logical-s...age-alarm/
Reply
#34
Thanks Voodoo614 ... I find Oscar's post quite confusing, since by reading through the comments especially some Mr. Antoine tries to simplify the switches but describes things in a confused way.
Searching for another simpler "recipe" Smile

At what RSSI level you'd want to issue a warning?
Reply
#35
(31-Oct-2020, 06:54 PM)rjalex Wrote: Thanks Voodoo614 ... I find Oscar's post quite confusing, since by reading through the comments especially some Mr. Antoine tries to simplify the switches but describes things in a confused way.
Searching for another simpler "recipe" Smile

At what RSSI level you'd want to issue a warning?

RSSI the default is 45 for low warning. And 42 for critical warning. If you go to the Telemetry page in the radio, you can set these values as you wish. Not logic switch needed.

As for the voltage warning, you do not have to understand everything. You just copy all the logic switches and it should work.

Here is a simpler version. But it is not as reliable in all situations. It can give you some fault readings. Example when you get battery sag briefly below the voltage you set.

https://oscarliang.com/setup-taranis-read-out-voltage/
Reply
#36
Ok so I better ignore the comments and just copy Oscar's recipe, right?
Reply
#37
(31-Oct-2020, 08:23 PM)rjalex Wrote: Ok so I better ignore the comments and just copy Oscar's recipe, right?

Yes, just copy. Once it works, you can change the Vfas to A4. And adjust the 14V to 3.5v (or whatever you want for lower voltage warning).
[-] The following 1 user Likes voodoo614's post:
  • rjalex
Reply
#38
Hello, I am really new to this hobby.. got myself cinewhoop taycan with F405 mini DJI FC without Reciever.. so bought the R-XSR and Radiomaster TX12.. and having same issue with binding. When I put reciever in bind mode it lights all the led but I am unable to bind. I was trying the FrSky X LBT(EU) does´t work
Here is the betaflight dump in case I am missing something there..
Thank you in advance for any help

diff

# version
# Betaflight / MAMBAF405US (MBF4) 4.1.2 Dec 28 2019 / 15:49:00 (89051e256) MSP API: 1.42

# start the command batch
batch start

board_name MAMBAF405US

# name: DIATONE

# resources
resource PPM 1 NONE
resource SERIAL_TX 11 C09

# feature
feature -SOFTSERIAL

# beacon
beacon RX_LOST
beacon RX_SET

# serial
serial 2 8192 115200 57600 0 115200

# aux
aux 0 0 0 1825 1925 0 0
aux 1 0 0 1600 1700 0 0
aux 2 0 0 1375 1575 0 0
aux 3 1 0 1600 1800 0 0
aux 4 13 0 1925 1975 0 0
aux 5 13 0 1700 1750 0 0
aux 6 35 0 1375 1575 0 0

# vtxtable
vtxtable bands 6
vtxtable channels 8
vtxtable band 1 BOSCAM_A A CUSTOM 5865 5845 5825 5805 5785 5765 5745 5725
vtxtable band 2 BOSCAM_B B CUSTOM 5733 5752 5771 5790 5809 5828 5847 5866
vtxtable band 3 BOSCAM_E E CUSTOM 5705 5685 5665 0 5885 5905 0 0
vtxtable band 4 FATSHARK F CUSTOM 5740 5760 5780 5800 5820 5840 5860 5880
vtxtable band 5 RACEBAND R CUSTOM 5658 5695 5732 5769 5806 5843 5880 5917
vtxtable band 6 IMD6 I CUSTOM 5732 5765 5828 5840 5866 5740 0 0
vtxtable powerlevels 5
vtxtable powervalues 25 100 200 400 600
vtxtable powerlabels 25 100 200 400 600

# master
set gyro_sync_denom = 2
set acc_calibration = 30,-40,-32
set min_check = 1005
set rssi_channel = 12
set dshot_idle_value = 450
set motor_pwm_protocol = DSHOT600
set motor_poles = 12
set beeper_dshot_beacon_tone = 5
set small_angle = 180
set pid_process_denom = 1
set runaway_takeoff_deactivate_throttle_percent = 5
set osd_warn_batt_not_full = OFF
set osd_warn_batt_warning = OFF
set osd_warn_batt_critical = OFF
set osd_warn_esc_fail = OFF
set osd_warn_core_temp = OFF
set osd_rssi_alarm = 40
set osd_cap_alarm = 5000
set osd_vbat_pos = 384
set osd_rssi_pos = 2426
set osd_tim_1_pos = 53
set osd_tim_2_pos = 2455
set osd_flymode_pos = 2420
set osd_throttle_pos = 2400
set osd_vtx_channel_pos = 34
set osd_crosshairs_pos = 236
set osd_ah_pos = 199
set osd_current_pos = 2440
set osd_mah_drawn_pos = 2448
set osd_craft_name_pos = 2048
set osd_gps_speed_pos = 271
set osd_gps_lon_pos = 82
set osd_gps_lat_pos = 65
set osd_gps_sats_pos = 1410
set osd_home_dir_pos = 302
set osd_home_dist_pos = 303
set osd_compass_bar_pos = 265
set osd_altitude_pos = 246
set osd_pid_roll_pos = 135
set osd_pid_pitch_pos = 167
set osd_pid_yaw_pos = 199
set osd_debug_pos = 0
set osd_power_pos = 320
set osd_pidrate_profile_pos = 344
set osd_warnings_pos = 2406
set osd_avg_cell_voltage_pos = 2432
set osd_pit_ang_pos = 256
set osd_rol_ang_pos = 288
set osd_battery_usage_pos = 391
set osd_disarmed_pos = 75
set osd_nheading_pos = 310
set osd_nvario_pos = 278
set osd_esc_tmp_pos = 82
set osd_esc_rpm_pos = 83
set osd_flip_arrow_pos = 2337
set osd_stat_max_spd = OFF
set debug_mode = SMARTAUDIO
set vtx_band = 5
set vtx_channel = 8
set vtx_power = 1
set vtx_freq = 5917
set name = DIATONE

profile 0

rateprofile 0

# rateprofile 0
set roll_rc_rate = 127
set pitch_rc_rate = 127
set yaw_rc_rate = 70
set roll_expo = 40
set pitch_expo = 40
set roll_srate = 72
set pitch_srate = 72
set yaw_srate = 75

# end the command batch
batch end

#
Reply
#39
(09-Mar-2021, 08:37 PM)luk.on046 Wrote: Hello, I am really new to this hobby.. got myself cinewhoop taycan with F405 mini DJI FC without Reciever.. so bought the R-XSR and Radiomaster TX12.. and having same issue with binding. When I put reciever in bind mode it lights all the led but I am unable to bind. I was trying the FrSky X LBT(EU) does´t work
Here is the betaflight dump in case I am missing something there..
Thank you in advance for any help

The receiver should still physically bind to the transmitter regardless of the Betaflight settings, so your Betaflight settings don't actually matter at this point.

R-XSR receivers are currently shipping with either ACCST 2.x or ACCESS firmware on them so you will need to flash the R-XSR with ACCST 1.x firmware. You can download the latest version of that from the following link. As you are in the EU, you will need to flash either the RXSR_LBT_ACCST_191112.frk file if you intend to wire the receiver for SBS/S.Port, or the RXSR-FPORT_LBT_ACCST_191128.frk file if you intend to wire the receiver for FPORT.

https://www.frsky-rc.com/wp-content/uplo...191128.zip
Reply
#40
Thank you for reply... is there any way how to proceed without flashing.. there was a sticker EU/LBT on the packaged of reciever if that helps. (Tried in binding setup chose frsky X LBT EU) no success.
I have just radiomaster tx12 and there isn´t port for connecting reciever to flash it.. or is there any other way ?
Or would be better if I just order XM+ and go with that.. ?

Thank you !
Reply
#41
(10-Mar-2021, 07:31 AM)luk.on046 Wrote: Thank you for reply... is there any way how to proceed without flashing.. there was a sticker EU/LBT on the packaged of reciever if that helps. (Tried in binding setup chose frsky X LBT EU) no success.
I have just radiomaster tx12 and there isn´t port for connecting reciever to flash it.. or is there any other way ?
Or would be better if I just order XM+ and go with that.. ?

OK, I just realised you have the RadioMaster TX12. I confused that with the Jumper T12. There are too many similar transmitter names. Your TX12 should have support for the ACCST 2.x.x protocol. Select FrskyX2 as the protocol when binding. You'll also need to select the EU sub protocol of that.
Reply
#42
Hello, I have just tested and it works. Big thanks snowleopardfpv. There is frskyx2 lbt eu version in radio.. originaly I tried this with d16 because I read somewhere that it works. But correct combination is frsky x2 lbt eu and put the reciever to binding mode (all led lights up) then I male a distance 2-3m from radio and reciever and imediately bind. Hope this might help someone in future Smile
Thank you
Reply
#43
No problem. Happy flying Cool
Reply
#44
Thanks a lot for this thread, it was really helfpul to learn about betaflight config and FrSky.

I just assembly a drone:
Mamba F405 Mini MK2
T-Motor F1303 2-3s 5000Kv
HGLRC Zeus nano VTX
RunCam Split 3 Nano
rx FrSky R-XSR

Because I wasn't able to bind the Rx with my Turnigy 9x with modified with OpenTx and FrSky DHT module, so i used my Futaba system(S.Bus but no telemetry). 

Due this incompability, I bought a TX16s, and now i'm still learning how to use it and re-learning OpenTx. 

And thanks to this thread, now i can disassemble the drone, to solder 1 missing wire for the telemetry, and start the same process as you, but now it "instructions" thanks to all of you.


Attached Files Thumbnail(s)
       
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Help sensor lost on tx16s technoflyer97 0 156 07-May-2024, 11:53 PM
Last Post: technoflyer97
  Radiomaster TX16S charging stops after a little skaidy96 2 239 28-Mar-2024, 03:15 PM
Last Post: segler999
  Help FrSky r xsr receiver not entering bind mode August 1 171 05-Mar-2024, 08:49 PM
Last Post: August
  Binding geprc tinygo 4k and Radiomaster TX16S elrs mk II Patclarke 0 184 04-Mar-2024, 12:30 AM
Last Post: Patclarke
  Help Binding Jumper T-Lite with R-XSR miudi12732 36 12,495 08-Feb-2024, 02:55 AM
Last Post: mstc


Login to remove this ad | Register Here