-
Looking to analyse the raw data from TPMS. Looks like it currently captures and decodes the data and displays on LCD and dumps into TPMS.txt. Would like to look at raw data before it is decoded to l…
-
Hi.
First of all, thanks for this project, it is very interesting and fun to work with.
I'm experiencing a problem with transmission.
I'm using a NodeMCU ESP32-WROOM-32 (38 pin version, see image…
-
Hi I need to build universal RF control how can I define multi instance or use any other way for supporting both signals
-
I watched your talk on decoding the data that is received and I've looked through the code regarding some preset decoding profiles. Do you ID the protocol type based on the decoded preamble after you'…
-
I'm currently working on a project that requires multiple receivers (at 433MHz and 315MHz). I've read through past issues regarding this (#25 and #63), and I have a proposal for (sort of) resolving th…
-
### Latest firmware used?
Be sure you tried the [latest release](https://github.com/Portisch/RF-Bridge-EFM8BB1/releases) or the [newest binary](https://github.com/Portisch/RF-Bridge-EFM8BB1/blob/mast…
-
Hello,
I've discovered it's pretty hard to tell where PixMob products have been used in the past/tours where they are currently being used/upcoming events they might be at.
I wonder if we could …
-
Hello,
i did found the rc-switch repository to use my rc remote which is quite nice but my first project wont work maybe im doing something wrong or i got bad hardware. I use a 315mhz transmitter/com…
-
Hi guys. Hopefully someone could help me with a little issue I am experiencing. I have been scratching my head for hours and just not getting anywhere:(
I have built a NodeMCU to transmit 315Mhz on…
-
Hello all
```
mySwitch.enableTransmit(13); //nodeMCU GPIO13 --->D7
// set protocol (default is 1, will work for most outlets)
/* mySwitch.setProtocol(1) */
mySwitch.setProtocol(1,304);
…