tsaitsai / Connected-Pregnancy-Test

A connected pregnancy test that tweets and text messages your test results
1 stars 0 forks source link

Schematic request #1

Closed rahilj closed 8 years ago

rahilj commented 8 years ago

Hi Eric

I am a graduate student at UW, Seattle. I need to demo a connected diagnostic test for a class I am teaching. I am interested in forking this project. Is it possible to share the schematics of the pins brought to the header, or some pictures of the inside of the test?

rahilj commented 8 years ago

https://www.hackster.io/erictsai/too-much-iot-tweeting-pregnancy-test-3922d1

tsaitsai commented 8 years ago

Hi jahilj. The schematic is in the blog. About half way down under the sub-heading "Light Blue Bean". You see the 6 resistors. That's it, very simple.

rahilj commented 8 years ago

Hi Eric

Thanks for the reply. I was able to find it eventually. Do you have the code for RPi? I see the nodes in the screenshot but having the code will be handy.

tsaitsai commented 8 years ago

The "code" for the Pi is just the Node-Red flows. The only one that has any scripting inside is the picture of the decode message node, so you can just type that out from the image. All other nodes are just configurations you'll have to fill out for your own account info (your own twitter account, or your own twilio account authentication info).

On Thu, Nov 10, 2016 at 12:31 AM, Rahil Jain notifications@github.com wrote:

Hi Eric

Thanks for the reply. I was able to find it eventually. Do you have the code for RPi? I see the nodes in the screenshot but having the code will be handy.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tsaitsai/Connected-Pregnancy-Test/issues/1#issuecomment-259612285, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxbeIqSAb5H4lAJbbDN8lGKeENtb3yPks5q8ro_gaJpZM4Kt-5x .

rahilj commented 8 years ago

I see. Sorry about the dumb questions. I haven't played with NodeRed before, always wanted to.

tsaitsai commented 8 years ago

No problem :) I love Node Red, it's a great tool to have in your tool chest, and changes the way you approach projects.