Portisch / RF-Bridge-EFM8BB1

Alternative Firmware for the Sonoff RF Bridge EFM8BB1 chip
290 stars 122 forks source link

Proposal for moving decoder up into tasmota firmware. #174

Open kenthinson opened 4 years ago

kenthinson commented 4 years ago

The EFM8BB1 being limited to 8KB means we are limited to a handful of protocols. the latest release being 7.76KB seems the limit it at hand.

What do you devs think about moving the protocol decoding up to the esp? just send the raw data over and process there?

haegar33 commented 4 years ago

The software has not been updated for over a year and probably reached an end point. It would be to some other programmer to implement this good idea but I have no clue whether this is feasible.

halfbakery commented 3 years ago

I'm working on feeding raw sniffing data into the rtl_433 decoder, see this PR.

thermseekr commented 3 years ago

This would be awesome 👏🏻👏🏻👏🏻👏🏻👏🏻

Enviado do meu iPhone

Em 3 de out. de 2020, à(s) 06:35, halfbakery notifications@github.com escreveu:

 I'm working on feeding raw sniffing data into the rtl_433 decoder, see this PR.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

halfbakery commented 3 years ago

Here's my branch with my new bucket sniffer (firmware included under the Keil directory): https://github.com/halfbakery/RF-Bridge-EFM8BB1/tree/rebaked_sniffer