Skip to main content
TVard.1
Associate III
June 22, 2020
Question

I wanto access CMWX1ZZABZ-091 Murata module using AT command. what is the minimum circuitry do i need to use AT command?

  • June 22, 2020
  • 1 reply
  • 1030 views

To access AT command i have USB to UART FTDI adaptor from sparkfun.

do i need to put firm ware inside chip for AT command for Lora?

do i need to connect crystal osc of 8Mhz to work with AT command.

No AT response from module in COM PORT Arduino!

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 22, 2020

The device has a TCXO (32 MHz) on-board, as I recall the Sigfox firmware required the external loop back to be connected.

https://wireless.murata.com/pub/RFM/data/type_abz.pdf

The LoRa firmware, at least the original ones did not.

If you're using the Murata part directly you should probably be having the support conversation with them. ST has it's LRWAN software library, and you can rebuild that to suit specific needs/requirements.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
TVard.1
TVard.1Author
Associate III
June 30, 2020

how can i access it via UART ? CMWX1ZZABZ

Tesla DeLorean
Guru
June 30, 2020

STM32CubeExpansion_LRWAN_V1.3.1\Projects\B-L072Z-LRWAN1\Applications\LoRa\AT_Slave

Uses LPUART1 on PA2/PA3 at 9600 8N1

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..