Skip to content

A pure microPython Transmitter. You can create and add your own encoder

License

Notifications You must be signed in to change notification settings

Aschhoff/ESP32-433Mhz-Transmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-433Mhz-Transmitter

A pure microPython RF Transmitter.

This transmit tool based on a config file where you combine user friendly name and used protokols.
Copy both files and the encoder directory to your ESP32
In your application import the module:
from IR_TX433_esp.py import *

Call it with ESPtx(name) name is the user friendly name out of the tx433_config.py
eg. ESPtx(Switch_on)

Futher as an expert you can create and add your own encoder files in the directory tx433_encoder I have implemented a power socket Quigg7000, the ev1527 protokoll and a spezial encoder for a remote bell.
Feel free to implement your own.

PS: How to connect a RF Transmitter to ESP32 see Google

About

A pure microPython Transmitter. You can create and add your own encoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages