162
edits
| Line 121: | Line 121: | ||
You will need a Bus Pirate or something equivalent to communicate with the board and a K type thermocouple to sense the temperature. | You will need a Bus Pirate or something equivalent to communicate with the board and a K type thermocouple to sense the temperature. | ||
The header to interface with a Sanguinololu has the following pin out: | |||
{| class="wikitable" | {| class="wikitable" | ||
!Function | !Function | ||
| Line 151: | Line 152: | ||
|MISO | |MISO | ||
|} | |} | ||
Connect your debug device (Arduino or Bus Pirate) to this using the standard connections. The board is +3V3/+5V tolerant. | |||
==== Bus Pirate ==== | |||
If you have a bus pirate you will need to select SPI mode, then... | |||
/To be done/ | |||
==== Arduino ==== | |||
You will need to upload the following sketch to your Arduino in order to read the temperatures. | |||
/To be done/ | |||
== Licence == | == Licence == | ||