ວິທີການຮັບ RSSI ແລະ SNR ໃນເຄື່ອງສົ່ງ drone?

ຄໍາຖາມ: I noted that the TX900 webpage does not send RSSI data to the flight controller; it will not trigger a failsafe action when the radio link is lost. Is there any way to work around this issue?

ຄໍາຕອບ: ຂໍ້ມູນສະຖານະການເຊື່ອມຕໍ່ໄຮ້ສາຍ RSSI ຕ້ອງການລູກຄ້າ (ເຊັ່ນ: ການຄວບຄຸມການບິນ) ເພື່ອສົ່ງຄໍາສັ່ງ AT ດ້ວຍຕົນເອງເພື່ອໃຫ້ໄດ້ມັນ. ມັນສາມາດໄດ້ຮັບໃນສອງວິທີ:

  1. ຕັ້ງຄ່າ UART3 (ພອດຂໍ້ມູນທີ 3) ເປັນພອດ serial ຄໍາສັ່ງ AT, ແລະຫຼັງຈາກນັ້ນສົ່ງຄໍາສັ່ງ AT ຜ່ານ UART3 (D3) ທີ່ຈະໄດ້ຮັບ. https://ivcan.com/change-d3-from-transparent-serial-port-to-at-command/
  2. ອັບເດດເວີຊັ່ນເຟີມແວ 1.5.1 ຂຶ້ນໄປ, ດັ່ງນັ້ນຈະມີເຄື່ອງແມ່ຂ່າຍ TCP ເພີ່ມເຕີມພາຍໃນເພື່ອໃຫ້ລູກຄ້າເຂົ້າເຖິງຜ່ານ TCP ເພື່ອສົ່ງຄໍາສັ່ງ AT ເພື່ອໃຫ້ໄດ້ຮັບສະຖານະໄຮ້ສາຍ..

Here is the explanation from our engineer.

  1. ໄຟ LED ຖືກໃຊ້ເພື່ອຊີ້ບອກສະຖານະການເຊື່ອມຕໍ່ໄຮ້ສາຍ (ຍົກ​ຕົວ​ຢ່າງ, ຖ້າການເຊື່ອມຕໍ່ໄຮ້ສາຍຖືກຕັດການເຊື່ອມຕໍ່, ແສງສະຫວ່າງຈະອອກໄປ), and there is no dedicated external pin to notify the customer of flight control.
  2. Our core module has GPIO pins, but they are basically connected to LED lights. Our vcan1681 module also has such pins, but currently, it is also connected to LED lights.
  3. If you are willing to spend money on customization, we can customize a special one for you, and the external interface can be changed.
  4. When customers use our drone wireless video data links, they will definitely need to obtain air-side flight control information through the serial port or network port to the serial port.
  5. The general method is to add verification to the ground station software and flight control software to measure the reliability of the wireless link. ໃນ​ເວ​ລາ​ນີ້, you can completely sense the link quality and link disconnection events in the software, and then set the threshold in the software to alarm and handle it.
  6. That is to say, when the ground station software obtains the air system flight control information through our wireless link if the error rate exceeds a certain threshold, it can be considered that the wireless link has reached an unreliable threshold and needs to be processed. This is a common practice among Chinese drone companies.

Talking RSSI SNR for the below products

ຄໍາຖາມ: Can you develop a new model for me? It is easy to get RSSI and SNR?

Do you just need to get the real-time status of whether the wireless link is connected/disconnected? Or do we need to obtain even RSSI?

Because a GPIO can only identify two states: 0/1, it can only be used to indicate whether the wireless link is connected/disconnected, and cannot express the values ​​of RSSI (the values ​​of RSSI and SNR still need to be obtained through AT commands)

If you need us to actively report information such as RSSI and SNR in addition to the status of the link being connected/disconnected, then you must operate according to the customized project. You need to clearly describe your needs, docking interfaces, ແລະອື່ນໆ. (instead of In a simple sentence), so that we can evaluate the difficulty of developing customization and the ways to achieve it.

What is SNR and RSSI?

SNR (Signal-to-Noise Ratio) is a ratio-based metric that measures your signal in relation to the noise.SNR is made up of two values that are measured as a positive number between 0db and 120db, with the closer it is to 120db, the better: signal value and noise value, both of which are commonly reported in decibels (ຖານຂໍ້ມູນ).

ການRSSI (Received signal strength indication) will look at the Signal (Also known as RSSI) first this value is measured in decibels from 0 (zero) ກັບ -120 (minus 120) now when looking at this value the closer to 0 (zero) the stronger the signal is which means it’s better, typically voice networks require a -65db or better signal level while a data network requires -80db or better.

Because the signal is affected by the AP’s transmit power and antenna, as well as the client’s antenna, the normal range in a network would be -45db to -87db depending on power levels and design.

Signal strength (RSSI, “signal strength”, Signal/Noise Ratio). It is often preferable to concentrate on RSSI.

  • RSSI -90 dBm: This signal is incredibly faint, and it is at the limit of what a receiver can receive.
  • RSSI -67dBm indicates a rather strong signal.
  • RSSI greater than -55dBm indicates a very strong signal.
  • RSSI > -30dBm indicates that your sniffer is right adjacent to the emitter.

Failsafe

ຄໍາຖາມ: In case of signal loss from the operator, will FailSafe be activated?

ຄໍາຕອບ: Failsafe is the function of the flight controller. We just provide signal transmission and transmit transparent data. What data do you give us, We transmit them for you.

ຄໍາຖາມ: Unless your receiver reports that the connection is lost, FailSafe is not activated.

ຄໍາຕອບ: You can get the signal strength. Our wireless video data transmitter and receiver don’t have this function. I believe that the wireless image transmission of Chinese suppliers does not have this function, except that the drone set has already the failsafe function.

ອອກຈາກ Reply ເປັນ

ທີ່ຢູ່ອີເມວຂອງເຈົ້າຈະບໍ່ຖືກເຜີຍແຜ່. ຊ່ອງຂໍ້ມູນທີ່ຕ້ອງການຖືກໝາຍໄວ້ *

ຄົ້ນພົບເພີ່ມເຕີມຈາກ iVcan.com

ຈອງດຽວນີ້ເພື່ອສືບຕໍ່ອ່ານ ແລະເຂົ້າເຖິງແຟ້ມຈັດເກັບສະບັບເຕັມ.

ສືບຕໍ່ການອ່ານ

ຕ້ອງການຄວາມຊ່ວຍເຫຼືອໃນ WhatsApp?