YS-RF34T 433MHz ASK/OOK UART transceiver

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

YS-RF34T 433MHz ASK/OOK UART transceiver

Post by mcauser » Thu Dec 26, 2019 10:26 am

Examples using YS-RF34T 433MHz ASK/OOK UART transceivers.

Image

https://github.com/mcauser/micropython-ys-rf34t

This module is one of the YS family of ASK/OOK transceiver modules. It consists of an unlabelled MCU that provides a UART interface to two daughter ASK/OOK modules. A 433MHz receiver (YS-RF470) and a 433MHz transmitter (H34C).

This module can be used to emulate or program a ASK/OOK based fixed code remotes, eg. 2262, 2260, 1527 protocols. Does not support rolling codes.

Includes instructions for capturing with a RTL-SDR software defined radio, interpreting with Universal Radio Hacker (URH) and replaying.
https://github.com/mcauser/micropython- ... SDR-URH.md

Post Reply