Steven Price

Results 5 comments of Steven Price

This seems to be caused by a conflict between the `buffer_init` function of libtwolame and the one provided by luasocket. Putting a breakpoint on `buffer_init` I see the following backtrace:...

I'm not familiar with how LuaSec integrates with luasocket. Debian have a patch they apply which modifies various functions (including `buffer_init`) to have different linkage. This would allow e.g. LuaSec...

Sorry, searching for TSOP38238 is probably best. The code should work with any of the sensors in that family, but the TSOP38238 is the common one. I've also noticed that...

> I.e some like this ought to work: https://www.aliexpress.com/item/32975610831.html? The IR receiver will probably work, but note that the remote uses the NEC protocol which I haven't written a decoder...

> Turns out I've been working on [something similar](https://github.com/tomsci/nodemcu-firmware/blob/tomsci_ir_rebase/components/modules/irpwm.c), although for the esp32 so the code is conceptually similar but all the platform APIs are different. Do you think it's...