A.IR Shield ESP8266 & SendIR questions

xpoint
Posts: 7
Joined: Tue Jan 23, 2018 9:02 am

Re: A.IR Shield ESP8266 & SendIR questions

Post by xpoint »

Good morning,
Used in 3.3V mode and removed JP2 the red let flashes sending sequence.
The converted string is:
{418,1254,418,1254,418,1254,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,418,418,1254,418,418,418,418,418,1254,418,418,418,418,418,1254,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418,418,418,1254,418,1254,418,418,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418,418,418,1254,418,1254,418,418,418,1254,418,418,418,418,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418,9532,418,1254,418,1254,418,1254,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,418,418,1254,418,418,418,418,418,1254,418,418,418,418,418,1254,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418,418,418,1254,418,1254,418,418,418,1254,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418,418,418,1254,418,1254,418,418,418,1254,418,418,418,418,418,418,418,418,418,1254,418,1254,418,1254,418,1254,418}
any other advice?
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: A.IR Shield ESP8266/ESP32 & SendIR questions

Post by AnalysIR »

Used in 3.3V mode and removed JP2 the red let flashes sending sequence.
I meant to try this in 5V mode, as you said it was already working in 3V3 mode tih the jumpers inserted.

The converted string look OK.

Some comments:
- This signal seems to be very unusual, because it does not appear to have a header. A header is used to turn on/activate the IR receiver before the data signal arrives.
I mentioned this earlier..... (as a test you could try to put 9000,4500 before the existing signal...like {9000,4500,418,1254,418,1254...)


..What did you use to record the signal? I believe you may have an A.IR Shield ESP32 TRx. If so, record several different signals for this device and email me the output from AnalysIR via Menu->File->Save Session
xpoint
Posts: 7
Joined: Tue Jan 23, 2018 9:02 am

Re: A.IR Shield ESP8266 & SendIR questions

Post by xpoint »

..What did you use to record the signal? I believe you may have an A.IR Shield ESP32 TRx. If so, record several different signals for this device and email me the output from AnalysIR via Menu->File->Save Session
.What did you use to record the signal? I believe you may have an A.IR Shield ESP32 TRx
Use A.IR Shield ESP8266 and AnalysIR software.
If so, record several different signals for this device and email me the output from AnalysIR via Menu->File->Save Session
In attachments
I mentioned this earlier..... (as a test you could try to put 9000,4500 before the existing signal...like {9000,4500,418,1254,418,1254...)
I'll try as soon as possible
You do not have the required permissions to view the files attached to this post.
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: A.IR Shield ESP8266 & SendIR questions

Post by AnalysIR »

OK I looked at those signals and they all have NO Header(leader), which is very unusual & could lead to issues.

Please try sending some of them with the Shield directly from AnalysIR (using the firmware we provided)

Also, please email me the sketch you are using to record the signals. (Just in case you are using the worng one)
xpoint
Posts: 7
Joined: Tue Jan 23, 2018 9:02 am

Re: A.IR Shield ESP8266 & SendIR questions

Post by xpoint »

Sorry for the wait, I tried entering the initial codes 9000.4500 and now it works.
Thanks for your help
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: A.IR Shield ESP8266 & SendIR questions

Post by AnalysIR »

wow!

....that was really a long shot.

The reason it works is that IR receivers usually need a header/leader to get the AGC activated, before the data arrives.

Without that, it is likely the first data bit will be ignored.

Thnaks for the update & glad it is working for you now.
Post Reply