Sujet : Re: Arduino + MCP9600 + thermocouple help needed
De : muratlanne (at) *nospam* gmail.com (Jim Wilkins)
Groupes : rec.crafts.metalworkingDate : 19. Mar 2024, 00:20:17
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <utai8d$e7ee$1@dont-email.me>
References : 1
User-Agent : Microsoft Windows Live Mail 16.4.3505.912
"Richard Smith" wrote in message
news:m1v85j8ast.fsf@void.com...Hello all
If this is of any interest to anyone, would be very glad of help.
Sitation presented here - page on own website.
http://www.weldsmith.co.uk/computing/embeddev/240318_mcp9600_try1st.html"Try 1st - Arduino + MCP9600 + thermocouple"
So that's
Arduino + MCP9600 thermocouple amplifier + thermocouple
The "breakout board" can be seen here
https://shop.pimoroni.com/products/mcp9600-thermocouple-amplifier-breakout?variant=21439215272019"MCP9600 Thermocouple Amplifier Breakout"
Image of an Arduino
https://upload.wikimedia.org/wikipedia/commons/3/38/Arduino_Uno_-_R3.jpgSo yes, for sure, guidance would be appreciated.
Best wishes,
Rich Smith
--------------------------------
Each I2C string begins with the address of the target, which you have to know to communicate with it. Around 2000 I wrote a program that controlled a Texas Instruments Power Over Ethernet applications board using the printer port of a computer to generate the I2C address and SDA + SCL signals, so the board and cable could plug into a customer's unmodified lab PC. A 2 channel digital storage scope with a decent amount of waveform memory should let you capture, view and analyze the command sequences. Don't ALTernate the SCL and SDA channels, their phasing is critical. You can experiment with how triggering and sweep mode work by turning a power supply on and off.
My thermocouple amplifiers have analog outputs that a PC-connected DVM can read, some can read Type K directly. I haven't played with I2C since then and don't remember the details. I understand structured programming but I'm not all that familiar with the subtleties of C.
Like the lathe and mill, you won't get far in electronics without an oscilloscope. My small portable one is a used Tenma that I took a chance on at a flea market. It's somewhat noisy but good enough for hobby use. At least one metered current-limited power supply is very useful, partly for its fault detection and protection ability. I prefer 4-1/2 digit precision on one multimeter for working on measurement circuits, otherwise 3-1/2 should be fine.