Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype temperature monitors #41

Open
5 of 6 tasks
shehraj123 opened this issue Feb 7, 2022 · 4 comments
Open
5 of 6 tasks

Prototype temperature monitors #41

shehraj123 opened this issue Feb 7, 2022 · 4 comments
Assignees

Comments

@shehraj123
Copy link
Collaborator

shehraj123 commented Feb 7, 2022

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

  • TMP36
  • MAX6675
  • BME280
  • Teensy Internal temperature Sensor

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

Images for the setup can be found here

Tasks Remaining -

  • Calibrate the sensors for better accuracy
  • Connect the sensors to RSPi server
@mbardwell
Copy link
Collaborator

mbardwell commented Feb 8, 2022

@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

  • breadboard sensors
  • quick prototype script for TMP36
  • " for MAX6675
  • " for BME280
  • write a testing document (it should be concise, the less you write the better). Something like this
    • make sure you describe the test setup, including images. You can use the images from here
  • decide on best option Alex told me that we will be using the three different types, for their temperature ranges
  • write functional test sensors

@mbardwell
Copy link
Collaborator

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

  • 10133140 is GPS
  • 10135960 is temperature sensor

@mbardwell
Copy link
Collaborator

@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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants