NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
475 stars 106 forks source link

What would it take to have the code run on an unexpected maker esp32 feather s3? #133

Open DotCom2001 opened 3 months ago

DotCom2001 commented 3 months ago

Current Situation

I am a beginner in embedded technology. I am trying to use this code on another type of esp32 board (Unexpected Maker Esp32-S3 Feather Board) to capture TPMS signals using a CC1101. I tried to thinker with the code to have the board be supported. However, I seem to create more issues than I solve.

I am not searching to use MQTTGateway.

I essentially am in search of guidance to start this process from scratch.

Logs

Nothing to report

Configuration

Nothing to report

Environment

Process Supervisor

not applicable

Additional Context

No response

NorthernMan54 commented 3 months ago

You just need to wire the cc1101 correctly then give it a go. https://github.com/NorthernMan54/rtl_433_ESP/blob/main/example/OOK_Receiver/README.md#cc1101-transceiver-module

I'm not familiar with that board so I can't be 100% sure, but it will likely work

avicarmeli commented 1 week ago

You can try [that] (https://github.com/avicarmeli/TPMS-SDR/tree/main) should work with your board.