marți, 13 aprilie 2021

Ceas matriceal animat cu ESP8266 si RTC (DS3231) cu informatii despre temperatura si umiditate (5)

 articol anterior

   La sugestia lui Mihai Brindusoiu, cel de la care a pornit adaptarea proiectului lui Wolle / schreiibfaul1, am implementat si trimiterea datelor (temperatura si umiditate relativa a aerului) catre un canal Thingspeak.



    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:

5 comentarii:

  1. Hi ! I made your great project, it's awesome ! Works like a charm.
    I have a small request, if it's possible : remove the "0" in front of hour for hour < 10.
    Thanks in advance. Regards !

    RăspundețiȘtergere
    Răspunsuri
    1. try to change in lines 1149-1150 48+std with ' '.. I can't test few days

      Ștergere
    2. Unfortunately, these changes turn off the digit completely.
      I 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.

      Ștergere
    3. And what about this zero, something can be figured out.

      Ștergere
    4. sorry, I havent time to deep work on this zero... I'm ok with this style for display

      Ștergere