Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-ortega authored Jan 31, 2017
1 parent cfbc8f0 commit 6e7c2ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This firmware has been developed for controllers based on STM32F series micropro
* RSSI signal strength on OLED display.
* Setup menu on OLED display.
* Acurate PID control system.
* Sistema de estimación de la posición.
* 4 Serial ports, with dynamic assignment.


Expand Down Expand Up @@ -86,6 +87,10 @@ Now you can select the ingoing telemetry protocol,baud rate, enable/disable feat

The rssi signal can be provided from video or control receiver. The percentage of signal strength is shown on the display with a higer level of detail when the value is lower than a prefixed value by the user.

**SISTEMA DE ESTIMACIÓN DE LA POSICIÓN**

Incorpora un sistema de estimación de la posición que provee hasta 3 modos de estimación de la posición, especialmente útil para sistemas de telemetría de baja frecuencia. Mientras se espera la recepción de una nueva posición el tracker se anticipa moviendo la antena a posiciones intermedias, dotando de mayor precisión y fluidez al movimiento.

**4 SERIAL PORTS**

These STM32 microprocessor series based boards incorporate 2 UARTS (serial ports 0 and 1). This firmware provides the way to activate 2 extra virtual ports (softserial) which can be used for different purposes. They can be assigned dynamically for the different functions the antenna tracker can perform.
Expand Down

0 comments on commit 6e7c2ae

Please sign in to comment.