Anonymous

Project:Sanguinololu Thermocouple: Difference between revisions

From London Hackspace Wiki
Line 120: Line 120:
=== Testing ===
=== Testing ===
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"
!Function
!colspan="2"|Pins
!Function
|-
|Chip Select
|1
|2
|NC
|-
|GND
|3
|4
|GND
|-
|GND
|5
|6
|NC
|-
|MOSI
|7
|8
|SCK
|-
|<nowiki>+</nowiki>5V
|9
|10
|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/


== Adding to your 3D printer ==
== Adding to your 3D printer ==