How to Use a Force Sensor with an Arduino (Lesson #23)

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

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

  • @sarahwasifaferdousi1689
    @sarahwasifaferdousi1689 5 месяцев назад +2

    how to connect multiple of these fsr sensors tho?

  •  2 месяца назад

    where to find the packaging for these sensors, like rubber buttons or silicone buttons

  • @EsraAbay200
    @EsraAbay200 8 месяцев назад

    What is the nominal resistance of type 402? Which is written |||IFSR_||||18||

  • @iamloudness
    @iamloudness 4 месяца назад

    Hey! Here is a long stretch question for me as total noob - Is it possible to use arduino for sending Midi signal with velocity value related to pressure instead of lights?

    • @Science.Buddies
      @Science.Buddies  4 месяца назад +1

      Hi - plenty of things are possible with Arduino but we don't have our own tutorial on that, you may be better off asking on the official Arduino forums.

  • @satrah101
    @satrah101 4 месяца назад

    Will it work on a punching bag set up or is that specialised sensor needed. Thanks in advance.

    • @Science.Buddies
      @Science.Buddies  3 месяца назад

      These sensors may not hold up very well to repeated impact over time, but we haven't tried!

  • @jomfawad9255
    @jomfawad9255 3 месяца назад

    Can we control servo based on if signal> treshhold move servo to 180? or it needs to be mapped from 0-1023 and move proportionally? and please whats the lowest in grams can this sensor measure? Thank you

    • @Science.Buddies
      @Science.Buddies  3 месяца назад

      Hi - yes you can control a servo with an IF statement. You would need to look up the datasheet for the specific sensor you're buying to find out its range and resolution.

  • @OrlaKennedy-f5s
    @OrlaKennedy-f5s Месяц назад

    why do you initialize serial communication?

    • @Science.Buddies
      @Science.Buddies  Месяц назад

      This is useful for printing to the serial terminal for seeing the sensor values.

  • @user-gn3ex2ee5i
    @user-gn3ex2ee5i 11 месяцев назад +1

    make a video about encoder please

    • @Science.Buddies
      @Science.Buddies  11 месяцев назад

      Hi - we don't have any immediate plans to make an encoder video, but it's on our list for the future! You should be able to find other Arduino encoder videos on RUclips though.

    • @annaxramzy
      @annaxramzy 10 месяцев назад

      Hello , can i know the diameter and sensitivity of this FSR sensor ?

  • @user-bx3wt8fz4w
    @user-bx3wt8fz4w 6 месяцев назад

    What could I be doing wrong where my numbers start high and go down as force is applied?

    • @Science.Buddies
      @Science.Buddies  5 месяцев назад

      You could have the arrangement of the voltage divider with the fixed resistor reversed. If you switch which end is connected to +5V and which end is connected to GND that should flip the numbers.

  • @jomfawad9255
    @jomfawad9255 8 месяцев назад

    Will this same setup and code work on teensy 4.1?

    • @Science.Buddies
      @Science.Buddies  7 месяцев назад

      Most Arduino code works on different versions of the board, but we haven't tried our tutorials on anything but the UNO so cannot say for sure. You may get a better answer to this question in the official Arduino forums.