XOD Tutorial 1: Getting Started

Поділитися
Вставка
  • Опубліковано 22 вер 2024
  • Here is my first video into my XOD tutorial series. XOD is a visual scripting tool that allows you to quickly link nodes together to upload to an Arduino.
    Main site: xod.io
    Forum: forum.xod.io/
    This video is a paid tutorial from the creators of XOD.

КОМЕНТАРІ • 27

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

    Fantastic. I have been using arduino for about a year but went blind except for about 1square cm of vision in left eye. I use a sherline CNC mill with soldering conversion and USB microscope to see boards and solder and this seems to be the solution for writing sketches. I have followed this and it was slow but easier and faster than writing a standard sketch. PLEASE keep the tutorials going! You are keeping a previously frustrated person sane! Thanks david. Excuse typos. Trying to keep typing rather than using tts. .... David

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

    The problem is most people don't even know as much as you're showing them. A vid on how to use them in depth, as well as using the same node to do abstract things they weren't intended to be used for to show how to use XOD for very personally creative projects would be needed. This is way to general. But thx for taking the time still.

  • @55rebels
    @55rebels 6 років тому

    Great tutorial, hope you keep them coming. Thanks!

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

    Hello, I did your program, it works, as soon as I put differ(pulse) it stops working. for some reason, the loop doesn't work. could you tell me why

  • @XODlang
    @XODlang 6 років тому +4

    Thanks for the video! XOD dev is here. Let me explain what’s happened with the SOS LED.
    I was quite surprised that the LED even started to blink with the patch you’ve build. There we see a closed loop with no chance to start running. “On boot” you’ve set in the beginning gets overridden by the final feedback link. But, then I thought “Ahaaaa!”. The `pulse-on-false` nodes did the job. We start from `ACT` equal to `false`, right? They fire and cause `flip-n-times` start, all at the same time. That’s why we see glitches on the first iteration.
    We should really provide a `DONE` output pin on `flip-n-times` and think carefully again about `pulse-on-true` and `pulse-on-false` initial behavior.
    BTW, I don’t know why upload is soooo slow. We have tested XOD on six PC’s, all with different specs and OS’es. Never saw something like this. Soon we’ll release an update which will give more detailed output on what’s going on while upload. I hope it would help to narrow down the problem.

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

      it's similarly slow here as well.

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

    Great Video. Thanks for making it. I tried all the exercises you went through, all worked EXCEPT the sine wave driving the LED did not work, either on a genuine Arduino or a freetronics "eleven". The behaviour of the "sketch" for the sine wave was exactly the same as the square wave, i.e. on off, with no fade. I'm using a MAC with the latest operating system. I note, same as an earlier comment from another viewer, that your help bar is very different to mine. Please make some more videos on XOD.

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

    I'm making a node with if statements and I want to output them (to be able to connect the node to a LCD)

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

    Looking for someone that thinks they can write a very complex program for a humanoid robot project I'm working on with this, python, the arduino ide or other. If u have the time on ur hands and it sounds like u hit me up please n we'll talk. Thx!

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

    nice. xod newbie here.
    Do you know if there is a way to "extract" the code into standard code format?
    The "show code for arduino" gives me a 100 pages long code sheet of some sort.

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

    You have any wireless servo controls library

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

    It looks complex for something that is easy to explain in language. Is there no way to add an array which controls the "on time". Seems like a easier solution. Switch LED on for 1 sec three times and then for 2 sec three times, loop. Even add a delay if a "loop counter" is more than 0.
    My 10c. Great to see TUTs of XOD being made. Much easier to teach than Arduino IDE

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

    Can you tell me what version are you using. My version is (( 0.17.1 )) and the "Helpbar" looks considerably different. It's just a narrow strip on the side with a small font size. Thanks

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

      In this vid I believe I was using 0.16 In my second one I was using 0.17.1. The helpbar change is one thing I noticed as well.

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

    It took me 3 hours to realize I can't send an array of data for an nrf24 and it's completely useless for me

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

    Sine waves doesint work with the Uno.:(

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

    does it just work with LEDs? i mean can we work with other things like LCD or something?

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

      Yep it supports lots of other hardware.

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

    AWESOME VID BRO AND NOW SUBBED ! THANKS !

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

    Hello Puddin, great video, but I can no get loading , the arduino y com works fine and when compilig Ihave an error 1, file exist. I tried the program tutorial that come after installed the XOD and I have the same problem. my pc is windows 8.1. so what can i do?
    If you can help me please.

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

      I got it work, the problem was because I´ve had already a program with the same name on my board, now is working fine.

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

    Hey Puddin, you've got Plosives, you need a Pop filter for your microphone.

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

      Indeed the audio on this particular vid wasn't all that great. The other videos are much better.

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

    Could you do a tutorial on how to use it for something like Max7219? This might enable me to get mine working :) All the other tutorials fail to help me get mine working. Love your work @puddin & @XOD

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

      It just so happens that I have one of these on hand with an 8x8 matrix. I've not used it before but I'll see if I can get it working.

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

      Puddin any luck??

  • @geertbulteel7394
    @geertbulteel7394 7 місяців тому

    Ga
    Ex