Search found 14 matches
- Thu Jan 10, 2019 2:21 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Thankyou very much. But I'm more inclined to feel, that it was Yours and Georges code, that was challenging. without them, I would never have been able to get to this point :) And I'm not quite finished yet, because I have an issue with the SendIR module locking up or rather it is the arduino uno, t...
- Tue Jan 08, 2019 9:25 am
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
It was a question of sending the right code. When I started this attempt, I had the idea, that I should send the following command from a Beo4 remote: press "Light" and press "Green" (or any of the other colors) in order to control an LK FUGA TOUCH UNI350 dimmer. http://www.lk.dk...
- Sat Jan 05, 2019 4:48 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Actually I prefer yours :) Perhaps because I have got it working :D Anyway. I got some different usb to serial converters, among them some almost certainly fake FTDI modules. Oddly enough they perform ok, with no junkmessages in the serial data. But the whole unit is working great i seems, and I can...
- Thu Jan 03, 2019 11:45 am
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Right now my goal is to be to be able to communicate through a serial usb connection with the arduino. Since running the uPWM_Arduino Hack uses the serial signal for the IR signal, I was wondering if using the softwareserial library with this https://www.amazon.com/Qunqi-FT232RL-Se ... B014Y1IMNM wo...
- Tue Jan 01, 2019 6:28 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
I was wondering whether this: https://www.amazon.com/Qunqi-FT232RL-Serial-Adapter-Arduino/dp/B014Y1IMNM would make it possible to establish an other serial port for serial communication with the arduino. I'm mostly interested in whether it will interfere with the uPWM_Arduino Hack https://www.analys...
- Sun Dec 30, 2018 4:38 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Having found the correct B&O code for the dimmer, I'm left with another problem. The uPWM_Arduino Hack described here, https://www.analysir.com/blog/2015/10/12/backdoor-upwm-hack-on-arduino-for-infrared-signals-using-uart/ renders the hardware USB/Serial port non-functional, which is a major bum...
- Sun Dec 30, 2018 4:26 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Holy S__t :shock: :shock: I got it working! Pardon my language. I probably didn't expect to figure it out ;) Anyway the B&O protocol is specified as: 4 Start bits, 16 Data bits, 1 Trailer bit and 1 Stop bit. When sending a code, we only parse 8 bits to void sendHexBnO. Void sendHexBnO stores the...
- Fri Dec 21, 2018 5:47 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Ahh. Got it.
I'll test it and repport back
I'll test it and repport back

- Fri Dec 21, 2018 4:00 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Sorry, you just lost me there. What is sendRaw?? and IRremote??
- Fri Dec 21, 2018 3:13 pm
- Forum: IR Protocols & Codes
- Topic: Converting Bang & Olufsen Raw code to Hex
- Replies: 26
- Views: 71396
Re: Converting Bang & Olufsen Raw code to Hex
Sorry, no relief. I have changed all the timings, but no success. I guess, that leaves me with just the codes that must be the wrong ones. Supposing that I work in HEX. Is it correct, that the only codes, I can send is from 00 to FF? If that is the case. Couldn't I expand void executor2 and make a d...