Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By tcpipchip
#58836 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)
User avatar
By tcpipchip
#58938 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
User avatar
By tcpipchip
#59019 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)