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

GPRSBee R7 pin 12 doesn't indicate status by expected time #255

Open
SRGDamia1 opened this issue May 30, 2019 · 3 comments
Open

GPRSBee R7 pin 12 doesn't indicate status by expected time #255

SRGDamia1 opened this issue May 30, 2019 · 3 comments

Comments

@SRGDamia1
Copy link
Contributor

Actually, not by expected time (2s) plus a nearly 2s of fudge. Is it even wired up?

See conversations here: #252

@aufdenkampe
Copy link
Member

For close-up photos of the two GPRSBee versions -- Rev. 6b & Rev. 7b -- see #252 (comment).

@fisherba
Copy link
Collaborator

So.. I went back to
const int8_t modemStatusPin = 19;
on Rev7 modem at the status pin check commit:
https://github.com/EnviroDIY/ModularSensors.git#3b9142315a7801b3bc595ef10ec79d6041df4093
And modem status works. I think that's good news. I no longer need the pin on -1 for the Rev7 modem to work.

In summary we have the following combinations all working successfully after the status pin check commit (all of my other tests were prior to that commit):
Mayfly v5 + GPRSBeeR6b
Mayfly v5b + GPRSBeeR6b
Mayfly v5 + GPRSBeeR7
Mayfly v5b + GPRSBeeR7
(and it doesn't work with the LTE adapter, but it shouldn't as far as I understand)

@fisherba
Copy link
Collaborator

Here's a debug with Mayfly v5b + GPRSBeeR7 combination with
const int8_t modemStatusPin = 19;
on Rev7 modem at the status pin check commit:
https://github.com/EnviroDIY/ModularSensors.git#3b9142315a7801b3bc595ef10ec79d6041df4093

It works overall, but the first modem status didn't work, which was a replicatable result.

modem_log_baf_20190530d.txt

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