NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » thermocouple amplifier serial communication
August 18, 2012 by Akeshish |
Hello everyone, I recently bought a http://www.adafruit.com/products/269 and have know idea how to Communicate serially with the micro controller. Also, I'm not sure how to extract the information produced by the amplifier. Meaning , how many bits, and the timing. Can anyone point me in the right direction. Thank you very much |
---|---|
August 18, 2012 by Ralphxyz |
Well the adfruit info is not much help. I googled MAX31855 This article at least gives you some details. They show the MAX31855 communicating directly with a micro: With this line on communications:
So assuming (since adafruit doesn't say) that the communications protocol is still SPI just search the Nerdkits forum for SPI. Now after you have read all of the threads get back to us with any questions :-) Seriously SPI is a common serial communications protocol reading the threads should get you started. Ralph |
August 18, 2012 by Finis |
first set up spi
then you must send out data to receive data
now you should have your 14bit data... |
Please log in to post a reply.
Did you know that you can connect digital calipers to a microcontroller? Learn more...
|