Michael Mehari
Michael Mehari
Indeed that is correct. `labrafirm_0007_01.hex` is compiled for **non** `SINGLE_ENDPOINT_INTERFACE` and `labrafirm_0007_02.hex` is compiled for `SINGLE_ENDPOINT_INTERFACE`. Also `#define OVERCLOCK 48` is enabled during both firmware compilations. However, I wasn't paying...
Well I couldn't find another approach and once the other PR is finalized, I will issue a new PR for this.
Since recently, the development pace has picked up and assuming it will keep on this way, I would say having a separate communication channel is beneficial. For the rest, I...
I don't know how you connected [Vincenzo-Petrolo](https://github.com/espotek-org/Labrador/commits?author=Vincenzo-Petrolo) with the [kfr](https://github.com/kfrlib/kfr) project, but **Vincenzo** implemented the DFT using [fftw3](https://www.fftw.org/) library which is not used in the **kfr** project. Anyhow, I have...
Yes, we can delete it
I don't fully understand your question, but the code segment you posted is used to sequentially count the number of IQ samples that are used both for packet and cyclic...
> My apologies for the confusion, it should be the values 256 and 65536. When the condition |pkt_iq_sent[15:8] == 1 is met, the value range of pkt_iq_sent is from 256...
Indeed that will enhance code readability but unfortunately I am not active on the project and I can't say what I can't do.
Part of the receive path in the openwifi baseband is based on OpenOFDM (Synthesizable, Modular Verilog Implementation of 802.11 OFDM Decoder). You can read the documentation from https://openofdm.readthedocs.io/en/latest/
For the transmitter side, I am afraid you have to rely on the source code. You can simulate the transmitter module with a given test vector (e.g. [tx_intf.mem](https://github.com/open-sdr/openwifi-hw/blob/master/ip/openofdm_tx/unit_test/test_vec/tx_intf.mem), and understand...