Git Product home page Git Product logo

Comments (5)

Portisch avatar Portisch commented on August 17, 2024

No, only the red one. The LED will be switched by RF signals.

from rf-bridge-efm8bb1.

conubo avatar conubo commented on August 17, 2024

in this firmware hex file is a demo to flash the blue LED.
maybe that helps?

https://github.com/christophe94700/efm8-arduino-programmer/blob/master/Firmware/Blinky_Led.hex

from rf-bridge-efm8bb1.

Portisch avatar Portisch commented on August 17, 2024

Only a hardware hack will help:.
https://www.itead.cc/wiki/images/3/3e/Sonoff_RF_Bridge_433_Schematic.SCH.pdf
The green one is power, the blue one controled by the ESP and the red one by the EFM8BB1.

from rf-bridge-efm8bb1.

conubo avatar conubo commented on August 17, 2024

sorry, my mistake. Many thank you for the information.
With this information I can control the blue LED from the esp via GPIO13.
Like:
pinMode (13, OUTPUT_OPEN_DRAIN);
digitalWrite (13, LOW);
delay (1000);
digitalWrite (13, HIGH);
delay (1000);

thank you

from rf-bridge-efm8bb1.

Rjevski avatar Rjevski commented on August 17, 2024

Am I correct in saying that the red LED is indeed controlled by this firmware? And if so, would you be open to a PR implementing this in the form of a command from the host? I might give it a try.

I've got my RF Bridge in a visible location (needs to be there for signal reception purposes) and with a hardware hack I've managed to control the green Sonoff logo LED (connecting it to GPIO12 via a 1k resistor), the blue LED is already controllable and defaults to off (unless there's a warning in ESPHome) so now only the RF LED remains.

from rf-bridge-efm8bb1.

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.