SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By jaustin
#81283
Can anyone point me to an MSP430 development board ready to accept a mass storage card (SD, Memory Stick, etc) that I can program to use for a data logger.

I can take care of getting the data into the processor and formatting it; so far have not be able to find a way to store the 6 Mb of data that will be collected.

Thanks!
Jim
By theatrus
#83236
I don't know of any off hand, which is a gap that needs filling.

If you are going to roll your own, and are running on batteries for long periods of time (why else use an MSP430? ;)), make sure to firmly turn off the SD card via a FET or similar - some have significant idle currents.
By mateja
#83245
^^^ Very good point. Also make sure to HIZ any UART lines when powering off.

Mateja
By jaustin
#83257
I found a MSP430 development board with an SD card slot: the Olimex MSP430-169LCD.

Unfortunately this board does not have an implemented comm port (which I need), although the 169 has a USART interface. Anyone know of a simple TTL-to-RS232 interface I can attach?

Mateja and Theatrus, I appreciate your comments; will watch out for SD card power consumption.
By gm
#83260
If you just want to hook it up to your computer, why not try one of these?

If you really do need RS-232 levels, then try this.
By jaustin
#83261
Thanks GM, these are just what I need!

Jim