Archit Golatkar
Results
2
comments of
Archit Golatkar
The windows equivalent to grep is findstr. I am able to store the CSI data in windows using the following command: idf.py -p PORT -b BAUD monitor | findstr "CSI_DATA"...
I converted the raw data into amplitude data using _utils/parse.py. Basically, I wanted to convert the data and visualize it while the new data is getting stored in the csv....