nopnop2002 / esp-idf-rc-switch

315/433MHz ASK RF driver for esp-idf
MIT License
21 stars 0 forks source link

Receive and again transmit #3

Open Seyyed1404 opened 9 months ago

Seyyed1404 commented 9 months ago

this code could receive RF 433 or 314 and repeat again with transmitter, on time without change setting code?

nopnop2002 commented 9 months ago

Transmit and receive use separate GPIOs.

I think it will work properly if you separate the receive and send tasks and execute the receive and send tasks appropriately.

Requires knowledge of inter-task interfaces such as Queue and MessageBuffer.