Skip to content

ESP8266 based. Recieves packets on UDP to activate a relay. Also hosts a webserver to do the same.

Notifications You must be signed in to change notification settings

Robotto/UDPrx_relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

UDPrx_relay

NodeMCU module (ESP8266) based. Recieves packets on UDP to activate a relay. Also hosts a webserver to do the same.

Connects to wifi (with wifimanager) and advertises itself via mDNS. Waits for UDP packets with specific contents and activates relay (GPIO).

Also runs a webserver on http://ESPrelay.local (mDNS) . Call the unlock function with http://ESPrelay.local/unlock

This specific version is used to unlock a door, hence the unlock() function.

Sort of a counterpart to this: https://github.com/Robotto/ESPnfc

HW setup:

RELAY NodeMCU (ESP)
ON D3 (GPIO0)

About

ESP8266 based. Recieves packets on UDP to activate a relay. Also hosts a webserver to do the same.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages