Перейти к содержанию

Навигация

ADC:Измерение сопротивлений - технические детали/en: различия между версиями

Нет описания правки
(Новая страница: «=== Disable output ===»)
 
(не показано 25 промежуточных версий 2 участников)
Строка 2: Строка 2:
The LRADC channel of the processor that the Wiren Board uses to operate the ADC has an integrated current source. This allows to measure the resistance of the load connected to the outputs of the ADC, i.e., to read values of resistive sensors.
The LRADC channel of the processor that the Wiren Board uses to operate the ADC has an integrated current source. This allows to measure the resistance of the load connected to the outputs of the ADC, i.e., to read values of resistive sensors.


See also the description in the documentation on the processor, [[Freescale i.MX233|p. 1334]]
See also the description in the processor documentation, p. 1334 -[http://www.freescale.com/files/dsp/doc/ref_manual/IMX23RM.pdf Reference Manual]


Resistance measurement is implemented in the wb-homa-adc driver, see [[ADC/en |ADC]].  
Resistance measurement is implemented in the wb-homa-adc driver, see [[ADC/en |ADC]].  
Строка 10: Строка 10:
== The measuring procedure in the manual mode ==
== The measuring procedure in the manual mode ==


Make sure the wb-homa-adc daemon is unloaded
Make sure the wb-homa-adc daemon is not running


=== Disable output ===
=== Disable output ===


(только для Wiren Board rev. 2.8)
(only for Wiren Board rev. 2.8)
* Для клеммников 2-7: закрыть транзистор. См [[Список GPIO|Список GPIO]], [[Управление низковольтной нагрузкой|Управление низковольтной нагрузкой]].
* For terminals 2-7: close the transistor. See [[Список GPIO/en|List of GPIOs]], [[Управление низковольтной нагрузкой/en|Low voltage load management]].
* Для клеммника 9: установить GPIO 2 в режим ввода ([[Работа с GPIO|Работа с GPIO]])
* For terminal strip 9: set GPIO 2 to input mode ([[Работа с GPIO/en|Managing GPIO]])




=== Выбора канала ===
=== Channel selection ===


С помощью wb-adc-set-mux выберите канал ([[ADC|ADC]])
Use wb-adc-set-mux to select a channel([[ADC/en|ADC]])




=== Установка выходного тока ===
=== Setting output current  ===


Установка выходного тока не поддерживается драйвером, поэтому реализуется с помощью userspace-приложения с прямым доступом в память.
Setting the output current is not supported by the driver, so it is implemented using the userspace application with direct memory access.


Команда <b>lradc-set-current</b> (https://github.com/contactless/wirenboard/tree/master/utils/adc/resistance).
Command <b>lradc-set-current</b> (https://github.com/contactless/wirenboard/tree/master/utils/adc/resistance).


<pre>
<pre>
Строка 38: Строка 38:
</pre>
</pre>


Максимальный ток - 300 мкА. Ток устанавливается с шагом в 20 мкА.
The maximum current is 300 µa. The current is set in increments of 20 µa.


Установка тока в 100 мкА:
Setting 100 µa current:


<pre>
<pre>
Строка 46: Строка 46:
</pre>
</pre>


Отключение источника тока:
Disconnecting the current source:
<pre>
<pre>
root@wirenboard:~# lradc-set-current off
root@wirenboard:~# lradc-set-current off
</pre>
</pre>


Необходимо установить такое как можно большее значение выходного тока, при котором напряжение на LRADC не зашкаливает за 1.85V, т.е. сырой результат не равен 4095.
It is necessary to set the maximum possible value of the output current at which the voltage on the LRADC does not exceed 1.85 V, i.e. the raw result is not equal to 4095.


В примере 40 мкА - оптимальный ток:
In the following example 40 µa is the optimum current:


<pre>
<pre>
Строка 71: Строка 71:




=== Вычисление результата ===
=== Calculating the results ===


Сопротивление вычисляется по формуле:
The resistance is calculated by the formula:


<pre>
<pre>
Строка 79: Строка 79:
</pre>
</pre>


<b>r</b> - измеряемое сопротивление, <b> R2 </b> - последовательное сопротивление канала
<b>r</b> is the measured resistance, <b>R2</b> is the series resistance of the channel


<b>R1</b> - параллельное сопротивление (плечо делителя/токи утечки).
<b>R1</b> is parallel resistance (divider arm/leakage currents).


<b> V </b> - напряжение на входе LRADC, измеряемое процессором:
<b> V </b> is input voltage LRADC measured by the processor:


<pre>
<pre>
Строка 89: Строка 89:
</pre>
</pre>


где N - сырые показания LRADC, I - выходной ток.
where N is the raw LRADC readings, I is the output current.


Для разных версий:
For different versions:


* Wiren Board 5 (клеммники R1-R2):   <b>R2 = 3150 Ohm, R1 = 1000kOhm</b>.
* Wiren Board 5 (terminals R1-R2):   <b>R2 = 3150 Ohm, R1 = 1000kOhm</b>.
* Wiren Board 4 (клеммники R1-R2):  <b>R2 = 3570 Ohm, R1 = 120kOhm</b>.
* Wiren Board 4 (terminals R1-R2):  <b>R2 = 3570 Ohm, R1 = 120kOhm</b>.
* Wiren Board Smart Home rev. 3.5 (клеммники R1-R4): <b>R2 = 600 Ohm, R1 = 93kOhm</b>.
* Wiren Board Smart Home rev. 3.5 (terminals R1-R4): <b>R2 = 600 Ohm, R1 = 93kOhm</b>.
* Wiren Board rev. 2.8.  <b>R2 = 12kOhm, R1 = 33.0 kOhm</b>.
* Wiren Board rev. 2.8.  <b>R2 = 12kOhm, R1 = 33.0 kOhm</b>.