How to start?
Richard Whitaker
Posts: 3
Hello!
·
Could someone please give me some advice on where to start!?
·
I would like a small, low-power system to·read-from/write-to·a USB·RFID reader, measure tilt, do some calculations·and output the results to an rs232 serial port (for data logging on a pc) and to a small LCD display.
·
In a burst of enthusiasm, I bought the following parts…..
·
BS2P-24 stamp
Super carrier board
Parallax USB to Serial (RS-232) Adaptor (28030)
MAX232 chip (st232cn) with a db9 connector
Hitachi H48C 3-axis accelerometer.
LCD display with serial interface
·
Then I realised that I have no idea at all of how to connect these things together and program them. Where do I start? How do I find information to show me how to wire the parts together, and is there anywhere where I get some sample PBASIC code for using them? I'm afraid that I have no knowledge of electronics whatsoever......
·
If anyone can offer some advice, I would be very grateful!
·
Thank you.
Richard Whitaker
·
Could someone please give me some advice on where to start!?
·
I would like a small, low-power system to·read-from/write-to·a USB·RFID reader, measure tilt, do some calculations·and output the results to an rs232 serial port (for data logging on a pc) and to a small LCD display.
·
In a burst of enthusiasm, I bought the following parts…..
·
BS2P-24 stamp
Super carrier board
Parallax USB to Serial (RS-232) Adaptor (28030)
MAX232 chip (st232cn) with a db9 connector
Hitachi H48C 3-axis accelerometer.
LCD display with serial interface
·
Then I realised that I have no idea at all of how to connect these things together and program them. Where do I start? How do I find information to show me how to wire the parts together, and is there anywhere where I get some sample PBASIC code for using them? I'm afraid that I have no knowledge of electronics whatsoever......
·
If anyone can offer some advice, I would be very grateful!
·
Thank you.
Richard Whitaker
Comments
http://www.parallax.com/Store/Education/KitsandBoards/tabid/182/ProductID/327/List/1/Default.aspx?SortField=ProductName,ProductName
in the botton there's link to download this.
and if you look at parallax documentation of each iten that you bought .. you will find all the examples you need.
Go ease ! each step at once
Amaral
Thanks,
Richard.
http://www.parallax.com/Store/Sensors/AccelerationTilt/tabid/172/CategoryID/47/List/0/Level/a/ProductID/97/Default.aspx?SortField=ProductName%2cProductName
I strongly suggest that you print out those docs and read them carefully, set up a circuit and run the demo program, and make sure you can get each part doing what it's supposed to do on its own before trying to build your own device. You'll learn a lot in the process, and what you learn will be exactly what you need to learn.
The·Stamp won't be able to interface to the USB device.· There are "co-processor" chips or helper modules·that will let the Stamp talk to a USB thumb drive, but none that I know of that will talk to the USB RFID reader.
You could connect the USB RFID reader to a computer and program the computer to send information to the Stamp for processing.· Or, you could change RFID devices, something like Parallax's, which could be interfaced to the Stamp.
Most importantly, get started!· The Stamp will teach you a lot, such as how to wire and talk to each device, how to interface them together and what kinds of data you get back from each device.· Break your project down into simple steps, get that·step working, then work on the next part.
Just be aware that long term, to meet your goals, you may need to change processors, to something·like the Propeller or SX.
I currently have the (Tagsense active usb) rfid reader connected to my laptop usb port and I control it with vb.net code. The code sends string commands to the tags via the reader, which changes their mode of data reporting. The reader receives their reports and feed them back to the laptop. I want to measure the tilt of the board/laptop, combine that with some time data and write strings back to the tags. The reader takes power from the usb cable from the laptop. I need to get rid of the laptop for portability and I need to add an inclinometer.
Are you saying this is not possible with the stamp and a MAX232 chip (st232cn) with a db9 connector with a serial-usb converterParallax USB to Serial (RS-232) Adaptor (28030)? Because I won't be able to read and write to the port or because it won't power the reader through the port?
Note that this uses the FTDI Vinculum USB host chip. FTDI also makes their own host devices using their own chip. There's no particular advantage of either other than that Parallax supports their own version while you have to go to FTDI for support of theirs. I've used the VMusic2 which is a USB host with an MP3 decoder. It works well, comes in a nice little plastic case.