Non-contact voltage detection sensor for panel

I hate to ask but can you share your wiring?

I bought one (https://www.amazon.com/dp/B07G7RZLTW?ref=ppx_yo2ov_dt_b_fed_asin_title) and tried to figure out the wiring and used:

Left to Right
M0 => GND
M1 => GND
RXD (MOSI_PIN) => TX2 (GPIO23) D23
TXD (MISO_PIN) => RX2 (GPIO19) D19
AUX => N/C (optional for status) 
VCC => ESP32 3.3v
GND => ESP32 GND

The good news is it compiles, the bad news is it fails with no clear indication why. I wasn’t expecting it to get a signal without some hunting, but I was hoping it would run.

Any hints?

There’s a lot to read in here, I don’t think this was suggested.

Going back to a non-contact sensor idea that connects to dry contacts… Functional Devices makes a variety of them. I use one around the hot to the outlet my sump pump plugs in to measure operation and count cycles. I use a yolink contact sensor to read it and trigger the related automation, but obviously anything that reads dry contacts will work

Not sure if you’re in the US, but Granger will walk through your requirements and suggest a match from FD, I did that as well.

I’m tied up today but can try to get wiring details later. I will say I stayed away from that module you linked - it didn’t look like it had all the rights pins exposed and the UART in the title made me think it can only do serial connections (not SPI). I bought this one which had all the pins I thought I needed exposed: Amazon.com: Lubeby Smart RF Transceiver 915MHz SX1276 LoRa Module Built-in Temperature Sensor LoRa1276 Networking Transmitters (2 PCS) : Electronics

I’m not saying the board you bought won’t work - I just wasn’t sure so avoided it. If you look at the board I linked and my config you can see what pins I wired to which ESP pins.

Thanks for any help, whenever.

That may be the issue. I’ll just order another, except that doesn’t have an included antenna, what did you use?

I was also considering ordering one of those ESP32 + SX127x combo devices, wondered if that may be easier to get working?

I used a piece of solid core wire 78mm long as my antenna for now. I almost ordered one of the combo devices but didn’t want to buy one and then learn it didn’t have a pin I needed exposed between the sx1276 and ESP. I had already tried making this with a CC1101 but the one I bought, while the listing said it would work for 915Mhz, has hardware filters that lock it to 433Mhz - so I didn’t want to buy another module that wouldn’t work.

1 Like