-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RF Bridge: Add support for flashing the RF EFM8BB1 chip #2886
Conversation
…argument. Also add some more information on errors
…C2D must be connected to GPIO4 and GPIO5 respectively on the PCB for this to work
…rst upgrading using UART and then try to perform a remote upgrade without powercycling the hardware first
Great job! |
Hello @ErikAndren i get this compile error: |
Ah, seems like this is dependent on what version of the esp8266 library. I've pushed a workaround for now. Is there a define that one could use to see what version of the esp8266 library that is used? |
Solved. Really heavy stuff with Hardware R2 V1.0.... Now Intertechno Remote is correct decoded with Portisch firmware: |
Hmm, I have a 1.0 board and I did not need to swap cables and am powering the board via USB. |
Yes, that is the difference from 1.0 to 2.0 and THX again for your great work!! |
@ErikAndren you can easily check for core version using:
|
Working on it. Was able to flash. No need to integrate some features.... |
6.0.0a * Add support for uploading Sonoff Bridge firmware found in tools/fw_efm8bb1 folder build by Portisch using Web Gui File Upload (#2886) * Add command RfRaw to control Portisch firmware features
Released just now |
6.0.0a * Add support for uploading Sonoff Bridge firmware found in tools/fw_efm8bb1 folder build by Portisch using Web Gui File Upload (arendst#2886) * Add command RfRaw to control Portisch firmware features
Hi,
This isn't a pull request per se but more of a call for review / interest.
This branch allows you to flash the RF EFM8BB1 chip on the Sonoff RF Bridge, given that you connect the C2CK pin to the GPIO4 and C2K pin to GPIO5 on the board.
Update:
If you are running a 2.0 board (check PCB) then swap c2ck and c2k. Do not power the board via usb.
Firmware updates are performed the ordinary way and the software autodetects if the image is for the EFM8BB1.
Is this something that would be of use to the general Tasmota project?
Thanks,
Erik