Jump to content

bobdoll

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Hi, I'm trying to send IR command from a IR led from an Orange Pi, i have it working fine on an Arduino, but it seems that on linux it's a bit more complicated as there are no lib that can control a GPIO with an IR transmitter, it seems that everybody is using LIRC. I see for raspberry pi this needs to be done : EDIT /etc/modules WITH : lirc_dev lirc_rpi gpio_in_pin=23 gpio_out_pin=22 the Orange PI devier module is different, so i do not know how to control it to let it know where the transmitter is. Anybody managed to get this to work ? Thx
  2. i have actually got it to work by changing the port number and using the right port the board. The python code works find to send rf433 signals
  3. Hi, I was wondering if anybody has managed to get rf433 receiver or emitter to work on an orangepi one ? I am trying to get this pi-switch (https://github.com/lexruee/pi-switch-python) to work. I have installed WiringOP and orangepi_PC_gpio_pyH3. I managed to get pi-switch to compile (i had to add a swap file since it was using so much memory) when i run a sniffing code i get this "wiringPiISR: unable to open /sys/class/gpio/gpio0/value: No such file or directory" Maybe there are some rf433 lib that already work with hte orangepi, not sure, i did not find any ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines