You could use eval() to get your data back.
Example:
springtosend = str(list[1, 2, "hello"])
list = eval(springtosend)
You could use eval() to get your data back.
Example:
springtosend = str(list[1, 2, "hello"])
list = eval(springtosend)
Send the message as a string. If you want to send a list, cast it to a string, then use eval() in the receiver.
Hi,
I’m using the ADS1100 and I’m reading the temperature from a PT1000.
The voltage always fluctuates in the range of +- 0,3 volt.
The voltage at the PT1000 is accurate.
Any ideas, why that happens?