I Made Arduino EXPLODE WIRES (You Won't Believe This!) 🔥

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 6

  • @substandard649
    @substandard649 17 днів тому +1

    Great fun. Thanks for showing the failures, that taught me a lot about trial and error

  • @thomasre8073
    @thomasre8073 17 днів тому +1

    Great project. Learned a lot!

  • @thomasre8073
    @thomasre8073 17 днів тому

    The reason why you had to increase your output voltage might be the lower ambient temperature outside. It naturally cools the wire and prevents firing.

    • @playduino
      @playduino  17 днів тому

      Yes, however the biggest factor I think (i did not verify it) should be the resistance of the long wire to the rocket. It was pretty thin

  • @ivarsbushe
    @ivarsbushe 12 днів тому

    You are a better electritian than a programmer:)
    I would go for using a interrupt pin with button press and set global variable "letsFire". Than you dont need to set delays and make loop script locking. (nothing can be done during that).
    Then use multiple IF's to check for cap voltage, print progress to terminal, etc.
    Also I if possible I would not have used non-maching states of transistor swiching outputs, as you pointed out it already made scripting confusing.
    Other than that - great video, good editing.

    • @playduino
      @playduino  11 днів тому +1

      I agree :D thank you for the feedback. It was quick and very dirty coding 😅