Skip to content

T3rO/nexmon_csi_gain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork from Nexemon CSI Extractor but also extracts gain values for the different gain stages. It is also possible to limit or fix the gain stages to certain gain levels (currently only works for lna1, lna2 and tia(mixer) ).

Currently only works for chip BCM43455c0 with firmware version 7_45_189.

To see how it works, refer to comments in code. Extraction is implemented in src/csi_extractor.c (especially in function get_rx_gains). src/ioctl.c contains ioctls to set the gain levels.

There are different "gain_types". In my experiments gain values only changed for gain_type = 10. This patch extracts gain values for gain_types (1,2,3,4,9 and 10).

The folder pcap_reading contains a python script to read the captured pcap files. Usage:

import read_pcap as rp

reader = rp.CSIDataPcapReader(SOURCE_FILE, BANDWIDTH, rp.CSIDataPcapReader.CSI_TOOL_VERSION_GAIN_RECOVERY_V2)

reader.write_to_csv(OUTPUT_FILE)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages