-->
Page 11 of 14

Re: IR demo code with ESPBasic alpha 21

PostPosted: Tue Nov 29, 2016 9:00 am
by tcpipchip
yea Bugs

I was thinking exactly abou this.

If we have raw mode transmit for BASIC, we could clone the sequency got from ANALYSIR PC SOFTWARE into the BASIC and have control on many AC :)

Misscool, think about! It´s IOT :)

Miguel (TCPIPCHIP)

Re: IR demo code with ESPBasic alpha 21

PostPosted: Wed Nov 30, 2016 1:06 pm
by tcpipchip
I ordered the ANALYSIR PC software

Re: IR demo code with ESPBasic alpha 21

PostPosted: Thu Dec 01, 2016 7:01 am
by tcpipchip
Works fine the ANALYSIR

I will try to port the IR RAW CODE to BASIC, to use in AC that does not have open protocols.

The idea is get the RAW code and store into a FILE the pulse train sequence!

TCPIPCHIP

Re: IR demo code with ESPBasic alpha 21

PostPosted: Fri Dec 02, 2016 2:11 pm
by tcpipchip
Decoding of undocument infrared protocols and reproduction of train pulses is woking very nice on ARDUINO.

I guess to create a 2 function basic.

ir.recv.raw("ACfile.cfg", gpio, hz)

It will do a train pulse capture and store in the ACfile.cfg

ir.send.raw("ACfile.cfg", gpio, hz)

It will a reproduce the train pulse capture save on ACfile.cfg

Then will works for all infrared of world :)

What do you think about ?

Miguel (TCPIPCHIP)