Skip to content
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

[RTL_433][BREAKING] Beta support for FSK modulation, webUI frequency and active receiver change #1812

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

1technophile
Copy link
Owner

@1technophile 1technophile commented Nov 16, 2023

Description:

This PR adds environments supporting FSK with RTL_433 and the capability to change the receiver frequency and switch between receivers (CC1101 only) through the WebUI

BREAKING: this PR changes the MQTT API for frequency and active receiver changes:
Before:
home/OpenMQTTGateway/commands/MQTTtoRTL_433 {"mhz":315.026}
home/OpenMQTTGateway/commands/MQTTto433 {"active":true}

Frequency macro: CC1101_FREQUENCY

Acknowledgement topic for Pilight was
{"message":{"id":9,"unit":0,"state":"down"},"protocol":"arctech_screen_old","value":"","repeats":2,"status":2}

After:
home/OpenMQTTGateway/commands/MQTTtoRF/config {"frequency":315.026}
home/OpenMQTTGateway/commands/MQTTtoRF/config {"active":2}

Frequency macro: RF_FREQUENCY

Acknowledgement topic for Pilight:
{"id":9,"unit":0,"state":"down"}

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

@1technophile 1technophile changed the title [RF] Beta support for FSK modulation [RTL_433] Beta support for FSK modulation Nov 20, 2023
@1technophile 1technophile force-pushed the fsk-modulation branch 3 times, most recently from f40d32b to f48eaf3 Compare November 29, 2023 21:37
@1technophile 1technophile changed the title [RTL_433] Beta support for FSK modulation [RTL_433] Beta support for FSK modulation, webUI frequency and active receiver change Nov 29, 2023
@1technophile 1technophile force-pushed the fsk-modulation branch 6 times, most recently from 4da2f27 to bb48162 Compare November 30, 2023 14:02
@1technophile 1technophile changed the title [RTL_433] Beta support for FSK modulation, webUI frequency and active receiver change [RTL_433][BREAKING] Beta support for FSK modulation, webUI frequency and active receiver change Nov 30, 2023
environments.ini Show resolved Hide resolved
main/ZgatewayRF.ino Outdated Show resolved Hide resolved
main/config_RF.h Show resolved Hide resolved
@1technophile 1technophile force-pushed the fsk-modulation branch 3 times, most recently from e6dd73b to 72eea0a Compare December 1, 2023 17:30
Enable RTL_433 frequency and active receiver change with WebUI
Add FSK environment for Heltec and Lilygo
@1technophile 1technophile merged commit 7db2e93 into development Dec 1, 2023
148 checks passed
@1technophile 1technophile deleted the fsk-modulation branch December 1, 2023 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants