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

Add support for ESP32-C3 "contracted" with cc1101 #127

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

hvegh
Copy link
Contributor

@hvegh hvegh commented Jan 10, 2024

This adds support for the Luatos ESP32C3-CORE Development Board, and clones, wired with a CC1101 rf module.

The esp32c3 is using the native USB interface for serial console and firmware updates, so should run on "contracted" boards without an extra usb2serial chip.

The GDO0 and GDO2 pins are configured at IO11 and IO06 of the mcu.

Example execution command:
pio run -e esp32c3_cdc_cc1101 -t upload -t monitor

luatos_esp32c3

This adds support for the Luatos ESP32C3-CORE Development Board, and
clones, wired with a CC1101 rf module.

The esp32c3 is using the native USB interface for serial console and
firmware updates, so should run on "contracted" boards without an extra
usb2serial chip.

The GDO0 and GDO2 pins are configured at IO11 and IO06 of the mcu.

Example execution command:
    pio run -e esp32c3_cdc_cc1101 -t upload -t monitor

Signed-off-by: Henk Vergonet <[email protected]>
@NorthernMan54
Copy link
Owner

Should this board also be mentioned in the README ? https://github.com/NorthernMan54/rtl_433_ESP#transceiver-modules-supported

@hvegh
Copy link
Contributor Author

hvegh commented Jan 14, 2024

Yes it should be perfectly usable as an rtl433 platform.
However I tried to decode a smoke detector with ev1527 ASK based Rf protocol and was not successful in receiving and decoding.

SDR based rtl_433 was able to decode temperature sensor(gt_wt_02) in neighborhood and the above smoke detector (smoke_gs558)...

@NorthernMan54
Copy link
Owner

I find that range is an issue with these decoders....and varies for people a lot. I find that if you put the antenna vertical, range is better

@NorthernMan54 NorthernMan54 merged commit f65f8a8 into NorthernMan54:main Jan 16, 2024
2 checks passed
@habub
Copy link

habub commented Mar 18, 2024

@hvegh @NorthernMan54 just a clarification:
The ESP32-C3 is a single core device, no? Isn't the rtl_433_esp library based on dual-core architecture? (core0 for receiver task, core1 for deocder task)
How is it compatible? What am I missing?

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.

3 participants