[dorkbotdc-blabber] Ardunio / RFID serial + what else?
M at
mattbillings at gmail.com
Tue Jun 23 14:23:50 EDT 2009
Thanks for all the input everyone. Seriously. I have been out of
Dorkbot mode since the newborn came along and I am trying to dust off
the cobwebs.
I opted for Arduino because I have a couple of those lying around and
didn't want to buy more hardware than I needed.
I think that I am going to go serial to the RFID reader and to an
xport (I like the DHCP feature and I'll be doing some dev at work and
home and don't want to reconfigure a lot). I forgot about the LadyAda
ethernet shield; that looks nice.
Hopefully, I'll get something working so I can do a presentation at some point.
M@
On Tue, Jun 23, 2009 at 1:57 PM, Tom Lee<thomas.j.lee at gmail.com> wrote:
> Apologies if this is a naive suggestion (if it is, I hope somebody'll
> drop some knowledge squarely on me) -- but since it sounds like you
> haven't yet selected a network interface, what about using a device
> that support SPI rather than serial? I don't have much experience
> with SPI beyond attending a uC class on it at the space, but some
> quick googling shows Arduino implementing it using non-serial pins
> (http://www.arduino.cc/en/Tutorial/SPIEEPROM). Perhaps this consumes
> the hw UART despite the different pins? I don't really know. If it
> doesn't, though, the Wiznet ethernet module is cheaper than the xport
> and supports SPI.
>
> I don't think the same can be said of the xbee, unfortunately. OTOH,
> the SC16IS762 chip costs $3 or $4 and provides two serial connections
> over the SPI bus (http://octopart.com/parts/search?q=SC16IS762). That
> might be an ideal solution.
>
> The softserial approach is probably the simplest option for what you
> have on hand, though. The specs for the Parallax RFID module seem to
> indicate that it can't go higher than 2400 bps anyway.
>
> On Mon, Jun 22, 2009 at 5:20 PM, M@<mattbillings at gmail.com> wrote:
>> I'm in the process of putting together an inventory tracking project
>> using an Arduino and the Parallax Serial RFID Reader.. I'm trying to
>> decide how I should manage items. I am building a web application
>> that supports REST so as long as I am on a network and can issue
>> commands, then I should be good to go.
>>
>> My question is if I am using the serial RFID reader from parallax, can
>> I still use something like xport or xbee? Will the RFID use the only
>> serial port and make the transmission to the webserver impossible?
>>
>> If so, I was thinking of writing the items to non-volatile memory and
>> then doing a serial dump later. I've heard about loggers in the field
>> that do that so it's probably possible. Right now the webapp is Ruby
>> on Rails so I could probably do some serial dump to the command line,
>> but a real time direct connection is preferred.
>>
>> Any ideas / pointers?
>>
>>
>> M@
>> ........................................................................
>> .......dorkbot dc: people doing strange things with electricity.........
>> ................... http://dorkbot.org/dorkbotdc .......................
>> ................... SUBSCRIPTION MANAGEMENT .......................
>> ........ http://dorkbot.org/mailman/listinfo/dorkbotdc-blabber ........
>> ........................................................................
>>
> ........................................................................
> .......dorkbot dc: people doing strange things with electricity.........
> ................... http://dorkbot.org/dorkbotdc .......................
> ................... SUBSCRIPTION MANAGEMENT .......................
> ........ http://dorkbot.org/mailman/listinfo/dorkbotdc-blabber ........
> ........................................................................
>
More information about the dorkbotdc-blabber
mailing list