在跑通自带的人员计数demo之后,我想实现通过手机获取人员信息并显示。但是不知道该如何在板子上添加无线模块,将数据通过无线传输出来,然后用手机接收。
请问IWR1642BOOST如何将数据不用USB而是用无线的方式传输?需要Launchpad吗?或者需要其他的工具?
Wesley He:
On the EVM, TM4C is a on-board XDS110 emulator.
If you don't want to put a XDS110 on your board, you can use external USB<->UART cable to connect your board and PC.
For mmwave demo, 2 UART is required for data and configuration transmit.
Application/User Uart: Configuration port 115200bps: UART_RX/TX port <-> USB-UART cable <-> PC
Auxilliary Data Port: Data port 921600bps: MSS_LOGGER-> USB-UART cable -> PCFor flash the device using external USB<->UART cable:
Set the SOP first, connect UART_RX/TX port <-> USB-UART cable <-> PC, then you can use uniflash to flash the device.If you have any further questions, please let me know, thanks.
user5872702:
回复 Wesley He:
你这是说的如何烧写程序?USB<->UART是USB转串口?我说的是将数据以无线的方式发送出来,而不是通过串口传输到电脑上。这是否可行?谢谢
Wesley He:
回复 user5872702:
一样的。AWR1642-串口-无线模块即可。
谢谢