Moderator: igrr
Lets get the party started and +1
[url=https://www.banggood.com/custlink/KvGGhGF4wG[/url]
I like ESP8266 and ESP8285 and ESP32
hotspot or access point? you cant use esp8266 as hotspot.
What do mean? With ESPArduino or at all? Thats not true. Using nodemcu with lua or with pure AT commands you surely can build an AP or a hotspot and i believe with the right commands it is also possible with ESPArduino. Maybe the creators of this wonderful softwarecould answer this.
#include <ESP8266WiFi.h>
void setup() {
const int channel = 6;
WiFi.softAP("ssid", "passphrase", channel);
}