AT command

Home Forums mDot/xDot AT command

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15206
    Micheal Le
    Participant

    Hi,

    I have been programming mdot using mbed libraries, to read some sensor values and send over to Lora network. Recently, micro usb port fell off from the board. I was just wondering If I could achieve what I was doing with mbed libraries by using just AT commands.

    Thank you

    Regards,
    Micheal

    #15209
    Andrew Lindsay
    Participant

    Using a simple usb to serial adaptor you can connect to the mDot. Then you can drop into the bootloader by pressing a few keys after reset and upload files via YModem transfer and program them this way however I’ve found this transfer method to be unreliable even for small files of around 500 bytes.

    Andrew

    #15219
    Steve Kovarik
    Moderator

    Also, at this time AT Commands do not allow reading any of the mDot I/O.
    If you were using the mDot just to send/receive data, AT Commands would suffice.

    -Best Regards

    #15221
    Micheal Le
    Participant

    Can I not read mdot I/O through udk board?

    Thanks

    • This reply was modified 7 years, 6 months ago by Micheal Le.
    • This reply was modified 7 years, 6 months ago by Micheal Le.
    • This reply was modified 7 years, 6 months ago by Micheal Le.
    #15228

    Micheal,

    As Steve indicated above, the current AT command code does not contain a command or set of commands for reading i/o. However, you can modify the AT command code to add a command or commands to support reading i/o or sensors and transferring the data.
    https://developer.mbed.org/teams/MultiTech/code/mDot_AT_firmware/

    Kind regards,
    Leon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.