Git Product home page Git Product logo

Comments (3)

palto42 avatar palto42 commented on August 26, 2024

On my Raspberry Pi 1-B it works for the default pulse length (Comag switches), but not for short pulselength of 188 microseconds (ZAP/REV switches). The C-program codesend works for default and short pulselength.
I've now tested the same code on my Model 2-B and it works fine with the 188 ยตs pulselegth as well. I think the Python code on the model 1 is too slow for short pulse length.

@Chrisly3ear what code and pulselength have you tried?
I also can't use the rpi-rf_receive for the sockets with the short pulselength on model 1-B. It provides random results for the ZAP/REV switches. I haven't tried on the model 2-B yet, but the RFSniffer from the 433Utils works on model 1-B.

from rpi-rf.

AsharLohmar avatar AsharLohmar commented on August 26, 2024

Just a FYI ...
rpi-rf_receive states that it's working with the pin GPIO (whatever you've passed as args)

logging.info("Listening for codes on GPIO " + str(args.gpio))

but actually in the code of RFDevice it sets the GPIO in mode BCM

GPIO.setmode(GPIO.BCM)
_LOGGER.debug("Using GPIO " + str(gpio))

from rpi-rf.

palto42 avatar palto42 commented on August 26, 2024

Moved my comment to new issue #27

from rpi-rf.

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.