Resources to learn Wemos WiFi programming

Hello!
My name is Marko.

I have a problem.
I just bought my wemos d1 mini and I just can't find any good tutorials for that.

I'm interested in creating an esp8266 access point and host a server on the so I can control some LED's.

Could any of you nice people forward me in the right direction?

Thank you so much!
:slight_smile:

A Beginner's Guide to the ESP8266

Pieter

Have you installed the ESP board manager for the IDE?

If you did, you will also have installed a ton of programming examples.

PieterP:
A Beginner's Guide to the ESP8266

Pieter

That's an excellent resource - very clear and infoirmative.

Thanks to you all for such a fast reply!

Yes, I have installed everything I need!

I have been using blynk for past couple of hours.

I just wanted to create an HTML interface!

Thanks! :slight_smile:

In that case, you need an HTML tutorial, not an ESP8266 tutorial.
W3 schools has some great stuff.

Here are some examples I wrote myself:
ESP8266/Control Panel
They have fancy HTML/CSS buttons and sliders that can control I/O. The buttons are synced across all connected devices (if you move a slider on your phone, it'll update on your laptop as well).