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

SX1278 with UART instead of SPI #123

Open
kobold81 opened this issue Dec 15, 2023 · 3 comments
Open

SX1278 with UART instead of SPI #123

kobold81 opened this issue Dec 15, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@kobold81
Copy link

Current Situation

Hello,

I bought by accident an UART board with the SX1278 (see link below).
Do you plan to add a UART mode to your code?

https://de.aliexpress.com/item/32791728376.html?aff_fcid=e01092b5ea044ecc96d6b47f2c0f5621-1702667469461-01142-eOHotRkU&aff_fsk=eOHotRkU&aff_platform=product&sk=eOHotRkU&aff_trace_key=e01092b5ea044ecc96d6b47f2c0f5621-1702667469461-01142-eOHotRkU&terminal_id=52986ac158f3448986309ed6a3ee46ba&gatewayAdapt=glo2deu

Proposed Change

Adding UART if possible

Additional Context

No response

@kobold81 kobold81 added the enhancement New feature or request label Dec 15, 2023
@NorthernMan54
Copy link
Owner

I looked at that unit, and does it have an ESP32 ?

@kobold81
Copy link
Author

No, that module is only the sx1278. Finding that unit with 868mhz and spi was impossible. the esp32 would be connected using uart.
Sx1278 seems to be plenty around on ali in 433mhz but not 868mhz (for bresser weather device)

@NorthernMan54
Copy link
Owner

Without the esp32 being directly connected then, this will not work.

if you want to play around a bit, the core of the signal receiver logic watches a gdo pin on the sx1278 to receive the signal. If you can figure that out it might work.

take a look at the cc1101 wiring for inspiration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants