lbernstone

Results 235 comments of lbernstone

Don't expect real compatibility with IRRemote- the similarity is quite superficial. If you look at the headers, you can see that more complicated configurations will look nothing like IRRemote. Those...

What is the tv remote? I don't have all the signal groups in there. If you can get IRremote to work with it on a 8266 or the like, you...

Well, is Neomatrix using the rmt peripheral? I would think the conflict is there. If both the IR and Neomatrix are trying to use the same device, it is going...

There is nothing esp32 specific in the code. Are you getting an error?

@madhephaestus Do you have an S2 dev board to test fixes?

The source library does not include getDirty(). EEPROM is provided for Arduino portability. If you are writing code only for esp32, use the [Preferences](https://github.com/espressif/arduino-esp32/blob/master/libraries/Preferences/examples/Prefs2Struct/Prefs2Struct.ino) library, or directly using the [NVS...

Unfortunately, this is not possible without [compiling your own libraries](https://github.com/espressif/arduino-esp32/tree/master/libraries/BluetoothSerial#legacy-pairing-idf-component), but you can set it up with Simple Secure Pairing (a random connect string).

I would assume you are getting an INVALID_ARG error from the driver init. Try different pins or a lower bit rate and see if you can get error 263 (TIMEOUT)...