Git Product home page Git Product logo

Comments (8)

NorthernMan54 avatar NorthernMan54 commented on August 9, 2024 1

The Bresser 6 in 1 uses FSK modulation, which is not supported - https://github.com/merbanan/rtl_433/blob/3597af8221b73e485cdeda0cccfa03fc171e1fad/src/devices/bresser_6in1.c#L243

The 868Mhz ESP32 Lora boards as long as they are the sx127x chipset should be supported.

from rtl_433_esp.

ristomatti avatar ristomatti commented on August 9, 2024 1

Should a weather station work with SX127x 868M Lora boards that I've been using with a RTL_433 w/ SDR dongle? It's detected by "Fine Offset Electronics WH1080/WH3080 Weather Station" decoder? I'd test right away unless the weather station was not at our cottage.. πŸ˜„

from rtl_433_esp.

ristomatti avatar ristomatti commented on August 9, 2024

Answering myself: WH1080 seems to be using either OOK_PWM or FSK_PCM depending on the variant (https://github.com/merbanan/rtl_433/blob/master/src/devices/fineoffset_wh1080.c). I hope ours is not using FSK. 🀞

from rtl_433_esp.

CazYokoyama avatar CazYokoyama commented on August 9, 2024

The Bresser 6 in 1 uses FSK modulation, which is not supported - https://github.com/merbanan/rtl_433/blob/3597af8221b73e485cdeda0cccfa03fc171e1fad/src/devices/bresser_6in1.c#L243

The 868Mhz ESP32 Lora boards as long as they are the sx127x chipset should be supported.

Is there anything I can do to support FSK modulation? I have LaCrosse Technology LTV-WSDTH01 Breeze Pro. rtl_433/src/devices/lacrosse_breezepro.c tells "FSK_PCM on a center frequency of 914.938 MHz". I am glad if you point me where I should look at.

from rtl_433_esp.

NorthernMan54 avatar NorthernMan54 commented on August 9, 2024

FSK Modulated signals are a challenge, as their are multiple FSK modulations, with unique receiver settings for each. Hence the lack of progress with FSK modulation. So creating a general receiver for OOK and FSK modulated signals is not feasible. Also on a personal nature I do not have access to a device that uses FSK modulation, so that is also preventing progress.

from rtl_433_esp.

CazYokoyama avatar CazYokoyama commented on August 9, 2024

Yes, I found your fsk branch. Let me look at my box where some La Crosse transmitter.

I am modifing example/OOK_Receiver/OOK_Receiver.ino for FSK/915MHz. Is this another good approach? Or working at your fsk branch is better idea?

from rtl_433_esp.

NorthernMan54 avatar NorthernMan54 commented on August 9, 2024

That fsk branch and example are failed attempts to get it working from a few years ago, and I don’t recall the exact status except non functional

from rtl_433_esp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.