Daily Weblog 4/7/17

Today, I tested my temperature sensor against the official sensor that we bought, and it returned exactly the same result. I also connected the temperature sensor to the Arduino, all I am missing is a resistor to complete the circuitry.

For control systems, I have abandoned NanPy in favor of the default PySerial module, with the actual control code located on the Arduino; this will simplify the process massively. Instead of having to connect the Arduino to a Raspberry Pi control structure, it functions independently and the data is just read. The function of the Python script will only be to report and analyze data - this will make everything more efficient.

Comments