xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
2.99k stars 637 forks source link

RF bridge with custom firmware support #543

Closed koenvb closed 6 years ago

koenvb commented 6 years ago

I saw that the new release is supporting new firmware for the Encorder chip on the RF bridge:

Sonoff RF Bridge support

Does that mean that whatever code you fill in the GUI, that code will be sent to the chip as is and the chip will send it out? So more protocols are supported?

Is there somewhere you could point me to some documentation help how to flash the firmware of this chip?

Thanks for this project!

xoseperez commented 6 years ago

Hi In theory, @rhx or @Portisch might help you with that and on how to flash the firmware on the EFM8, I have not done it myself yet...

rhx commented 6 years ago

Yes, have a look at the README.md on https://github.com/rhx/RF-Bridge-EFM8BB1 You need to program the custom firmware, which requires opening the case and connecting a programmer (e.g. Arduino) to the relevant headers (similar to what you used to have to do for the ESP8266 before OTA was possible with the default firmware).

Also, while we have been playing with natively learning codes, this isn't working at this stage, but you can use an Arduino with an RF receiver, see https://github.com/pimatic/RFControl

dellk commented 6 years ago

Hi, Is it possible to flash back the original firmware?

Found supposedly a original dump on https://www.letscontrolit.com/forum/viewtopic.php?t=3507 but was unable to flash after converting to hex.

xoseperez commented 6 years ago

You should ask this question in @Portisch repo: https://github.com/Portisch/RF-Bridge-EFM8BB1

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.