xDot AT+DFREQ question

Home Forums mDot/xDot xDot AT+DFREQ question

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32312
    BenH
    Participant

    I am in the UK but developing a product for the North American market.

    Since version 4.0.0 of firmware, is it simply a case of changing the default frequency with AT+DFREQ to change a module from the NA915 version to the EU868?

    • This topic was modified 2 years, 2 months ago by BenH.
    #32313
    Jason Reiss
    Keymaster

    https://github.com/MultiTechSystems/Dot-AT-Firmware

    For xDot the global plan provided with 4.1.2 would be needed to change the channel plan through commands only.

    Other wise the channel plan specific firmware must be used, i.e. load US915 for use in NA.

    #32315
    BenH
    Participant

    OK, thanks you.

    So if I load ‘xdot-firmware-4.1.4-GLOBAL-mbed-os-6.8.0.bin’

    Could you please tell me which AT commands I need to use to switch between EU868 and US915?

    #32316
    Jason Reiss
    Keymaster

    Show loaded plan
    AT+FREQ

    Change to EU868
    AT+DFREQ=EU868
    AT&WP
    ATZ

    Change to US915
    AT+DFREQ=US915
    AT&WP
    ATZ

    #32317
    BenH
    Participant

    Thanks, couldn’t be easier.

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