rudy wrote:I am currently running your code. Just got it up and running with my LCD additions and name node name translation.
curious what code you have for name node name translation ... can you share?
Explore... Chat... Share...
rudy wrote:I am currently running your code. Just got it up and running with my LCD additions and name node name translation.
sfranzyshen wrote:rudy wrote:I am currently running your code. Just got it up and running with my LCD additions and name node name translation.
curious what code you have for name node name translation ... can you share?
void txtFrom(uint32_t var) {
switch (var) {
case 888274678:
whoIs="104";
break;
case 2131077732:
whoIs="102";
break;
case 886613302:
whoIs="103";
break;
case 888453468:
whoIs="107";
break;
case 2131077688:
whoIs="106";
break;
case 883356933:
whoIs="110";
break;
default:
whoIs=var;
break;
}
myNodeID=(mesh.getNodeId());
txtFrom(myNodeID);
lcd.setCursor(0, 0);
lcd.print("I am ");
lcd.print(whoIs);
Serial.println(""); // print real node ID
Serial.print("my NodeID is ");
Serial.print(mesh.getNodeId());
Serial.print(" ");
Serial.println(mesh.getNodeId(),HEX);
lcd.setCursor(0, 1);
lcd.print("Got from ");
txtFrom(from); // find out who from is. fills whoIs string
lcd.print(whoIs);
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[…]