MAX7219 DHT11 DS1307 Arduino Mega

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 14

  • @manelangulo8352
    @manelangulo8352 3 года назад

    I found this nice watch project.
    But the buttons are not working, can you give me a solution.
    I would like to have it on my desk
    Thanks
    a greeting

  • @davidkinuthia1052
    @davidkinuthia1052 4 года назад

    code for the micro-switchs kindly there not on the codeand the clock is too bright.....kindly help

  • @zeusti9214
    @zeusti9214 5 лет назад

    how did u combine multiple 4x1 led dot matrix? kindly share the schematic.

  • @kypsalmon4203
    @kypsalmon4203 5 лет назад +1

    I did it working thanks

  • @Dancopymus
    @Dancopymus 5 лет назад

    Very cool project!
    What is the possibility of replacing the buttons with IR remote control? What should be changed in the code? Thanks

  • @wclumiere5665
    @wclumiere5665 5 лет назад

    Hi, Nice clock project. I put everything together and code compiled fine, but the the sketch is missing the button functions. Could you please share the rest of the code? Thanks!

  • @attilasos4387
    @attilasos4387 3 года назад

    Hai sir,i copied a lot of projects made by you and they all work perfectly except this one. I noticed in the code that the buttons are not implemented I could still help with the complete code because I can't handle it. Thanks

  • @electronic7979
    @electronic7979 5 лет назад

    Excellent project 👍 👍

  • @electronicsideas1361
    @electronicsideas1361 3 года назад

    Very nice. Can I use uno? I need code

  • @davidkinuthia1052
    @davidkinuthia1052 4 года назад

    #include no such file what could be wrong

    • @adffrankie
      @adffrankie 4 года назад

      Buscalo en el gestor de libreria de arduino alli esta

  • @davidkinuthia1052
    @davidkinuthia1052 4 года назад

    sorted it out

  • @kvk-ut
    @kvk-ut 5 лет назад +1

    А где комментарий ? где последовательность сборки ?

  • @barot67
    @barot67 2 года назад +1

    Hello..i am sorry...in this rpoject I have this error:
    Arduino:1.8.19 (Windows 10), Scheda:"Arduino Uno"
    MAX7219-_DHT11-_DS1307_Arduino_Mega:32:26: error: 'A15' was not declared in this scope
    const uint8_t SPEED_IN = A15;
    ^~~
    C:\Users\6767s\Desktop\DA FARE\GREAT PROJECT\MEGa great project\MAX7219-_DHT11-_DS1307_Arduino_Mega\MAX7219-_DHT11-_DS1307_Arduino_Mega.ino:32:26: note: suggested alternative: 'A5'
    const uint8_t SPEED_IN = A15;
    ^~~
    A5
    C:\Users\6767s\Desktop\DA FARE\GREAT PROJECT\MEGa great project\MAX7219-_DHT11-_DS1307_Arduino_Mega\MAX7219-_DHT11-_DS1307_Arduino_Mega.ino: In function 'void getTemperature()':
    MAX7219-_DHT11-_DS1307_Arduino_Mega:147:14: error: 'DHT' was not declared in this scope
    f = (1.8 * DHT.temperature)+32;
    ^~~
    Più di una libreria trovata per "MD_MAX72xx.h"
    Usata: C:\Users\6767s\OneDrive\Documenti\Arduino\libraries\MD_MAX72XX-main
    Non usata: C:\Users\6767s\OneDrive\Documenti\Arduino\libraries\OPAT_MAX72-master
    exit status 1
    'A15' was not declared in this scope
    Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
    "Mostra un output dettagliato durante la compilazione"
    in "File -> Impostazioni"
    could you help me? thank you