Empower IoT projects with MOKO AT module.
Access LoRaWAN network and extend functionalities.

AT Module

MKL62BA

LoRa SX1262 & Nordic nRF52832 Chip
PEX interface for LoRa antenna
24mm x 19mm*2.8mm

Functions such as data upload and environmental monitoring are required by some IoT projects. Such requirements seems easy as it can be realized by writing the module driver interface and communication logic on apps as long as the API inteface is provided. However,if we are making another new projects with the similar functions,we still need to run through different driver procedures,which makes it seems troublesome. The AT module is based on such problems and can be divided into 3 modes as below:
• AP mode
• STA mode
•  AP+STA mode

Taking STA mode as an example, to connect with the cloud server at last, we need to complete the initialization process first, and send the following instructions:
AT+RESTORE\r\n: Module reset
ATE0\r\n: Echo off
AT+CWMODE=1\r\n: Setting up multiple connection
AT+CIPMODE=0\r\n: Disable transparent transmission mode
AT+CIPMUX=1\r\n: Start multi-connection mode
AT+CWJAP=”TOS”,”12345678″\r\n: Hot link

After initialization is completed, you can enter the data transmission, connect the server, and then open the transparent mode, into the transparent mode, and then you can send the data directly to the background, at this time you can also read the background message. When we do not need the module, we can also power off the module. Therefore, we can frame the driver process on this basis, that is, we have interfaces to initialize, connect to the server, send, receive, close and so on.

Features

Chip

Ceramic chip & U.FL (IPEX) connector

Bluetooth version

V4.0

LoRaWAN Protocol

V1.0.2

Frequency

2.402 - 2.480 GHz

Supply voltage range

1.75V to 3.6V

MCU

nRF52832

Powerful memory

512KB Flash/64KB RAM

Operating temperature range

From -40 to 85 ℃

Advertsing distance

Up to 7km advertising distance

Interfaces

Total 34pins

Certification

Certified by FCC, CE, IC, RoHS, Reach

Applications