Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. What parts would be needed for timer with light panel indicator

What parts would be needed for timer with light panel indicator

Scheduled Pinned Locked Moved My Project
lightarduino nano
12 Posts 2 Posters 627 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrhutchinsonmn
    wrote on last edited by mrhutchinsonmn
    #1

    I want to put together a little project that would be a timer with a light indicator panel (much like a mini LCD screen)
    It will have 4 buttons.
    Button 1 would turn the light panel green, button 2, yellow, button 3, red, button 4 would flash the light panel green, yellow, red.

    What hardware would be needed for this, outside of an arduino nano and momentary push buttons? Not sure what light or screen would be called that would be used.

    mfalkviddM 1 Reply Last reply
    0
    • M mrhutchinsonmn

      I want to put together a little project that would be a timer with a light indicator panel (much like a mini LCD screen)
      It will have 4 buttons.
      Button 1 would turn the light panel green, button 2, yellow, button 3, red, button 4 would flash the light panel green, yellow, red.

      What hardware would be needed for this, outside of an arduino nano and momentary push buttons? Not sure what light or screen would be called that would be used.

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by
      #2

      @mrhutchinsonmn what type of light panel are you thinking of?

      Something like https://www.ikea.com/us/en/catalog/products/20303063/ (60x60cm)?

      Or something smaller like https://www.aliexpress.com/item/32959082165.html ?

      Or something super easy like a single RGB diode (or one red, one green and one yellow) behind a piece of white plastic to act as a diffuser?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrhutchinsonmn
        wrote on last edited by
        #3

        I think what I would like is a Light Panel that would be about 7 or 8 cm square. I'm not sure if I would get the clean look that I want with the LEDs you mentioned but maybe you could point me in the right direction so I could consider those also.

        mfalkviddM 1 Reply Last reply
        0
        • M mrhutchinsonmn

          I think what I would like is a Light Panel that would be about 7 or 8 cm square. I'm not sure if I would get the clean look that I want with the LEDs you mentioned but maybe you could point me in the right direction so I could consider those also.

          mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by
          #4

          @mrhutchinsonmn just put any thin sheet of white plastic on top of a led

          M 1 Reply Last reply
          0
          • mfalkviddM mfalkvidd

            @mrhutchinsonmn just put any thin sheet of white plastic on top of a led

            M Offline
            M Offline
            mrhutchinsonmn
            wrote on last edited by
            #5

            @mfalkvidd I have one of these sitting around for another project you posted that I will be making soon (Parking Sensor). This should work with a lens over it: https://tinyurl.com/y6p7e3p9, correct?

            mfalkviddM 1 Reply Last reply
            0
            • M mrhutchinsonmn

              @mfalkvidd I have one of these sitting around for another project you posted that I will be making soon (Parking Sensor). This should work with a lens over it: https://tinyurl.com/y6p7e3p9, correct?

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #6

              @mrhutchinsonmn I would probably use a diffuser instead of lens but yes that would work very well

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mrhutchinsonmn
                wrote on last edited by
                #7

                Here is my first prototype of a working solution for a timing light: ( neopixal timing light):https://youtu.be/b3TDGKUS05I

                Thank you for direction @mfalkvidd !

                mfalkviddM 1 Reply Last reply
                1
                • M mrhutchinsonmn

                  Here is my first prototype of a working solution for a timing light: ( neopixal timing light):https://youtu.be/b3TDGKUS05I

                  Thank you for direction @mfalkvidd !

                  mfalkviddM Offline
                  mfalkviddM Offline
                  mfalkvidd
                  Mod
                  wrote on last edited by mfalkvidd
                  #8

                  Great video @mrhutchinsonmn, thanks for sharing!

                  I really like the real-world use case.

                  For the wireless part, you might be able to reuse parts of my code for a pomodoro timer. https://youtu.be/sLEbq_pfry0

                  My code does not support remote control (it only views status remotely) but it would be easy to add en endpoint, for example

                  server.on(”/start”, start_pomodoro)
                  

                  to start the timer. Code: https://github.com/mfalkvidd/Arduino-Datormagazin-Pomodoro/blob/datormagazin/Arduino-Datormagazin-Pomodoro.ino

                  1 Reply Last reply
                  1
                  • M Offline
                    M Offline
                    mrhutchinsonmn
                    wrote on last edited by
                    #9

                    I like that! before your reply, I found something else that would work. I like it because a nano could power the neopxial and rf receiver, reducing complexity
                    https://tinyurl.com/y3tmvpnx

                    mfalkviddM 1 Reply Last reply
                    0
                    • mfalkviddM Offline
                      mfalkviddM Offline
                      mfalkvidd
                      Mod
                      wrote on last edited by
                      #10

                      This is what it looks like with a diffuser

                      0_1567538392062_D7853FE1-0ACF-49B0-B2EB-294DCC0AAE78.jpeg

                      1 Reply Last reply
                      0
                      • M mrhutchinsonmn

                        I like that! before your reply, I found something else that would work. I like it because a nano could power the neopxial and rf receiver, reducing complexity
                        https://tinyurl.com/y3tmvpnx

                        mfalkviddM Offline
                        mfalkviddM Offline
                        mfalkvidd
                        Mod
                        wrote on last edited by mfalkvidd
                        #11

                        @mrhutchinsonmn sorry, I am not able to open that link. It just goes to Ali’s front page

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          mrhutchinsonmn
                          wrote on last edited by
                          #12
                          Package: YesUse: SwitchUse: Automated curtainsUse: UniversalUse: Electric DoorUse: TVUse: LightingChannel: 4Wireless Communication: RFBrand Name: QIACHIPFrequency: 433 MHzSupport APP: NoModel Number: KT16+480E*4Working Voltage: DC 3.3~5VEncoding Type: Learning EV1527Application example 1: Mandos a Distancia De Puertas De GarageApplication example 3: Garage Doors Access Control SsystemWorking Temperature: -25~75Use: Automated curtains,Universal,Switch,Electric DoReceiving Sensitivity: -108dBQuiescent Current: <5mAApplication example 2: Electronic Gates Access Control SystemApplication example 4: Electrical Appliances Control```
                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          17

                          Online

                          11.7k

                          Users

                          11.2k

                          Topics

                          113.1k

                          Posts


                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • MySensors
                          • OpenHardware.io
                          • Categories
                          • Recent
                          • Tags
                          • Popular