Simple Hall Effect Circuit Using Automotive Sensors / Nano / Forth

แชร์
ฝัง

ความคิดเห็น • 32

  • @noweare1
    @noweare1 2 ปีที่แล้ว +8

    That was good showing how the bias made it possible to detect an iron object that normally isn't magnetic enough to trigger the sensor.

  • @NickElectronics
    @NickElectronics 2 ปีที่แล้ว +2

    Hall sensors are so popular that they are absolutely everywhere, because of that video was very useful. Thanks!

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      You're welcome!

  • @frankscaysbrook2865
    @frankscaysbrook2865 2 ปีที่แล้ว +1

    Thank you very much for your extremely well made tutorials. I'm coming back to Forth after 20+ years when I didn't really persevere on a Rockwell 6502 Aim development kit to grasp it. Instead I wrote 6502 assembly code for work related "gadgets". Thank you once again !

  • @johnjackson9767
    @johnjackson9767 2 ปีที่แล้ว +2

    The bias was interesting - was trying to use a hall sensor for triggering toggle states in a circuit, and this might help with some issues I was having.

  • @lasersbee
    @lasersbee 2 ปีที่แล้ว

    The last round sensor is similar to the Speed sensor in my Harley Tranny. Great Video. Thanks for sharing.

  • @PhG1961
    @PhG1961 2 ปีที่แล้ว

    Oh boy, how I love these videos !

  • @frankscaysbrook2865
    @frankscaysbrook2865 2 ปีที่แล้ว

    PS your excellent Forth tutorials are the reason I'm returning to this elegant but neglected language

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      Glad the videos are helpful and thanks for the feedback. It's hard to tell who is following along. I have used the Rockwell R65F12 back in the day for product development, it served me well. With the new and powerful micros we have today Forth can really shine in the midst of all the new languages we have today.

  • @abpccpba
    @abpccpba 2 ปีที่แล้ว

    Finally starting to understand IA forth.

  • @gerrymcerlean8432
    @gerrymcerlean8432 2 ปีที่แล้ว +1

    Very interesting and useful video. Thanx.

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      Glad it was helpful!

  • @Edmorbus
    @Edmorbus 2 ปีที่แล้ว

    Good video
    Thanks for sharing

  • @samvoelkel2046
    @samvoelkel2046 2 ปีที่แล้ว

    Good information; might be useful someday.

  • @coreywolff7071
    @coreywolff7071 6 หลายเดือนก่อน

    Did you have a transistor in the last example with the Arduino? Or was it just a pull-up to 5v? How much current can this source before needing a transistor?

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl 2 ปีที่แล้ว

    Thank You

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      Welcome!

  • @frankscaysbrook2865
    @frankscaysbrook2865 2 ปีที่แล้ว

    It would be really nice to have a tutorial on interfacing 16 x 2 serial LCD's using Forth. I did the parallel version years ago in 6502 Assembler but having some pointers for the i2c implementation on the Scamp2 board would be so useful. By the way it looks like the word modules is so useful in finding the address of i2c peripherals . Lastly there is a bit of a delay in the supply of the Scamp2 boards but I'm sure they are worth the wait.

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      I have Forth code for the Scamp2 to drive the LCD1602 display with the I2C piggyback board so a video is on my list. I am waiting for more Scamp boards to become available.

  • @PerScientiaAdAstra
    @PerScientiaAdAstra 2 ปีที่แล้ว

    ...nice!

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      Thanks!

  • @mumbaiverve2307
    @mumbaiverve2307 2 ปีที่แล้ว +1

    Thank you ! Learnt something new today. Does this give a linear response co-relating with the proximity of the ferrous object ?

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      This is a threshold Hall effect sensor but there are also linear types. Check out this video for more info: th-cam.com/video/isYmSB3RqWM/w-d-xo.html

  • @massinissaautoscan
    @massinissaautoscan 9 หลายเดือนก่อน

    DEAR SIR , I would like to get a 12 volt puire sineswave signal from a 5 volt squarewave (hall signal of the crankshaft or camshaft of automobile ) , how to do that ?

  • @carljay2177
    @carljay2177 2 ปีที่แล้ว

    Can it measure voltage and current? I need help for my project.

  • @pauljb9477
    @pauljb9477 ปีที่แล้ว

    @0033mer Great to find videos where someone has had a similar idea/thinking.
    The manual and automatic connectors are slightly different looking, how could I work out the pin out?
    My version only has a small vertical ridge on one side, but no clip on the (top?)opposite side.

    • @0033mer
      @0033mer  ปีที่แล้ว

      Unfortunately there are no standards on sensor pinouts among the car manufactures. You have to get the service manual from the car the sensors came from to get the pinouts. Also check online for ignition wiring diagrams.

    • @pauljb9477
      @pauljb9477 ปีที่แล้ว

      @@0033mer I thought that would be the case. I'll continue looking . Thanks for the reply.

  • @91rickstar
    @91rickstar 2 ปีที่แล้ว

    @0033mer can we have code and library can it be a momentary trigger instead of latching is possible that one trigger can be many pulses of ignition to mimic a lumpy cam or some other timing with crank timing I’m making a air compressed engine with a arduino, Hall effect, and relay or transistor to trigger a air valve solenoid can you share how the transistor circuit works

    • @91rickstar
      @91rickstar 2 ปีที่แล้ว

      @0033mer look up at my comment

  • @erwindreyer7386
    @erwindreyer7386 2 ปีที่แล้ว

    If you use a hallsensor with latch, for example the US1881, you dont need a mikro controller.
    greetings nische.

    • @0033mer
      @0033mer  2 ปีที่แล้ว

      I wanted to show a simple micro-controller interface for anyone who is interested. Latching Hall sensors are handy but you need a South pole magnet to latch and a North pole magnet to unlatch.