Shop OBEX P1 Docs P2 Docs Learn Events
Program 12-bit data acquisition IC with Basic Stamp? — Parallax Forums

Program 12-bit data acquisition IC with Basic Stamp?

tramletramle Posts: 2
edited 2004-10-30 05:53 in BASIC Stamp
Hello,

Can we program 12 bit data acquisition IC with Basic stamp?·
Does any one have any idea how to do that?· How can we collect the data?

Thanks,

Lee

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2004-10-29 12:05
    Analog data? Try the LTC1298 -- pretty easy to use.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas Office
  • tramletramle Posts: 2
    edited 2004-10-29 15:11
    Thanks John!·

    I'm very new to basic stamp.· How·can I do this?

    {

    num = 0

    Do while num <4096

    get analog data· '1 sample at a time... and get 4046 samples total.

    num = num + 1

    loop

    Also,

    if I have·8 bit DIO, how can I shift the bit in the while loop?

    example:· first : 00000000

    ············· next: 00000001

    ············· next: 00000010

    ············· until: 11111111
  • KenMKenM Posts: 657
    edited 2004-10-30 05:53
    Please don't take this wrong......have you tried downloading any of the plethora of EXCELLENT FREE documentation that will answer your questions?
Sign In or Register to comment.