Who is the developer?
What is the source code under BASIC?
What is the difference between BASIC , NODEMCU, Lua , ESPRUINO
As far as I know The Lua is like an OS for the devices ?
Nodemcu is based on Lua
etc.
Explore... Chat... Share...
Moderator: Mmiscool
Can you tell me where can i read more about the ESP - BASIC:
Who is the developer?
What is the source code under BASIC?
What is the difference between BASIC , NODEMCU, Lua , ESPRUINO
As far as I know The Lua is like an OS for the devices ?
Nodemcu is based on Lua
This is true. Similarly the esp basic firmware is like an OS. It manages files. Allows you to edit basic programs and communicate with your web browser
bool ConnectToTheWIFI(String NetworkName, String NetworkPassword, String NetworkStaticIP, String NetworkGateway, String NetworkSubnet)
{
WiFi.mode(WIFI_AP_STA);
byte numberOfAtempts = 0;
int str_len = NetworkName.length() + 1;
char ssid[str_len];
NetworkName.toCharArray(ssid, str_len);
str_len = NetworkPassword.length() + 1;
char password[str_len];
NetworkPassword.toCharArray(password, str_len);
// Connect to WiFi network
WiFi.begin(ssid, password);
Similarly the esp basic firmware is like an OS
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]