Accelerometer Sensor


Results 1 to 19 of 19

Threaded View

  1. #9


    Did you find this post helpful? Yes | No

    Default

    Skimask what bandwith should I use ,between 1Hz to 2Khz ?

    I use this for the moment:

    Main:

    ADCIN 0, adval[0]
    Pause 1
    ADCIN 1, adval[1]
    pause 1
    hserout ["A",DEC3 Adval[0],"B",DEC3 Adval[1],13,10]
    Pause 50
    Goto Main

    Maybe I can use this

    Main:

    ADCIN 0, adval[0]
    ADCIN 1, adval[1]

    hserout ["A",DEC3 Adval[0],"B",DEC3 Adval[1],13,10]
    Pause 30
    Goto Main

    Regards Pesti
    Last edited by Pesticida; - 21st August 2008 at 21:28.

Similar Threads

  1. Need a cheap touch sensor idea.. here it is
    By mister_e in forum Code Examples
    Replies: 20
    Last Post: - 16th April 2016, 22:42
  2. Is this a K Type sensor?
    By jessey in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 21st November 2009, 13:55
  3. PICBASIC PRO-coding for wireless sensor node
    By syazila in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 10th February 2009, 00:05
  4. Replies: 6
    Last Post: - 18th January 2008, 08:17
  5. RH/Temp Sensor Example Code
    By Bruce in forum Code Examples
    Replies: 7
    Last Post: - 15th June 2006, 15:55

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts