Coder Social home page Coder Social logo

azinke / mmwave Goto Github PK

View Code? Open in Web Editor NEW
26.0 3.0 5.0 1.55 MB

Linux tool for controlling the MMWCAS-DSP-EVM and MMWAVECAS-RF-EVM boards

License: MIT License

Makefile 1.50% C 98.30% HTML 0.08% Batchfile 0.07% Shell 0.06%
mmwave radar ti mmwcas-dsp-evm mmwcas-rf-evm awr2234

mmwave's People

Contributors

azinke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mmwave's Issues

MMWCAS-RF-EVM + MMWCAS-DSP-EVM

Hello,

First of all, I want to express my immense admiration for the work you've done on your repository. It's truly impressive!

Your contribution to the community is invaluable, and I am particularly inspired by the level of detail and expertise evident in your work. It's a cool job indeed!!!

I am currently working with MMWCAS-RF-EVM + MMWCAS-DSP-EVM, and I hope you'll forgive me for potentially asking what might seem like a simple question to an expert like you. Your insights would be incredibly helpful to me.

I am curious to know if it's possible to display data in real time in a stream with this setup. I am eagerly looking forward to your guidance and advice on this matter. Your expertise in this field is something I deeply respect, and any assistance you can provide would be greatly appreciated.

Thank you so much for your time and for sharing your knowledge with the community.

"TDA Armin failed!" when just recording

When performing configuration and recording in one step everything works fine

$ ./mmwave --capture-dir testdir1 --configure --record
STARTSTATUS    0 | DEV MAP: 32 | [MMWCAS-DSP] TDA Connected!
STATUS    0 | DEV MAP:  1 | [MASTER] Power up successful!
STATUS    0 | DEV MAP:  1 | [MASTER] Firmware successfully uploaded!
STATUS    0 | DEV MAP:  1 | [MASTER] CRC type has been set!
STATUS    0 | DEV MAP:  1 | [MASTER] RF successfully enabled!
STATUS    0 | DEV MAP:  1 | [MASTER] Channels successfully configured!
STATUS    0 | DEV MAP:  1 | [MASTER] ADC output format successfully configured!
STATUS    0 | DEV MAP:  1 | [MASTER] Init completed with sucess

STATUS    0 | DEV MAP:  2 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP:  4 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP:  8 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP: 14 | [SLAVE] Firmware successfully uploaded!
STATUS    0 | DEV MAP: 14 | [SLAVE] CRC type has been set!
STATUS    0 | DEV MAP: 14 | [SLAVE] RF successfully enabled!
STATUS    0 | DEV MAP: 14 | [SLAVE] Channels successfully configured!
STATUS    0 | DEV MAP: 14 | [SLAVE] ADC output format successfully configured!
STATUS    0 | DEV MAP: 14 | [SLAVE] Init completed with sucess

STATUS    0 | DEV MAP: 15 | [ALL] RF deivce configured!
STATUS    0 | DEV MAP: 15 | [ALL] LDO Bypass configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Data format configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Low Power Mode configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] RF successfully initialized!
STATUS    0 | DEV MAP: 15 | [ALL] Datapath configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Profile configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Chirp configuration successful!
STATUS    0 | DEV MAP:  1 | [MASTER] Frame configuration completed!
STATUS    0 | DEV MAP: 14 | [SLAVE] Frame configuration completed!
STATUS    0 | DEV MAP: 15 | [MIMO] Configuration completed!

STATUS    0 | DEV MAP: 32 | [MMWCAS-DSP] Arming TDA
STATUS    0 | DEV MAP: 15 | [MMWCAS-RF] Framing ...
STATUS    0 | DEV MAP: 32 | [MMWCAS-RF] Stop recording

When I'm just recording (directly after the command above) I get the following error message:

$ ./mmwave --capture-dir testdir2 --record
STARTSTATUS   -8 | DEV MAP: 32 | [MMWCAS-DSP] TDA Arming failed!

Same thing happen when I do the configuration only and then try to record a frame:

./mmwave --configure
STARTSTATUS    0 | DEV MAP: 32 | [MMWCAS-DSP] TDA Connected!
STATUS    0 | DEV MAP:  1 | [MASTER] Power up successful!
STATUS    0 | DEV MAP:  1 | [MASTER] Firmware successfully uploaded!
STATUS    0 | DEV MAP:  1 | [MASTER] CRC type has been set!
STATUS    0 | DEV MAP:  1 | [MASTER] RF successfully enabled!
STATUS    0 | DEV MAP:  1 | [MASTER] Channels successfully configured!
STATUS    0 | DEV MAP:  1 | [MASTER] ADC output format successfully configured!
STATUS    0 | DEV MAP:  1 | [MASTER] Init completed with sucess

STATUS    0 | DEV MAP:  2 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP:  4 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP:  8 | [SLAVE] Power up successful!
STATUS    0 | DEV MAP: 14 | [SLAVE] Firmware successfully uploaded!
STATUS    0 | DEV MAP: 14 | [SLAVE] CRC type has been set!
STATUS    0 | DEV MAP: 14 | [SLAVE] RF successfully enabled!
STATUS    0 | DEV MAP: 14 | [SLAVE] Channels successfully configured!
STATUS    0 | DEV MAP: 14 | [SLAVE] ADC output format successfully configured!
STATUS    0 | DEV MAP: 14 | [SLAVE] Init completed with sucess

STATUS    0 | DEV MAP: 15 | [ALL] RF deivce configured!
STATUS    0 | DEV MAP: 15 | [ALL] LDO Bypass configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Data format configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Low Power Mode configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] RF successfully initialized!
STATUS    0 | DEV MAP: 15 | [ALL] Datapath configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Profile configuration successful!
STATUS    0 | DEV MAP: 15 | [ALL] Chirp configuration successful!
STATUS    0 | DEV MAP:  1 | [MASTER] Frame configuration completed!
STATUS    0 | DEV MAP: 14 | [SLAVE] Frame configuration completed!
STATUS    0 | DEV MAP: 15 | [MIMO] Configuration completed!

$ ./mmwave --capture-dir testdir2 --record
STARTSTATUS   -8 | DEV MAP: 32 | [MMWCAS-DSP] TDA Arming failed!

Do you have any hint what the problem is there?

BR Christian

Can not capture any data with MMWCAS-RF-EVM (AWR1243)

Thanks for your repository!

I have the MMWCAS-RF-EVM with AWR1243 so I replaced the 2243 firmware with the 1243 firmware downloaded from TI. Other files were not changed. All scripts run successfully on the machine, however, when I check the folder and find the no data is captured.

Do I have to modify other scripts? Thanks!

How to process the bin file?

Dear azinke,
Do you have any example or tutorial to process the default config of radar bin file? I would appreciate if there's any example.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.