web controlled Arduino (with LCD display)

Hello all,

My first post here(sorry if it's not in right category).
I want to build a web controlled thermostat out of an Arduino Pro mini, i have an DHT temperature/humidity sensor, with an LCD display and some buttons for control from the place i will mount it, also that thermostat i want to be controlled via an web interface.
My question is: can this be done with the Pro mini(as in does it have enough processing power and digital port)?
If this can be done, could you please point me in the right direction?

That should certainly be possible.

How do you plan to communicate with the Web?

Will your Pro mini be connected to a PC or do you want a wireless (WiFi) connection. If so an ESP8266 module might be appropriate.

Are you familiar with writing web applications?

...R

Hello,

Thank you for the answer;
I want to comunicate with the pro mini's via ethernet cable with an mini ethernet shield, because i also want to do a homemade poe system.
I managed to program the pro mini with the board from an arduino uno, but i don't think i've connected the pro mini to the mini ethernet shield. :frowning:

I have this mini ethernet shield, but i don't know how to make it work with arduino pro mini, can you guys please help me?

Thats a Enc28J60, there are many tutorials in google for this model.