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

Навигация

Consumer IR/en: различия между версиями

Нет описания правки
(Новая страница: «Example: <pre> root@wirenboard:~# mosquitto_sub -v -t '/devices/wb-lirc/#' /devices/wb-lirc/meta/name IR Remote Control /devices/wb-lirc/controls/Key/meta/order 1…»)
 
(не показаны 3 промежуточные версии этого же участника)
Строка 19: Строка 19:


=== Technical details ===
=== Technical details ===
Mini-jack 3.5 mm Pinout on [[Wiren Board 5]] :
Mini-jack 3.5 mm Pinout on [[Wiren Board 5/en|Wiren Board 5]] :
* Tip (left audio channel) - 5V power/IR transmission.
* Tip (left audio channel) - 5V power/IR transmission.
* Ring (right audio channel) - IR reception
* Ring (right audio channel) - IR reception
Строка 73: Строка 73:
</pre>
</pre>


Для отправки нажатия кнопки следует опубликовать сообщение в формате '''<название_пульта>:<название_кнопки>''' в топике ''/devices/wb-lirc/controls/Key/on''
To send a button press, you should publish the message in the format '''<button name>:<button name>''' in the topic "/devices/wb-lirc/controls/Key/on"


== Устранение неисправностей ==
== Troubleshooting ==
=== Не работает прием ===
= = = = Not working reception ===
* Убедиться что драйвер "видит" импульсы от приемника.
* Make sure the driver "sees" pulses from the receiver.
** Остановить сервис '''lirc''' (командой ''service lirc stop'')
** Stop service '''lirc''' (command "service lirc stop")
** <pre>root@wirenboard:~# mode2 -d /dev/lirc1</pre>
** <pre>root@wirenboard:~# mode2 -d /dev/lirc1</pre>
**: Должны бежать цифры при нажатии кнопок на пульте, если нет - проблема в "железе" или в несоответствии несущей пульта и приемника. Следует попробовать использовать другой приемник.
**: The numbers should run when you press the buttons on the remote, if not - the problem is in the "hardware" or in the mismatch of the carrier of the remote and the receiver. You should try using a different receiver.
* Убедиться что '''lirc''' может декодировать последовательности импульсов согласно конфигу пульта:
* Make sure that '''lirc''' can decode pulse sequences according to the configuration of the remote control:
** Запустить обратно '''lirc''' (''service lirc start'')
** Run back '''lirc''' ('service lirc start')
** <pre>root@wirenboard:~# irw</pre>
** <pre>root@wirenboard:~# irw</pre>
**: Должные бежать строчки при нажатии кнопок на пульте. Если '''mode2''' работает, а '''irw''' - нет, то проблема с конфигом пульта. Стоит попробовать использовать другой конфиг, либо создать новый.
**: Due to run lines when you press the buttons on the remote. If '''mode2''' works and '''irw''' doesn't, there is a problem with the remote config. It is worth trying to use another config, or create a new one.


=== Не работает передача ===
=== Transmission is not working ===
* Попробовать передавать обращаясь к LIRC напрямую:
* Try to transmit referring to LIRC directly:
<pre>
<pre>
root@wirenboard:~# irsend SEND_START Sony_RM-687C KEY_3
root@wirenboard:~# irsend SEND_START Sony_RM-687C KEY_3
Строка 93: Строка 93:
root@wirenboard:~# irsend SEND_STOP Sony_RM-687C KEY_3
root@wirenboard:~# irsend SEND_STOP Sony_RM-687C KEY_3
</pre>
</pre>
(названия пульта и кнопки должны соответствовать используемому конфигу).
(the name of the remote and buttons should correspond to the configuration used).
* Убедиться что аппаратная часть работает - например, можно посмотреть на ИК-светодиод через камеру смартфона (светодиод должен мигать при передаче)
* Make sure that the hardware is working - for example, you can look at the IR led through the smartphone camera (the led should blink when transmitting)
12 063

правки