How to know TTGO TCall is talking to Orange-pi/S3 module. #16
mhamidjamil
started this conversation in
Ideas
Replies: 1 comment
-
I have changed the title as we have to communicate with S3 module too and here is the syntax need to follow to communicate with S3: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Regarding 1st milestone (Communicate Orange-Pi and TTGO TCall) the question arises that how to know TTGO TCall is talking to Orange-pi module, here is the suggested method to communicate these modules:
When TTGO-TCall want to communicate directly with Orange Pi it should follow this pattern:
If TTGO-TCall want to ask something then:
{hay orange-pi! here goes the query?}
If TTGO-TCall want to say something then:
{hay orange-pi! here goes the data which ttgo tcall want to send.}
When Orange Pi want to communicate directly with TTGO-TCall it should follow this pattern:
If TTGO-TCall want to ask something then:
{hay ttgo-tcall! here goes the query?}
If TTGO-TCall want to say something then:
{hay ttgo-tcall! here goes the data which orange-pi want to send.}
Now when Python script #4 receive serial data and find string like mentioned above then it should perform expected task as well.
Beta Was this translation helpful? Give feedback.
All reactions