Nextion Arduino Passcode Door Lock

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

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

  • @korbano
    @korbano  5 лет назад +2

    For anyone wondering how to make your Nextion library work with SoftwareSerial
    1. In your libraries folder, find the Nextion library.
    2. Find the file called NexConfig.h and right click on it and click edit.
    3. Find line 37 that says #define nexSerial Serial2
    4. Delete or comment out that line and replace it with the following:
    #include
    extern SoftwareSerial HMISerial;
    #define nexSerial HMISerial

  • @1nvertedReality
    @1nvertedReality 4 года назад

    Modified it for horizontal and 4 digit code to just get to the next page. Works fantastic!
    Awesome project, awesome instructions. Thank god for the pause button.
    You are very bright!
    Cheers!

  • @isprithul
    @isprithul 5 лет назад +2

    Thank you so much. This video should have many more views and likes. And this guy should have many more subscribers!

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

    Really enjoying the Nextion tutorials your putting out. If you could possibly do one using a relay board for one of your tutorials sometime that would be great. Maybe wifi too. Keep up the good work. Many thanks

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

      I definitely have a lot of WiFi projects coming!

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

    Such a big help Brother!!! Thank you!!! Keep what you are doing helps alot...More power and more helpfull videos to come

  • @startled911
    @startled911 Год назад

    Great tutorial!!!!!
    I have a question though, i've been trying everything to sort it out but when I press the lock screen and it goes back to page 0, q0 is set. ie the first counter is on. The a1 attribute is set at val =0.
    Any body have any ideas?
    Thanks for your time :)

  • @余志鹏-r4t
    @余志鹏-r4t 4 года назад

    Hello you have done a wonderful job . i was doing a Project recently.I need to draw the
    temperature graphic in the waveform in real time. Could you give me some advice . How can i achieve this.I am using a lm35 temperature sensor and a Arduino uno board. I set the sensor in PIN A1.Can i finish this without using the Nextion library.Because when i compile the code. There is always a error about this library.

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

    Hello!
    Very nice, I liked your work, cheers...

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

    Thank you so much. This video very helpful to me.

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

    Mr. Budget Tool Reviews I have been working on this project for a few days and I am NOT a coder by any means but I am learning and I have completed a few Arduino projects and I can’t figure something out...when I go Compile or Verify, I get an error message that says Nexpage does not name a type.
    Now as I said I know I’m a Noob at some things ( my kids say ) but if you can tell me what to do I will but if it’s a lesson to figure out OK.... I’m going to watch some more videos to see if I can figure it out but thanks for the vid and thanks if you feel like aiding me in my project

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

    Thanks a ton for posting as this is exactly what I am looking for. I am completely new to this, but want to learn more. How would I do the exact same thing, but instead of trigger a servo have a button send a command to a linux server? Could be a simple command line code.

  • @James-uz9se
    @James-uz9se 3 года назад

    I need the intelligent version of Nextion’s touchscreens since they have the Capacitive touch displays, but they only have big sizes and I need s small size. Also I love to work with Nextion’s program: Nextion Editor. Anyone has some solutions or alternative ideas?

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

    awesome work
    i need some help
    i am using Cancel button as well
    if in case i enter first 4 digits, then i realise 3rd digit was wrong
    in that case, with the help of cancel button
    how i will be able to clear 3rd digit
    Thank you

  • @jlcox78
    @jlcox78 7 месяцев назад

    can this be done to trigger smart deadbolt or a HomeKit scene?

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

    Nice tutorial.

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

    Thankyou so much

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

    Can you make keyboard from arduino and I request to make a detailed video.

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

    In compiling it gives me this error on this line Software Serial HMISerial (11,12);
    'SoftwareSerial' does not name a type.Cosa should I do?

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

      1. In your libraries folder, find the Nextion library.
      2. Find the file called NexConfig.h and right click on it and click edit.
      3. Find line 37 that says #define nexSerial Serial2
      4. Delete or comment out that line and replace it with the following:
      #include
      extern SoftwareSerial HMISerial;
      #define nexSerial HMISerial

  • @drazynx
    @drazynx 2 года назад

    Is there a way to do this with a pattern lock instead of number string

    • @korbano
      @korbano  2 года назад

      I don’t believe so. If you made a 3x3 dot pattern for example and put a button or a hotspot on each dot, you can slide your finger over to the next button. However the screen will not register anything until you release your finger from the screen and touch again. You could just make it so you touch each dot in order but then that kind of defeats the purpose of a pattern lock if you can’t drag your finger.

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

    excuse me nextion i make list menu for choice for line notify please help me

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

    Would this work with an electric door striker?

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

      Yes. But instead of the code telling the servo to rotate, you’d have a relay turn on and off to actuate the door striker solenoid

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

    I try with my nextion basic 2.4 i rebuild all but if i try to compile arduino program it show error message error compiling fot arduino genue/uno what i can change to make it work with arduino uno ? please help me

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

      The Nano I used should be the same code as the Uno. Have you modified the Nextion library to work with Software Serial?

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

      Budget Tool Reviews No only add #include SoftwareSerial.h library

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

      Димчо Събев
      1. In your libraries folder, find the Nextion library.
      2. Find the file called NexConfig.h and right click on it and click edit.
      3. Find line 37 that says #define nexSerial Serial2
      4. Delete or comment out that line and replace it with the following:
      #include
      extern SoftwareSerial HMISerial;
      #define nexSerial HMISerial

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

      @@korbano Thankyou for fast reply and for help me.

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

    what was the software at 0:39? it wasn't said clearly.

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

      The photo editing software is called GIMP. It’s a free too.

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

      @@korbano Thanks!

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

    How do I add more passwords.

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

    too good but you run like an express train:-)

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

    intro song?

    • @korbano
      @korbano  4 года назад +1

      Made it myself in GarageBand

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

      @@korbano Thanks!

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

    Too damn fast!

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

      That’s what she said!