Nu s-au adaugat componente, ci doar s-a modificat programul, in sensul adaugarii transmiterii datelor catre canalul Thingspeak.
Programul folosit este MatrixClock_ESP8266_DHT_3e4.ino.
Am facut 2 filmulete:
Un blog ce completeaza site-ul www.arduinotehniq.com (www.tehnic.go.ro); o parte din articole sunt (si vor fi) postate si in engleza pe arduinotehniq.blogspot.com. Filmuletele tehnice se gasesc pe canalul de youtube...
Hi ! I made your great project, it's awesome ! Works like a charm.
RăspundețiȘtergereI have a small request, if it's possible : remove the "0" in front of hour for hour < 10.
Thanks in advance. Regards !
try to change in lines 1149-1150 48+std with ' '.. I can't test few days
ȘtergereUnfortunately, these changes turn off the digit completely.
ȘtergereI added a condition to lines 1155,
if (std2 == 0) {
char2Arr ('', z_PosX - 2, 0);
}
else
char2Arr (48 + std2, z_PosX - 2, 0);
it works, but the digit does not scrolls , it just comes and goes, so this is not the correct solution.
And what about this zero, something can be figured out.
Ștergeresorry, I havent time to deep work on this zero... I'm ok with this style for display
Ștergere