WHY is the ESP? has better internet web interface or webserver than MKR or other

You know that the mkr1000 is a board that almost look like the same with other such as ESP but... one exception to say Why is the ESP has better webserver interface rather than a MKR1000 or other MKR models I would like to know a proper coding to do some local networking in home for office and other stuff oh well the ESP has a better web interface than the MKR1000 because the MKR1000 has only TEXT and I don't want to blame anyone but Please a code or a library that can make a full web interface I know how to use HTML don't get me wrong everyone but I need a CODE or A LIBRARY for it hope it's fair to the ESP and us too!

The feature I want to place in:

Images
HTML encoded buttons or OneDrive links
A almost nice fully website with all of the website feature that it has

AND IF YOU WANT ME TO BUY AN ESP THEN WHY THERE IS ESP THAT IS PROGRAMMABLE WITH ARDUINO IDE HOPE IT'S FAIR TO BOTH PRODUCTS FOR GOOD!

AND if you replied me with a code and anything THANKS! for Helping the community!

HTML is just text. If you can produce text, you can produce an HTML page.

@khoih-prog ported the esp WebServer to Ethernet and esp8266 AT commands, but not for WiFi101 or WiFiNINA (yet)

https://forum.arduino.cc/index.php?topic=665747.msg4485853#msg4485853
https://forum.arduino.cc/index.php?topic=665743.msg4485540#msg4485540

The ESP32 is much more powerful than a standard Arduino such as Uno, nano, etc. Dual core, Wifi and Bluetooth, encryption, file system, big memory, RTOS inside... So there are many developpers who have made very good and powerful libraries to get all the benefit of its architecture.

This one is very good and probably is want you want. If you know HTML, you'll be happy to code your own interface using this library to handle all the burden of the communication.

You'll find many tutorials on the web, such as this one or that one

lesept:
The ESP32 is much more powerful than a standard Arduino such as Uno, nano, etc.

Maybe but an MKR is also more powerful than those.

Yes but the ESP32 is quicker and cheaper

"AND IF YOU WANT ME TO BUY AN ESP THEN WHY THERE IS ESP THAT IS PROGRAMMABLE WITH ARDUINO IDE HOPE IT'S FAIR TO BOTH PRODUCTS FOR GOOD!"

I have a couple of the WeMOS D1 style development boards with the ESP8266 chips that work reasonably well. I don't know much about the boards you reference.

mlg50man:
Ah yes I found the perfect one https://www.youtube.com/watch?v=48emqztKl7s
I need to use a SD card BUT how do I get it with WIFI?

The ESP chips have some built in memory space that might be used instead of an SD card. If an SD card is required, then you will probably need to find a board with an SD card interface built in, or add one yourself.

Well uuh to explain I do not have the ethernet shield or something even SD shield but I have one idea a MKR1000 have a lot of space in it and of course fitting a html in there could be fine! right? but I have no idea how to code in Arduino IDE or web Editor just a newbie here.... but anybody could make it or not hope it is working :slight_smile:

lesept:
The ESP32 is much more powerful than a standard Arduino such as Uno, nano, etc. Dual core, Wifi and Bluetooth, encryption, file system, big memory, RTOS inside... So there are many developpers who have made very good and powerful libraries to get all the benefit of its architecture.

This one is very good and probably is want you want. If you know HTML, you'll be happy to code your own interface using this library to handle all the burden of the communication.

You'll find many tutorials on the web, such as this one or that one

UUH sir why are you promoting ESP in here?

mlg50man:
Well uuh to explain I do not have the ethernet shield or something even SD shield but I have one idea a MKR1000 have a lot of space in it and of course fitting a html in there could be fine! right? but I have no idea how to code in Arduino IDE or web Editor just a newbie here.... but anybody could make it or not hope it is working :slight_smile:

Use the forum Google search function in the upper right of this page to search for MKR1000 and similar key words. You will probably find many previous project discussions and code using these devices.