Hi guys,
I’ve started testing the Serial module in TEXTMSG mode and it works, Arduino can read and send a message via Serial.
Now I’m trying to do the same in PROTO mode with this example, I can send a message to a specific node but there are two problems:
- The node from which the message is sent doesn’t store the message sent (from Arduino), on the app (message history).
- Arduino doesn’t receive the message reply.
1.Is this normal? If not how to receive message?
The function text_message_callback() is not called at all. Serial and echo are enabled.
I spend time to understand and compile the protos files but I realize that this seem not necessary to use the examples, do not change nothing when I include them.
2. So what’s the use of proros on Arduino?
3. Does this library allow CLI like python?
Thanks