P2P mode from Mdot to Xdot
- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Dear All,
I am doing a project which currently requires point to point communication from Xdot (with sensor) to Mdot (built in a board with Renesas uC) as my first step.
Could anyone tell me how should I start and approach to this?
Thanks in advance.
First read the AT Command Guide, this will give you an overview of capabilities in software.
https://www.multitech.com/documents/publications/manuals/s000643.pdf
You will should be able to get xDot and mDot to communicate with AT Firmware.
Source for AT Command Firmware will provide implementation for each command using the libmDot library.
https://os.mbed.com/teams/MultiTech/code/Dot-AT-Firmware/
Then when you are ready to code your solution, use the provided libraries.
https://os.mbed.com/teams/MultiTech/code/libxDot-mbed5/
https://os.mbed.com/teams/MultiTech/code/libmDot-mbed5/