Search found 23 matches

by GusPS
02 May 2018, 00:32
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Hi.
Try this value for the first example and see if it works: 2LL85AJ5J
I got this using 750 as pulse and space.
by GusPS
29 Aug 2017, 16:25
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

I don't know how to go from pulse & blanks to de mini-hex that espeasy-nec2 protocol needs. But, if you can convert that pronto hex to the sequence of timings that RAW protocol expect, then you can create the Base32 string and use with that protocol (RAW). There is, in this same forum-topic, a p...
by GusPS
28 Aug 2017, 13:44
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Hi olleman, What are those numbers? Are them Pulse & Blank timings? Seems weir that the firsts "pulses" are 0000. Can you confirm it? If you have other way to get the pulses & blanks, you could try it. Also, did you try to use the NEC protocol? I remmembet that this plugin has this...
by GusPS
13 Jun 2017, 03:06
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

angelosub wrote: 10 Jun 2017, 21:21 I have not idea then I ask you: In the _P35_IRTX.ino it's possible integrate the DAIKIN function of the IRDaikinESP.h?
Well... it is possible for sure. But it would take some time, obviously. Maybe it should be a differente plugin.
by GusPS
30 May 2017, 20:07
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

ged wrote: 30 May 2017, 19:59 Yup okay, 400 works for both... So I guess the at the receiving end the signal is being processed as roughly a multiple of the pulse length (~ the min value)... that makes sense.

Thanks for your help.
So... did it work? Your device is working using the ESPEasy? I hope so!... :D
by GusPS
30 May 2017, 19:01
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Sorry.... 400 and 400 for both. I've replied too fast.
by GusPS
30 May 2017, 19:00
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Try using 1250 for pulse and 400 for space.
It seems there's only 3 values there. The other one ~7500.
That should reduce the b32 length.
by GusPS
29 May 2017, 01:30
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

I have don't understand extrapolate a RAW data from IR transmitter. I have try to receive a IR code with a P016 plugin "Infrared Receiv - TSOP4838". In house I have TSOP4136 ad I have used this, the difference is the IR frequencies. TSOP4838 38kHz TSOP4136 36kHz. I hope isn't a problem. W...
by GusPS
29 May 2017, 01:19
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Try this URL: http://x.x.x.x/control?cmd=IRSEND,RAW,7VJVPO1VSVUE0E0E0E0E0E0FV,38,170,150 7VJVPO1VSVUE0E0E0E0E0E0FV es de Base32 if this sequence: 111111111001111111110011100000001111111110011111111100111000000011100000001110000000111000000011100000001110000000111111111 having 170 and 150 as pulse a...
by GusPS
19 May 2017, 22:35
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Try this URL: http://x.x.x.x/control?cmd=IRSEND,RAW,7VJVPO1VSVUE0E0E0E0E0E0FV,38,170,150 7VJVPO1VSVUE0E0E0E0E0E0FV es de Base32 if this sequence: 111111111001111111110011100000001111111110011111111100111000000011100000001110000000111000000011100000001110000000111111111 having 170 and 150 as pulse an...
by GusPS
09 May 2017, 00:09
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

That java stuff seems weird.
I remember not having any problems compiling using Atom following the guide that's on the site: https://www.letscontrolit.com/wiki/inde ... Platformio

I'll double check everything in your case.
Regards!
by GusPS
20 Mar 2017, 00:49
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Didn't notice there where one "cbits=0"!!!!... That's important. Luckly you saw it. Very good spreadsheet! Thanks! A few Qs: 1. How are you getting the byte array? Is weird to me that the timings are so precise!. IRRemote library can be so precise like that? I use IR Toy, and the Sampling ...
by GusPS
19 Mar 2017, 16:15
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Hi lacco, Try with "VS58KA58L25AMKA5AH2KAHAH2K8L" URL: http://192.168.1.180/control?cmd=IRSEND,RAW,VS58KA58L25AMKA5AH2KAHAH2K8L,38,400,400 I've calculated these values: Pulse: 3300 ms - cbits: 8 Space: 1650 ms - cbits: 4 Pulse: 450 ms - cbits: 1 Space: 400 ms - cbits: 1 Pulse: 450 ms - cbi...
by GusPS
08 Mar 2017, 04:48
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

GusPS wrote: 08 Mar 2017, 00:17
  • Suggest the _P035_IRTX.ino diffs to be accepted on master branch. (I've to read about how to do it)
Done!. Forked on https://github.com/GusPS/ESPEasy and created a Pull Request. ;)
by GusPS
08 Mar 2017, 00:17
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Hi. I finish the RAW Code implementation. The URL to invoke this method is: http://192.168.1.101/control?cmd=IRSEND,RAW,3U0GGL8AGGK588A22K58ALALALAGL1A22LAK45ALALALALALALALALAL1AK5,38,512,256 IRSEND: Command Control Type of IR: RAW RAW Code as base2hex: 3U0GGL8AGGK588A22K58ALALALAGL1A22LAK45ALALALAL...
by GusPS
05 Mar 2017, 02:07
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

does this work too with the well known codes ? Yes. A well-known code can be sent as a RAW code too. The advantage about using a well-known code with ESPEasy is that the pulse/space will be a HEX string of about 6 or 8 digits. With a RAW, this must be greater unless a good reduction routine will be...
by GusPS
04 Mar 2017, 14:59
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32343

Re: IRTX plugin help

Try a capacitor of 220 µF connected directly to the Vs / GND pins of the TSOP sensor. Hi Shardan. I always use 100Ohm from 3.3v to TSOP-VCC, and a 4.7uF between (near) TSOP-VCC and GND. And in case you haven't seen it, in the other thread I mention that I was able to send RAW code. I hope to have a...
by GusPS
04 Mar 2017, 02:48
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Good news.

I've made a simple test sending a RAW signal and it works fine.

It's just a concept proof.

I'll be coding a final-general approach on the next days....
by GusPS
03 Mar 2017, 00:33
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32343

Re: IRTX plugin help

Hi all. Here is the diff I did to see what type of IR Rec protocol/bits the TSOP receives: diff --git a/_P016_IR.ino b/_P016_IR.ino index 81e1c40..d695f6d 100644 --- a/_P016_IR.ino +++ b/_P016_IR.ino @@ -73,8 +73,8 @@ boolean Plugin_016(byte function, struct EventStruct *event, String& string) i...
by GusPS
02 Mar 2017, 18:25
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32343

Re: IRTX plugin help

Yes, I've compiled it from branch using PlatformIO. I will send the resulting .bin but have in mind that it is based on the dev branch, so it is not stable. But will help you identify the Code unless it is RAW. I'm working to get RAW code implemented. So far a few hangs... Have written something abo...
by GusPS
02 Mar 2017, 14:06
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32343

Re: IRTX plugin help

Will output HEX.
I've modified the version to also inform about used protocol and bits. Will show you the diffs when I get home too. :P
by GusPS
02 Mar 2017, 03:47
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190440

Re: IR Transmitter ?

Hi. I'm working to get IRTX plugin to send RAW codes. My idea is to add a sequences of pulses-spaces encoded like this: /control?cmd=IRSEND,RAW,26,512,256,1f8108550a8428542142150a85555555550a85421555421555555555555555555555550aa85 26: kHz in HEX (0x26 = 38) 512: Duration of Pulse 256: Duration of Sp...
by GusPS
02 Mar 2017, 02:22
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32343

Re: IRTX plugin help

Hi. Do you have the chance to add an IR Receiver on the ESPEasy to check which code is receiving? ESPEasy has a IRRec plugin.