-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is this compatible on T2? #4
Comments
John, You should be able to use the pins in one of the ports (A, B). Most of the pins in the ports are GPIO. You can get a list by looking at the .pins array. You should be able to use tessel.port.A.pin[0] as an example. |
Thanks @davidfekke! It would be great if @Frijol could update the README as well. |
Make a pull request. Unfortunately she is abroad, and has limited access to the internet right now. |
@davidfekke Am planning to use this with my Tessel2. But have a question about how to get the power supply setup for the PIR sensor on Tessel2, as in Tessel1 there was a 5V supply pin present but not with 2. Thanks again |
@ahetawal it's not as easy to access but there is a 5V pin close to the USB ports. |
@johnnyman727 I see pins marked 5VIN and 5V next to USB ports. Comparing to Tessel1, how do I make use of them on T2. |
For the record, I followed up with @ahetawal on the forums. |
Hi all, based on tessel/hardware-modules#5 there are a couple of difficulties in getting my PIR module to work as expected on Tessel 2:
And of course:
As @davidfekke kindly notes,
Would someone who does have hardware on hand be up for tackling these issues? I'm happy to review code and re-publish the module. @ahetawal is this something that would be interesting to you? Thanks, |
Apparently the 'rise' and 'fall' events might already exist. |
Thanks, makes sense! It would be lovely if you can build/test a way that the PIR module doesn't have to depend on tessel/t2-firmware#69 |
I'm wanting to do the same thing. No luck yet. Has anyone else had success? |
Fixed! (Finally- sorry that took so long) |
@johnnyman727 any chance you can elaborate on how you get 5v on the t2? The forums seem to be down atm. Thanks! |
Can you update the instructions on how to use this with T2?
The text was updated successfully, but these errors were encountered: