Это видео недоступно.
Сожалеем об этом.

Arduino Prototyping Inputs #60: Digital Compass

Поделиться
HTML-код
  • Опубликовано: 31 авг 2019
  • Being able to sense your compass heading can be very useful, especially with robotic platforms. It’s best used over shorter distances, and it’s not as reliable as GPS, but it is fairly inexpensive and easy to implement.
    Magnetometer (Compass) Sensor -- amzn.to/2PgklBr
    NEW! Learn to Solder Course (Free to LinkedIn Pro users) - bit.ly/2ILSzx3
    Prototyping Supplies:
    • Amazing Perfboard -- amzn.to/30Sj6O9
    • Inexpensive Arduino Compatible Kit -- amzn.to/2Dfqs5U
    • A More Deluxe Starter Kit -- amzn.to/3g9nFtR
    • Jumper Wire Kit - amzn.to/3f9rtK4
    • Breadboard Kit - amzn.to/3hIEPib
    • WaveShield Kit -- amzn.to/3g9vMq6
    • Motor Shield Kit -- amzn.to/3hISQfL
    • Adafruit Circuit Playground Kit -- amzn.to/39yBfo9
    My Camera Equipment:
    • Primary Camera -- amzn.to/3fewxgA
    • Camera Kit -- amzn.to/3jQvaI8
    • Primary Lens -- amzn.to/3jQvaI8
    • Macro Probe Lens -- amzn.to/3jQvaI8
    • Main Light -- amzn.to/2X1SwB6
    • Secondary (RGB) Lights -- amzn.to/3jQvaI8
    • Mini Lights -- amzn.to/3jQvaI8
    A few other FREE sensor tutorials you might like: (I have 100's!)
    • Cellular Data shield - • Arduino Prototyping Te... z
    • Capacitive Sensing - • Arduino Prototyping In...
    • Luminosity Sensors - • Arduino Prototyping In...
    • Thermocouples - • Arduino Prototyping In...
    • Sensing Vibration - • Arduino Prototyping In...
    A few other sensor tutorials you might like: (I have 100's!)
    • Cellular Data shield - • Arduino Prototyping Te... z
    • Capacitive Sensing - • Arduino Prototyping In...
    • Luminosity Sensors - • Arduino Prototyping In...
    • Thermocouples - • Arduino Prototyping In...
    • Sensing Vibration - • Arduino Prototyping In...
    And some playlists on prototyping with Arduino:
    • The Basics - • Arduino Prototyping: T...
    • Inputs - • Arduino Prototyping: I...
    • Outputs - Arduino Prototyping, Techniques - • Arduino Prototyping Ba...
    • Complete Prototyping Series! - • Arduino Prototyping: T...
    Instagram - / marcdevinck
    Twitter - / devinck
    Don't forget to like and subscribe if you'd like me to make more videos!
    My company, Panoptic Labs - www.panopticlab...

Комментарии • 14

  • @TheKvc
    @TheKvc 9 месяцев назад +1

    Awesome video. Clean, precise and to the point.
    I appreciate your time and help

  • @aysenkocakabak7703
    @aysenkocakabak7703 9 месяцев назад

    Can I use this in a place where I have so many iron powder and magnets, by using this I want to measure the differences in magnetşc field?

  • @mbijjk
    @mbijjk 3 года назад +1

    Well I got the wrong breakout board lol. New one coming hope it will work. Can you point me to a good site to use this for a autonomous robot car I am make. The first part I am doing is to get it to follow a compass heading. I don’t want to copy code but would just like some pointer and a place I can refer to. Thanks

    • @nadhirah5675
      @nadhirah5675 3 года назад

      have u done with your autonomous car? if so, how was it.

  • @komaltrivedi6380
    @komaltrivedi6380 4 года назад +1

    I am not getting any value of x,y & z. The command mag.getEvent(&event); is not working?

    • @MarcdeVinck
      @MarcdeVinck  4 года назад

      Are you using the same components? Did you instal the library and use the included example? Sounds like maybe the I2C isn't wired correctly or maybe not included?

  • @pramodhugargol5686
    @pramodhugargol5686 3 года назад +1

    The values are not changing however I turn, what might be the problem?

    • @MarcdeVinck
      @MarcdeVinck  3 года назад

      Impossible to troubleshoot via comments on RUclips, but I would double check all your wiring. Next make sure you get some kind of serial connection in the serial monitor (also make sure you have the correct baud rate). If all else fails, rebuild the whole circuit based on the components data sheet, etc. Hope this helps. Again, tough to do without knowing what you made, what component you used, how you wired it up, and in a comment! Good luck! Double check everything.

  • @sanjaybalasubramanian9468
    @sanjaybalasubramanian9468 2 года назад

    Need help!. Mine is L883 chip which is actual hmc5883l but still it's not working. I'm just getting the board info as output. What could be the issue? I'm sure about the connections. Running it with Arduino nano

    • @MarcdeVinck
      @MarcdeVinck  2 года назад

      I'm sorry, I don't know what an L883 chip is? I looked it up and no results. You should check the datasheet for specific pinouts if it isn't what I show in the video.

  • @alokmushan8807
    @alokmushan8807 4 года назад

    My project is Self Parking Chair can I use HMC588L magnestoresistive sensor for self parking chair?

    • @MarcdeVinck
      @MarcdeVinck  4 года назад

      That would most likely be 1 component of a multi-component system. It will give you a fairly accurate heading (direction) but not a specific location. You will most likely need object detection and other sensors for a complete system. Take a look at what TESLA uses for their self parking car. It's very similar, and has the same goals. Keep in mind that anything that interacts with humans also need to be extremely safe and have redundant safety systems.

  • @hydayatsharabati5192
    @hydayatsharabati5192 2 года назад

    How can I measure current with this sensor ?

    • @MarcdeVinck
      @MarcdeVinck  2 года назад

      With a digital compass? It's not the correct sensor for measuring current. There are lots of ways, including using something like an Allegro Microsystems ACS712.