Coder Social home page Coder Social logo

Comments (8)

yujianyuanhaha avatar yujianyuanhaha commented on September 15, 2024 1

@austingreisman okay, let me upgrade the SDK and check it.

from ti_awr1443.

austingreisman avatar austingreisman commented on September 15, 2024

Hi @yujianyuanhaha,

I'm a bit confused about what the problem is specifically? Can the python script not process a .dat file that's larger than 100MB?

The script was designed to process the data sequentially, so the first captured information will always be processed first.

Austin

from ti_awr1443.

yujianyuanhaha avatar yujianyuanhaha commented on September 15, 2024

@austingreisman check with this 10s record data size 26k, and another 100s record data size 286k. Both of them output single frame only

from ti_awr1443.

austingreisman avatar austingreisman commented on September 15, 2024

I don’t believe I had that issue with mine. I won’t be able to attempt a fix for at least a week, possibly more.

Can you give some info on your set up?

  1. SDK
  2. Radar Unit
  3. Operating system
  4. Python Version

from ti_awr1443.

yujianyuanhaha avatar yujianyuanhaha commented on September 15, 2024

@austingreisman i guess the bug come from this line

def tlvHeader(data, skip_range=False, skip_stats=False):
       ...
        magic = b'\x02\x01\x04\x03\x06\x05\x08\x07'
        offset = data.find(magic)
       ....

the.find() only return lowest index of magic string, but in fact there are many of them, each stands for a frame.

from ti_awr1443.

yujianyuanhaha avatar yujianyuanhaha commented on September 15, 2024

@austingreisman mine setup is

  1. SDK v1.02
  2. Radar AWR1443
  3. Chrome-based mmW Demo Visualizer 2.0
  4. Python version 3.7.0

Best

Jet

from ti_awr1443.

austingreisman avatar austingreisman commented on September 15, 2024

I tested your .DAT files and also only got one frame, but the number was strange.

This python script is only for code higher than SDK V1. There was another python script that I found that was created for SDK V1, but I was unable to re-find it on the TI site.

from ti_awr1443.

austingreisman avatar austingreisman commented on September 15, 2024

@austingreisman okay, let me upgrade the SDK and check it.

Did the upgrade help?

from ti_awr1443.

Related Issues (1)

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.