I have a cable that has a temperature signal encoded by a bit frame (I know this because when I place the signal on an oscilloscope it looks like a pulse train), what I need is to read that signal with the arduino and display the temperature.
Hi, thanks for listening.
It is a lm35 temperature sensor that goes through an atmet microcontroller and this sends the signal in a frame of bits, this frame of bits is the one that I have to encode again
Then you will have to reverse engineer the encoding. Collect a number of examples of complete pulse trains, at different known temperatures, and solve the problem of relating the two.
It may be easier just to read the LM35 sensor, or replace the entire item with another type of temperature sensor, like the DS18B20.