albertaloop / T_SWE_2019_2020

Software for AlbertaLoop's first-generation pod.
MIT License
3 stars 1 forks source link

Prototype temperature monitors #41

Open shehraj123 opened 2 years ago

shehraj123 commented 2 years ago

3 temperature sensors need to be set up for basic input and output -

The code for I/O can be found here (see sensor testing and code).

Images for the setup can be found here

Tasks Remaining -

mbardwell commented 2 years ago

@shehraj123 congrats on creating your first issue!

Would you like a git tutorial? Ideally, the code would be added via Pull Request.

Please structure your issues with Summary and Acceptance Criteria sections. For example

Summary

We need temperature sensors because... They will be located...

Acceptance Criteria

mbardwell commented 2 years ago

FYI the Teensy's are labelled. In /dev/serial/by-id/ you will see two devices

mbardwell commented 2 years ago

@Kevin-was-here good work session today. Please make a pull request with the functional test code and update any related documentation as needed.

mbardwell commented 2 years ago

@Kevin-was-here can you make another PR and add in the TMP36 code? Example here