Loading...
  Show Posts
Pages: [1] 2 3 4
1  Using Arduino / Networking, Protocols, and Devices / Re: i2c over LONG distance. or other interface? on: March 14, 2013, 11:11:34 am
Hello orionsbelt0
Did you find a solution for connecting two arduinos over a long distance ?
I would be interested in such solution too.

José
2  Using Arduino / Sensors / Re: Max31855 Internal temp strange value on: January 28, 2013, 04:30:19 pm
Thanks for the reply
Today I figure out that something is wrong, maybe with the max31855.
I will check and get back with news.

Jose
3  Using Arduino / Sensors / Max31855 Internal temp strange value on: January 27, 2013, 01:57:13 pm
I am using a shield with the MAX31855 with the library from adafruit with my arduino duemilanove.
Using the library example "serialthermocouple" I have measurments of the internal temp of the max31855 about 15 degrees higher than it is supost to be
Using a mixure of water and ice that has a temp o 0º I get measurments of the temp os the thermocouple about 15 ºc.
Does this means my shield is broken ? Or am I doing something wrong ?

Thanks in advance

José

4  Using Arduino / Sensors / Re: Best High temperature sensor on: November 28, 2012, 03:13:53 pm
The 1º accuracy was an example. I can work with up to 5º.

José
5  Using Arduino / Sensors / Best High temperature sensor on: November 28, 2012, 02:53:23 pm
Hello
I have a burning oven that I need to measure the temp inside. Its located about 8-10 metters away from my arduino mega.
I need a sensor that is able to measure temperatures up to 500 º C with an error of 1 º.
The sensor is not in contact with fire, its inside a metal probe filled with motor oil.
I already tried an thermocouple with the max6675 but it didnt work. The max 6675 works with the SPI interface and this is not design to work with sunch long distances of cable.
So can you please sugest an alternative for this conditions ?
I would apreciate it.

Thanks

José
6  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 19, 2012, 04:35:15 pm
Hello
I am back to testing.
I am using a cat5 cable to monitor the burning chanber.
Not just for the max6675 but also two DS18S20, one rele and one servo motor.
The cables i was using for the max were:
+5V-Green
Ground- Green and white
SCK- Orange
CS- Orange and white
SO- Blue
With this configuration the code from post #63 was not running.
Today I exchange the Blue and the Orange/White wires and I got this result
Code:
Starting SD..fail
Starting w5100..192.168.1.96
Setup complete
14.0
13.50
14.0
...

So i belive the problem is the twisted wires inside the cat5 cable.
Could this be the reason ?
If i use only one wire from each twisted pair could this solv my problem ?

Jose
7  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 14, 2012, 03:35:44 pm
Ok
Using the cable again I get bad results.
Do you think the problem is because I am using cat5 network cable ?
Could the twisted pairs explain my strange behaviours ?

Jose
8  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 14, 2012, 03:19:22 pm
Yes the prob is at room temp, next to the mega.

Looking at the code from post #63 I noticed that you disable the we 5100 after you start it, but you dont do that for the pin from the sd card. Then you start mesuring the max values. Shouldn't youu disable the sd card pin first in order to use the SPI bus for the max ?

José
9  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 14, 2012, 02:56:54 pm
Hi
Sucess

I removed the board from the box where I had instaled it and all connections to it.
Then connected directly to the mega and with the code from post #63 I get

Starting SD..ok
Starting w5100..192.168.1.96
Setup complete
23.50
23.25
22.50
...

So here are the possibilities for the problem I was having.
-Long wires
-Some wire bronken since the cable was not new.
-Some interference from the DS18S20 sensor.
-Something else...

But now I can move foward and with trial and error find out what I was doing wrong.

Back to my early posts to use all three SPI devices together, I need to disable the other two in order to use one .
Am I right ?
To connect the max I have to use these ports or can I use any port I want ?

José
10  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 13, 2012, 03:20:06 pm
Hello
With the code from post #63 I have 3.24v between so and ground. Is this ok ?

José

Ps. For further testing I will have to completly disconnect the max and because is already night here I have to wait for the weekend.
11  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 13, 2012, 02:57:54 pm
Not sure if I understand what you mean.
I do not have an o-scope its on my shopping list. By the way may you sugest a good o-scope for a beginner ?
Quote
Connect the voltmeter to measure voltage at SO on the max
Between the So and ground right ?

Quote
connect the CS line to 5v
Directly or with the resistor ?

Quote
The MISO pin on the max should be high impedance at this point.
What do yo mean by high impedance ?

José

12  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 12, 2012, 05:59:50 pm
Hello
Sorry for my silence but my litle girl is not been so well.
Today I checked the cable, there is a connection in the meadle, and the results were the same.
Tomorow I will check the board. It was me you made the connections to the MAX6675 IC and there may be a short circuit somewhere.
I will  check the voltage as you sugested.

José
13  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 09, 2012, 02:47:28 pm
I just remember I have an arduino duemilanove and tomorow I will try to use it next to the sensor do avoid the wire being so long.
I will post the results then.

José
14  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 09, 2012, 02:05:34 pm
Hi
No Luck
No sd card and no IP.

José
15  Using Arduino / Networking, Protocols, and Devices / Re: max6675+ethernet+sd card on: November 09, 2012, 01:10:19 pm
Sure.
At this moment I am whilling to try anything.
By the way whats the problem of having low speed SPI ?

José
Pages: [1] 2 3 4