DMX / E1.31 controlled fog machine

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 28

  • @timbrister4955
    @timbrister4955 5 років тому +3

    Great video man. Broke it down to the point even a dummy like me could do it. Great job.

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

    I have been looking for a cheap solution to control some dumb Christmas lights. Just tried it out and it works great. Thanks!

  • @TheFlyingKiwiNZ
    @TheFlyingKiwiNZ 5 років тому +1

    Very cool idea!
    Just a tip, it's not a great idea to power a d1mini using the 5v pin, it's supposed to be a lowish current output only. It will work for while, but it's not regulated like the mini usb input is. Eventually one of the components on the board (maybe a small diode?) gives up, burns out, and then your D1 is useless. I found that out the hard way as one of mine worked for about 2 weeks (constantly on in an alarm project) then fried itself.

  • @xoversprayurfacex8388
    @xoversprayurfacex8388 3 роки тому +1

    Awesome video Mr. Build It Better. I have a Falcon Controller and would rather use your method for my DMX controlled devices in Xlights. Thanks again.

  • @stuartbridge9040
    @stuartbridge9040 2 роки тому +1

    Hi there, realise this video is a little old - any chance you'd be prepared to give some advice on how to do the above but to a simple DMX port instead of over Wifi? We have one at School and I'd like to plug it into our system and control it. The smoke machine is just as simple in terms of either on/off on the IEC remote (simple contact depress button for activation)... :)

  • @Djmc_2002
    @Djmc_2002 4 роки тому +2

    Very Cool. I was searching for a new DMX fog machine and found your video. Thinking now I might just convert my existing units. Is there a way a wemos board that I could directly connect to my falcon controler (DMX side) instead of using wifi?

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

      You would use an arduino or some other microcontroller to essential convert a certain value of a DMX channel to fire a relay. You would use most of the code for this but It would receive the DMX stream from the falcon.

  • @nola2635
    @nola2635 2 роки тому

    I am getting the data output on the serial monitor, however, the relay is not activating when the data is received.

    • @builditbetter5610
      @builditbetter5610  2 роки тому

      Double check your output pins, some arduinos require the pin number like 3 or 4 and some require a pin assignment like D3 or D3

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

    instead of using a d1 could you use a nodemcu 8266 with wled instaled and dmx effect in xlights? sorry im still learning some of this stuff.

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

      Yes you could use a nodemcu. The programming is the same, just load the code with arduino.

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

    Nice work!

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

    I love this and would love what settings to put into xLights to make it work. Any chance you can share how you put this into xLights?

    • @builditbetter5610
      @builditbetter5610  3 роки тому +1

      You can use the DMX effect and just set the correct channel above the threshold to turn it on and below the threshold in the code to turn it off

  • @noneNone-mw1px
    @noneNone-mw1px 4 роки тому

    Sir if I want to connected to computer to make cloud in specific time( for example in flight sim) when plane get into cloud is this the way to control the fog machine? I appreciate if you let me know.

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

    Really stupid question from a newbie. Where is the software accessed from the computer?

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

    when I copy your code it will not let me go past the e131 says does not name a type????

    • @Ericsimagination
      @Ericsimagination 3 роки тому +1

      You need to update and select the board in board manager. randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/ follow these steps to get everything to work properly.

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

    I don't see anything in the Arduino COM port viewer, any ideas?

    • @moparguy2011
      @moparguy2011 5 років тому +1

      Set it to carrage return and cycle thought all the diggerent baud rates. Everything you change the baud rate in serian monitor, reset the wemos till you see English on the serial monitor. When it displays garbage your getting close to the required baud rate.

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

      @@moparguy2011 That helped, I needed to use 115200.

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

      @@j0539h glad it got you going. Sorry i just read all the typos in my previous reply.

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

    I keep getting an error
    E131.h: No Such File or Directory

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

      I got it had to update library...im kinda of new to this