Shop OBEX P1 Docs P2 Docs Learn Events
Datalogger to hold rfid database — Parallax Forums

Datalogger to hold rfid database

teklutionsteklutions Posts: 1
edited 2008-09-29 17:19 in BASIC Stamp
I'm putting together an RFID sytem that will be using a lot of tags.· I'm using a BS2 with the parallax RFID reader to activate a couple of outputs.· This works well using some internal memory to hold the tag information.· I would like to add the datalogger to the system to hold all the tags information.· The USB drive would·hold a txt file constructed on a computer with the tags info and then be plugged into the
datalogger module and the BS2 would just read and compare the data as the cards are swiped.·Does anyone have bare minumum code to do this?

Thanks and have a great weekend.

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-09-27 14:25
    teklutions -

    If you go to the Parallax Datalogger product page there is all sorts of documentation, including sample programs. Here is the link:
    http://www.parallax.com/Store/Microcontrollers/BASICStampModules/tabid/134/txtSearch/datalogger/List/1/ProductID/434/Default.aspx?SortField=ProductName,ProductName

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    When all else fails, try inserting a new battery.

    Post Edited (Bruce Bates) : 9/27/2008 2:40:11 PM GMT
  • SRLMSRLM Posts: 5,045
    edited 2008-09-28 04:13
    I find the datalogger to be very difficult to use, but it works best if I use the test code with as little modification as possible.
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-09-28 05:43
    SLRM -

    Just as a matter of information, there are other Stamp compatible dataloogers available, such as the one offered by Hitt Consulting (Terry Hitt = "Bean"): http://hittconsulting.com/

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    When all else fails, try inserting a new battery.
  • SRLMSRLM Posts: 5,045
    edited 2008-09-28 06:02
    Maybe for the next project, but for now it's too expensive ($70) and has limited capabilities (why can it only have 32 mb and/or 16 files?)

    Datalogger
    http://www.hittconsulting.com/products/sddatalogger/

    A USB is ideal.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-09-29 17:13
    Hello,

    I think a lot of the issues customers are having with the Datalogger is that they don’t understand what is happening with the code in the demo and test files. You have to reference the firmware specification to properly utilize the Datalogger because 99% of the function of the unit is a function of the chip on it. This chip can do more than just data logging. One customer who contacted·me was·confused by all the bytes in a SEROUT command that were responsible for writing data. There are 4 bytes for the size of the data, plus a carriage return to terminate the command. This mixed in with similar bytes already being sent to the file could be confusing if not for the firmware specification as a reference. If you compare the data that is being written with the command bytes requires as per this datasheet, you can see what is happening more clearly. On this product in particular, I urge anyone who is having trouble to examine the command being sent and then to look up in the firmware specification what bytes are required. Compare this in our code to what were are sending and I hope this will make more sense. I do have a few projects on hold which will use the Datalogger and hopefully provide more insight. But until then I hope this advice helps. Take care.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Engineering


    Post Edited (Chris Savage (Parallax)) : 9/29/2008 5:27:29 PM GMT
  • SRLMSRLM Posts: 5,045
    edited 2008-09-29 17:19
    I've looked at the data sheet before (it's not as nice as those you Parallax guys make), but I'll take a look again. I have a thread somewhere in here called "Datalogger Distress" where I showed a problem I've had. I've been avoiding it, but I'll give it another shot. Scratch another mark on the prison wall...
Sign In or Register to comment.