Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
documentation:hamradio:radios:avrt5:index [2021/04/03 17:22] – [Serial Commands] f1sls | documentation:hamradio:radios:avrt5:index [2024/12/22 10:37] (Version actuelle) – [BLUETOOTH] f1sls | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
===== RESOURCES ===== | ===== RESOURCES ===== | ||
- | | + | ==== DOCUMENTATION ==== |
+ | | ||
+ | * {{ : | ||
+ | ==== WEB ==== | ||
+ | * Official : http:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * http:// | ||
+ | |||
+ | ==== REMARKS ==== | ||
+ | * Bluetooth connection only works after GPS lock therefore you have to wait some seconds before connecting to the device. Bluetooth pairing code is 1234. | ||
+ | * miniUSB connector is a Serial Port therefore the included USB cable needs to be used for programming (charging works with every standard USB cable). | ||
===== CONFIGURATION ===== | ===== CONFIGURATION ===== | ||
- | {{: | + | ==== WINDOWS SOFTWARES ==== |
+ | === CONFIGURATION SOFTWARE === | ||
+ | * {{ : | ||
+ | {{: | ||
+ | === CH340(G) DRIVERS === | ||
+ | == XP == | ||
+ | * {{ : | ||
+ | == WIN 7+ == | ||
+ | * {{ : | ||
+ | ==== LINUX ==== | ||
+ | * Python Script : https:// | ||
==== Serial Commands ==== | ==== Serial Commands ==== | ||
- | < | + | < |
+ | These serial commands are known, and can be sent on the KISS serial channel or over Bluetooth. They use a variation of the ancient Hayes Modem protocol. To send a serial command, first send the carriage-return character (control-M on many terminals). Then send the entire command, followed by another carriage-return. You should see an “OK” reply on the serial interface. You must restart the AVRT5 to see the effect of your command. | ||
+ | Source : https:// | ||
+ | </ | ||
^ COMMAND | ^ COMMAND | ||
Ligne 20: | Ligne 44: | ||
| AT+RX=n | | AT+RX=n | ||
| AT+TX=n | | AT+TX=n | ||
+ | |||
+ | ===== BLUETOOTH ===== | ||
+ | The AVRT5 will be visible as a Bluetooth device called **AVRT5**. Pairing code = **1234**. | ||
+ | |||
+ | ===== FIRMWARE UPDATE ===== | ||
+ | //Firmware updates are included in the configuration software archive.// |