I will try it this evening when I am at home.
I will try it this evening when I am at home.
Explore... Chat... Share...
Moderator: igrr
#include <Streaming.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x3f, 20,4);
char packetBuffer[101];
void setup()
{
Wire.begin(2, 4);
lcd.home();
lcd.setCursor(0, 1);
lcd.print(" Setup ...");
Serial.begin(115200);
Serial.println(" Setup ...");
delay(500);
strcpy(packetBuffer, "Pool 28.6 Erw. 0.0 Sonne 21.6 Ret. 26.8Luft 25.6 Vor. 27.2Pumpe 0 Wind 1.86");
Serial << packetBuffer << endl;
lcd.setCursor(0, 0);
lcd << packetBuffer ;
lcd.setCursor(2, 1);
delay(2000);
lcd.noCursor();
}
void loop()
{
Serial << packetBuffer << endl;
delay(2000);
}
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[…]