Hi Jens,
- yes, I am running HG on Raspbian last image build for Raspberry Pi
- No, i am not able to send commands from OS level
first i do:
pi@raspberrypi ~ $ irsend LIST "" ""
irsend: Samsung_AA59-00382A
pi@raspberrypi ~ $ irsend LIST Samsung_AA59-00382A ""
irsend: 00000000000040bf KEY_POWER
pi@raspberrypi ~ $ irsend send_once Samsung_AA59-00382A KEY_POWER
and no commands are send.
- i check with a digital camera and nothing, no blink
- version of HG is Raspberry Pi 411 image downloaded from website.
i think my problem is the GPIO PINs, i bought the rpi with a housing including fan and ir sensor,
On etc/modules i see:
snd-bcm2835
lirc_rpi gpio_in_pin=18 gpio_out_pin=17
i just open it up and i saw the pins used for the IR sensor are the pin 18, the pin 9 from bottom (3,3v) and last pin Ground, so pin 18 is there and is the IN that is why receiving is working but there is no pin 17 conected for the out.
i will try to play around with the pins to see what i get, any sugestions?