Asr6501 Asr6502 Qa
Asr6501 Asr6502 Qa
ASR6501_ASR6502_QA
File Status: Current Version: V0.2
Review:
will be prosecuted)
1 / 13
ASR Microelectronics Confidential
Version History
Version Update date Author Update Description
V0.1 2018.05.16 ASR LoRa Design Team Created
V0.2 2018.05.22 ASR LoRa Design Team 1. Add HW update by Shiduo Yang
2. Add SW update by Ruilin Hao
2 / 13
ASR Microelectronics Confidential
Table of Contents
1. HOW TO USE ASR6501 DEVELOPMENT BOARD ................................................................................................. 4
7. CAN USERS BYPASS THE INTERNAL MCU OF CYPRESS AND USE THE EXTERNAL MCU TO
CONTROL LORA? ............................................................................................................................................................ 6
3 / 13
ASR Microelectronics Confidential
4 / 13
ASR Microelectronics Confidential
5 / 13
ASR Microelectronics Confidential
7. Can users bypass the internal MCU of Cypress and use the
6 / 13
ASR Microelectronics Confidential
boards
ASR LoRa Chip Development Board includes the base board and sub-board. The base board is the download board
7 / 13
ASR Microelectronics Confidential
and the sub-board is the demo module, as shown in the figure below.
ASR6501 and ASR6502 share one base board, sub-boards are different. Therefore, the reference schematic
diagram of the sub-board is given separately.
This is because SDK 4.0 adds bootloader, which requires compiling bootloader before compiling the alios_small
project.
In SDK V4.0, UART bootloader is added. When debugging, it is necessary to disable the Bootloadable first,
and comment out the call to Bootloadable_1_Load() in “asr_board.c”.
8 / 13
ASR Microelectronics Confidential
9 / 13
ASR Microelectronics Confidential
10 / 13
ASR Microelectronics Confidential
nodes?
AT command configuration
AT+CULDLMODE=2
Code modification
Modify “LWAN_DEV_CONFIG_DEFAULT” in the function “init_lwan_configs”.
11 / 13
ASR Microelectronics Confidential
In addition, if users need to change all remaining RAM into heap, users can define the variable
“_cy_heap_size” in “cm0plusgcc.ld”, and then replace “CYDEV_HEAP_SIZE” in “g_mm_region” with
“_cy_heap_size” in “soc_impl.c”.
12 / 13
ASR Microelectronics Confidential
Use the commands “AT+CDEVEUI”,” AT+CAPPEUI” and “AT+CAPPKEY” to modify the device triple
information
Modify the node configuration of same-frequency and different-frequency(CN470A)
Ali LinkWAN protocol specifies that nodes are divided into same-frequency nodes and
different-frequency nodes, which can be configured by “AT+CULDLMODE”. The standard LoRaWAN
CN470 does not need to be configured.
Modify the frequency group mask of the node according to the gateway settings
CN470 and CN470A can use “AT+CFREQBANDMASK” to configure the frequency group mask. Each bit of
the mask is denoted by one frequency group (8 frequency points), up to 128 frequency points. Please
refer to AT command documentation for detailed parameters.
Use AT command to join the network
Use the command “AT + CJOIN” to activate the joining.
13 / 13