Search found 8 matches

by marcolino7
Tue Nov 15, 2016 2:46 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi,
I'll follow your suggestion and I perform a new capture from my Daikin Clone remote, and I'll send Session in new topic.

Thanks

Marco
by marcolino7
Tue Nov 15, 2016 2:18 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi, thanks for all your help. Let me have config file and then I'll try to clean/correct, I have no idea on how perform, but I'll check documentation. I have a quick off topic quetion. If I open File->View Properties, I can find between protocol Daikin, but in Protocols Menù there is not Daikin Avai...
by marcolino7
Mon Nov 14, 2016 11:25 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi,
I connected as you described me, and here there is the new Saved Session.
Let me know if now the capture is fine, so tomorro I'll try to restrasmit back to my device captured code.

I got documentation, thanks for help.
by marcolino7
Mon Nov 14, 2016 10:59 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi, I am using an Arduino Uno, with mounted a shield with small breadboard, like this: http://www.robotistan.com/mini-breadboardlu-arduino-uno-r3-proto-shield-kiti-13550-49-B.jpg I am also using a learner MP58000 connected to Arduino's VCC and GND, and Signal PIN directly connected to PIN2, using sh...
by marcolino7
Mon Nov 14, 2016 8:25 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi, i did some test. I'm using IRremote porting for ESP at this link: https://github.com/markszabo/IRremoteESP8266 and I'm using this code: #include <IRremoteESP8266.h> IRsend irsend(4); void setup() { irsend.begin(); Serial.begin(115200); } void loop() { Serial.println("Sending VolUP"); i...
by marcolino7
Mon Nov 14, 2016 7:37 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi,
here is saved session for my remote.
Device is Bose SoundDock II

Marco
by marcolino7
Mon Nov 14, 2016 1:10 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Re: Bose Sounddock II

Hi, thanks for answer. I'll take 10 or more capture of same command, or you need different command? I'm using ESP, because I need WiFi Access to remote control and my Domotic framework (Souliss.net) it just run on ESP without using AtMega CPU. One question regarding export. I tried to Export for IRr...
by marcolino7
Sun Nov 13, 2016 11:51 pm
Forum: IR Protocols & Codes
Topic: Bose Sounddock II
Replies: 14
Views: 44801

Bose Sounddock II

Hi, I puchased AnalysIR one year ago to decode mu Mitshubisci Airco unit, then I found a working library so I never learn to use it. So I am a novice on IR decoding, so please if my question are stupid. Now I have to make an ESP8266 board, that send command to my Bose Sounddock, and I would like to ...