Northern Man
Northern Man
Humm...any thoughts on how to troubleshoot this further, is it possibly a wiring issue, signal modulation issue, background noise or ??? 1 - Is the wiring to the device working...
If you look at the header file you can see the additional compiler directives and their defaults. https://github.com/NorthernMan54/rtl_433_ESP/blob/b4a1cc02753e949a9a3ff8ce43f3392b2e7836a0/src/rtl_433_ESP.h#L26 I would recommend enabling one of your LEDs and then seeing what...
Sorry skip the getstatus function as it currently calls a message received callback, which isn’t implemented in the sample.
@mozgy Can you share the message, I'm thinking it may be related to resource constraints on your device. RTL_DEBUG mode is resource intensive.
One of my findings with the board is receiver sensitivity, I find that the range that it receives signals is about 50% of a usb-sdr or the accurate receiver.
I setup a define in the codebase called mydevices that implements just my personal devices, if you look for that in the codebase, you can see how to reduce it.
A couple of comments 1 - My next release will be based on the FSK branch, so any changes will need to be applied their first 2 - The library...
If you look at the decoder file, it is fsk and not ook/ask. At the present time only ook/ask is fully supported, and I don’t have fsk working. And the...
Research notes for the build 1 - Searching thru GitHub found a few libraries and packages supporting the chipset but on first pass did not find one that used ask/ook/fsk...
Good question Looking at this diagram - https://resource.heltec.cn/download/WiFi_LoRa_32/V2 it appears that the RX127X DIO pins are wired like this DIO0 - GPIO26 DIO1 - GPIO35 - This is input only...