• Ahh - well, there have been some threads on getting 433Mhz receive with different protocols working.

    Basically right now you've got to write code quite carefully so that Espruino can decode signals on 433Mhz. Decoding the actual signal isn't a problem, but there's no much noise that it generally swamps Espruino.

    That means that trying to decode many different protocols using Espruino is going to be very hard right now. I've actually made some code that you can run on a webpage on your PC that will decode 433Mhz signals, and you could then add decoders to that for your other devices.

    For now it seems like the best compromise. With a very small amount of work it could also run under node.js or even on a raspberry pi.

About