Write to buttons/ doorbells through local network

Thread Starter

seanlin96

Joined Feb 3, 2019
16
Hi,

My goal is the have an ethernet line connecting a PCB to a router, then I can write to the PCB and program components such as doorbell buzzers and buttons through a local network. I need to find suitable components. I've done research and right now am thinking of using an ENC28J60 module connected to an Arduino.
upload_2019-2-11_13-53-9.png
I don't really know how to approach this. This is my very first ethernet electronic task. Any help will be great!
 

Attachments

Last edited:

danadak

Joined Mar 10, 2018
4,057
ESP8266 is a natural for this, wireless. Tons of videos/projects on Youtube, Web.

MQTT as message protocol.

Interface to PC via Thingspeak, Ubidots, Blynk,,,,,,


Regards, Dana.
 

Thread Starter

seanlin96

Joined Feb 3, 2019
16
ESP8266 is a natural for this, wireless. Tons of videos/projects on Youtube, Web.

MQTT as message protocol.

Interface to PC via Thingspeak, Ubidots, Blynk,,,,,,


Regards, Dana.
Thank you for the information, however, my task requires the PCB to use a RJ45 ethernet jack. Do you have any other recommendations?
 
Top