xDot AT+DFREQ question
- This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
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?
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.
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?
Show loaded plan
AT+FREQ
Change to EU868
AT+DFREQ=EU868
AT&WP
ATZ
Change to US915
AT+DFREQ=US915
AT&WP
ATZ
Thanks, couldn’t be easier.