python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
C++ Arduino ESP8266 fucntion gives an exception, but running the same directly in loop works fine
I wrote function which should make a url request.
function:
int updateX(float x)
{
if(WiFi.status() == WL_CONNECTED)
{
WiFiClient client;
HTTPClient http;
String sendStr = "192.1...
texel
Votes: 0
Answers: 1
MicroPython (u)socket.accept()
I have a Wemos D1 mini v3 and I'm making cheap interactable lights for in the classroom using this. I have been following a tutorial from randomnerds trying to solve the problem of creating an HTTP re...
Techtician
Votes: 0
Answers: 0
Connect ESP8266 to subdomain website using Arduino UNO?
How to connect Arduino UNO, ESP8266 to a Subdomain website using AT commands?
Its working with
ThingSpeak,
AT+CIPMUX=1
AT+CIPSTART=1,"TCP","api.thingspeak.com",80
AT+CIPSEND=1,62
G...
Padmanabhan K
Votes: 0
Answers: 1
how to clear oled display in micropython
I'm doing this on esp8266 with micro python and there is a way to clear OLED display in Arduino but I don't know how to clear display in micropython i used ssd1306 library to control my OLED
and this ...

Pasan laksitha
Votes: 0
Answers: 1