Commit Graph

832 Commits

Author SHA1 Message Date
Xianjun Jiao
f0a95ef611 Remove unused lines 2023-09-12 12:20:57 +02:00
Xianjun Jiao
849c3b5e44 Fix typo of printing in tx_intf.c 2023-09-12 12:19:15 +02:00
Thijs Havinga
f6dab9cd3b Update addr2 read-back register 2023-09-12 12:13:50 +02:00
Xianjun Jiao
3696c5e269 Too many dmesg while running side_ch:
Remove them
2023-09-12 11:57:38 +02:00
Xianjun Jiao
33366f7c05 Align the comment to code in inject_80211.c 2023-09-12 11:56:11 +02:00
Jiao Xianjun
0ce2e6b86a
Add recent openwifi papers. 2023-09-08 13:03:51 +02:00
Jiao Xianjun
e53f7d6468
Update publications.md
Add Thijs long paper about Tx Lo suppression.
2023-09-01 10:51:11 +02:00
Jiao Xianjun
39862403f4
Update the citation format of openwifi project. 2023-06-26 14:20:14 +02:00
Jiao Xianjun
d0d5556d26
Add FPGA internal loopback inline. 2023-06-08 12:04:57 +02:00
Jiao Xianjun
a4916c0701
Add solution to known issue:
No space left on device
2023-06-07 11:22:18 +02:00
Jiao Xianjun
ecbb231446
Correct link of owfuzz Vulnerabilities 2023-05-25 20:19:53 +02:00
Jiao Xianjun
f7c9521078
Use arxiv link for Thijs HLS paper 2023-05-25 20:18:41 +02:00
Thijs Havinga
c11f6dddf9
Update detailed HLS paper link 2023-05-24 09:17:15 +02:00
Jiao Xianjun
63a8161d18
Add LTE/WiFi coexist paper
openwifi offer I/Q sample
2023-05-23 13:13:54 +02:00
Jiao Xianjun
9b4a82f8c0
Add TSN paper from Jetmir 2023-05-09 21:02:55 +02:00
Jiao Xianjun
9ccab282f1
Add antsdr e310v2 to README.md 2023-05-09 08:44:55 +02:00
Jiao Xianjun
a47b55e6ca
Add antsdr E310v2 support (#310)
* add support for antsdr e310v2

---------

Co-authored-by: black_pigeon <1530604142@qq.com>
Co-authored-by: MicroPhase <50510771+MicroPhase@users.noreply.github.com>
2023-05-08 14:13:35 +02:00
Jiao Xianjun
5e30a7ebaf
Refactor the FCCM2023 long version/poster 2023-05-06 12:47:54 +02:00
Jiao Xianjun
5025d47b10
Add FCCM2023 poster to app note. 2023-05-06 12:45:10 +02:00
Jiao Xianjun
96d1a2ffb0
Add FCCM2023 poster 2023-05-06 12:42:29 +02:00
Jiao Xianjun
ffcaec9c0e
Add conf name FCCM2023 to the publication 2023-05-06 12:34:26 +02:00
Jiao Xianjun
a350b13f7a
Add Thijs HLS FCCM2023 paper to the app note. 2023-05-06 12:33:23 +02:00
Jiao Xianjun
31f49ee037
Add Thijs HLS paper to publication list. 2023-05-06 12:32:06 +02:00
Jiao Xianjun
d34b41ad69
Fix the directory of interfaces.new in README 2023-05-05 08:47:45 +02:00
HavingaThijs
ce2baff7df Add High-Level Synthesis application note 2023-05-04 13:07:41 +02:00
Jiao Xianjun
347b7ec7da
Update publications.md 2023-05-02 13:34:23 +02:00
Jiao Xianjun
b611a5889a
Add a new WiFi CSI sensing paper from Taiwan 2023-04-19 12:53:08 +02:00
Jiao Xianjun
7707105578
Remove password from hostapd-openwifi.conf 2023-04-07 10:23:33 +02:00
Jiao Xianjun
d316ed13cd
Remove password from hostapd-openwifi-11ag.conf 2023-04-07 10:22:49 +02:00
Jiao Xianjun
ea7b4c555f
Merge pull request #290 from fklement/patch-1
Update radar-self-csi.md with needed missing command
2023-03-29 14:54:00 +02:00
Felix Klement
6cde71513a
Update radar-self-csi.md with needed missing command 2023-03-29 13:37:23 +02:00
Xianjun Jiao
f0c4d82344 Add AXI BRAM state trace to zcu102 devicetree 2023-03-16 10:58:34 +01:00
Xianjun Jiao
3c5b6d1a2c FPGA update flow is simplified in README:
system_top.bit.bin can be generated by boot_bin_gen.sh, and put along side with wgd.sh onboard
2023-03-14 16:31:35 +01:00
Xianjun Jiao
c288129e5d Add system_top.bit.bin generation to setup_once.sh:
For onboard auto loading FPGA by wgd.sh wo directory/.tar.gz, because some boards (like adrv9364z7020) need this to avoid no rx interrupt
2023-03-14 16:30:35 +01:00
Xianjun Jiao
2bde151a31 Add system_top.bit.bin generation to update_sdcard.sh:
For onboard auto loading FPGA by wgd.sh wo directory/.tar.gz, because some boards (like adrv9364z7020) need this to avoid no rx interrupt
2023-03-14 16:30:12 +01:00
Xianjun Jiao
914bc0b9ba Add system_top.bit.bin generation to boot_bin_gen.sh:
For onboard auto loading FPGA by wgd.sh wo directory/.tar.gz, because some boards (like adrv9364z7020) need this to avoid no rx interrupt
2023-03-14 16:29:20 +01:00
Xianjun Jiao
9d7c6e634f Update neptunesdr devicetree model name:
For auto board detection by cat /proc/device-tree/model
2023-03-14 16:27:35 +01:00
Jiao Xianjun
75dada428c
Add reboot hint into quick start guide. 2023-03-14 13:38:08 +01:00
Xianjun Jiao
bed4d10878 add sudo into update_sdcard.sh 2023-03-14 13:35:38 +01:00
Xianjun Jiao
7f62f3d5bf Update papers link in case ugent server issue 2023-03-08 16:22:15 +01:00
Xianjun Jiao
4a79bc8c7e Update img link in case ugent server issue 2023-03-08 15:31:52 +01:00
Jiao Xianjun
6efb6064e3
Download onboard www server video file from github 2023-03-07 21:20:28 +01:00
Xianjun Jiao
fa0c310b2a Add hostapd password into README 2023-03-07 13:47:19 +01:00
Xianjun Jiao
69b9cfdbd7 Add password into hostapd conf 2023-03-07 13:45:51 +01:00
Xianjun Jiao
b02038957b Change the default AP ch 44-->36:
Lower frequency, better RF performance
2023-03-03 11:58:24 +01:00
Xianjun Jiao
c9989970b0 Disable eifs_trigger_by_last_tx_fail by default:
Standard does not ask so
2023-02-27 19:58:13 +01:00
Xianjun Jiao
afbf0d645c Add disable script to support eifs trigger config 2023-02-27 19:57:30 +01:00
Xianjun Jiao
aaceb807fd Add sysfs to support xpu reg 6 bit27 26:
bit27 to disable eifs triggered by last rx fail
bit26 to disable eifs triggered by last tx fail
2023-02-27 19:56:32 +01:00
Jiao Xianjun
d2ed8f9830
Add neptunesdr EXT4-fs error to known issue. 2023-02-24 19:42:48 +01:00
Xianjun Jiao
1514086785 Update the dtb according to kuiper/notter for neptunesdr 2023-02-24 16:58:51 +01:00