2020/4/28

TI mmwave, DCA1000 -- openradar library and others ...

OpenRadar
PreSense

這個 project 很有趣,大概是就 AWR1xxx + DCA1000EVM 這個組合,
然後用 ethernet (UDP) 跟 DCA1000 溝通,
用 UART command & data port 跟 AWR1xxx 溝通。

所以好像可以取得 ADC data ,也可以控制 AWR1xxx 的 chirp 社定。

project 好像還包含一些 analysis function , 和繪圖 toolkit

TI forum 也有人討論到。


從 setup.py 看,好像要 python3

目前好像只有作到分析log 下來的 data,log 的動作還是需要 mmwave studio.
但是他提供了 lua script,setup AWR1642 的 parameter,然後config DCA1000 做 LVDS to UDP。
同時用 mmwave Studio 做 udp packet to file

這格 lua script,要用之前要修改一下, COM Port Name, ADC Data Save path.
之後用 mmwave studio open. and run...他會不斷的錄,直到在 lua shell 下 ar1.CaptureCardConfig_StopRecord() 才會停止。


mmWave Script

這個好像是 DCA1000 command line interface program 的 source..

2020/4/23

Wireshark 安裝後,網路卡失效 - Windows 7

裝完 winreshark 重開機後,有線網卡不能使用了,拿到的 ip 不是正確的。
到 網路卡的內容,把 Npcap uncheck 後,重新啟動 網路卡就 OK 了。

但是這樣那張網卡就沒辦法 用 wireshark capture.

要使用wireshark 的 NIC 也不可以一開機就啟動了 npcap,這樣其他程式都沒辦法經由這個NIC正確送/收。
要先uncheck 這個 service。啟動 app,之後再 check。

2020/4/21

Add new type layers for Caffe

Caffe 雖然是古老的 framework,所以內建的 layers 沒有很多。
要新增加 layer,就要用 他預留的 custom layer .
nvcaffe yolo2 就是新增一個?layer (我沒找到那一個是新的, boxdata ? regionloss ?)

原來很多 都有基於 caffe 的修改 實做。

兒一些 nn chip vendor 的 converting tool 也有支援 caffe 的 custom layer

一些說明custom layer 的網站: