Sunrise Simulator

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • I wanted to have a sunrise simulator. With a NodeMcu (ESP8266), Neopixels, a LiPo battery and some coding, you can make your own MQTT compatible sunrise.
    Links
    Project page
    rohling-de.blo...
    Parts
    amzn.to/2KQKF4o - NodeMCU
    amzn.to/2NxRUwD - NeoPixels
    amzn.to/2NAHgF8 - Electrical box
    amzn.to/2KGN8z5 - LiPo battery

КОМЕНТАРІ • 22

  • @dieters3394
    @dieters3394 6 років тому +1

    Wecker wäre nicht übel. Aber auch das "Aus-Ein-Aus" = "Zeitbegrenzter Sonnenauf- und -untergang hört sich Klasse an.
    Leider kann ich kein Englisch, deshalb hab ich probs mit solchen Seiten, da Frau Google auch nicht immer leicht verständlich dolmetscht.

    • @nenioc187
      @nenioc187  6 років тому

      Das mit dem Wecker scheint auch ein nettes Projekt zu werden. Sollte ich mal in Angriff nehmen.

  • @seanflanagan5674
    @seanflanagan5674 6 років тому +1

    The only improvement I can make is a mechanism for charging that does not require disassembly.
    I can imagine visitors to your home having the path illuminated as they approach. And I'm thinking of a "night-light" in my hallway. Both applications I think would be triggered by infrared.

    • @nenioc187
      @nenioc187  6 років тому

      Yeah, opening the box and dissembling the parts just to get the battery charged is quite annoying. Should find a better way.

    • @jonathanjacks3338
      @jonathanjacks3338 6 років тому +1

      This could be fun with some proximity detectors. As one is approached the associated LED gets brighter and vice versa.

  • @umiturgutaswwsa
    @umiturgutaswwsa 3 роки тому

    Can we turn it to alarm clock that simulates sun rise when the time has come?

    • @nenioc187
      @nenioc187  3 роки тому

      Of course! With a RTC or contact to a NTP server, you can achieve it quite easily. I implemented this function together with several others in my KatLight project.
      ua-cam.com/video/cBkrs1prnkw/v-deo.html

  • @korishan
    @korishan 6 років тому +1

    This is pretty neat. I can see this being implemented in those smart led house lights to help wake you up in the morning, instead of waking up to a dark room, you wake up naturally to a "sun rise". 👍🎇👍

    • @nenioc187
      @nenioc187  6 років тому +1

      I'm already thinking about making a sunshine-alarm-clock. Or at least upgrade my existing Neopixel lamp to this feature ;-)

  • @sugars205
    @sugars205 4 роки тому +1

    I have made a very similar device that simulates a sunrise, high noon and set sun over my aquarium, using 12v L.E.D's.
    I used a single 12v supply, to power both Arduino and the L.E.D's (5v reg for Arduino), and used MOSFETs on the LEDs anodes switched via the Arduino PWM terminals.
    Just an idea!!!

    • @nenioc187
      @nenioc187  4 роки тому

      Cool! I've used those LED strips, you're talking about, with mosfets for a complete different project. Feel free to share your project - I'm curious.

    • @phamtuanbinh9655
      @phamtuanbinh9655 4 роки тому

      Hi I'm really interested in this project. I have an aquarium as well and recently I realize a device that helps simulate a day would have great effect on my aquarium plants :( But i have found no way to do that though. Please help me , can you share a tutorial or the arduino's code please

    • @sugars205
      @sugars205 4 роки тому

      Hello guys,
      Sorry I can't find the original source for the coding, but I will do my best to get something uploaded asap, and get back to you!

  • @Kostanj42
    @Kostanj42 6 років тому +1

    That with the time would be awsome!

  • @bgbwiz5615
    @bgbwiz5615 3 роки тому

    Interesting video. I'm working on a project and have never tried coding. Need help.

  • @thorstenbehrendt2635
    @thorstenbehrendt2635 4 роки тому

    Weiß einer wo ich sowas als Arduino Sketch herbekomme?

  • @johnhalpin1300
    @johnhalpin1300 5 років тому

    Nice work! I'm going to have a go at building one with your code.
    Any advice on setting up the MQTT server? Did you use something lile adafruit io?

    • @nenioc187
      @nenioc187  5 років тому

      I have a Rasperry Pi in my local network. Just installed "Mosquitto", a MQTT broker, and everything runs smoothly.

    • @Ematuresco
      @Ematuresco 4 роки тому

      @@nenioc187 wie nennt sich das Tablet auf dem du schreibst ?

    • @nenioc187
      @nenioc187  4 роки тому

      @@Ematuresco Das ist kein richtiges Tablet. Mehr so eine Art Tafel.
      Hier hab ich mal ein Video darüber gemacht:
      ua-cam.com/video/nhdj4N275QI/v-deo.html

  • @CrazyCoupleDIY
    @CrazyCoupleDIY 5 років тому

    Well done