Git Product home page Git Product logo

wi-esp's People

Contributors

atif024165 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wi-esp's Issues

Error when building Capture_CSI

I got an error when I tried to configure using menuconfig as well as when trying to build the Capture_CSI
Here is the error:
CMake Error at ../../../../tools/cmake/component.cmake:475 (add_library):
Cannot find source file:

C:/esp/esp-idf/examples/get-started/Wi-ESP-master/Capture_CSI/main/scan.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
Call Stack (most recent call first):
../../../../tools/cmake/component.cmake:538 (idf_component_register)
main/CMakeLists.txt:4 (register_component)

CMake Error at ../../../../tools/cmake/component.cmake:475 (add_library):
No SOURCES given to target: __idf_main
Call Stack (most recent call first):
../../../../tools/cmake/component.cmake:538 (idf_component_register)
main/CMakeLists.txt:4 (register_component)

CMake Generate step failed. Build files cannot be regenerated correctly.
cmake failed with exit code 1

Could you please help with that?
Thank you in advance.

Phase values

Hi,

Thanks you for the interesting paper.
I am currently using nexmon_csi tool to extract CSI information, and I find your solution very interesting.

Can you please explain why the phase from esp32 is not random while in others it is random?
I have looked at the phase figures, I am not sure I was able to recognize a pattern (same goes with nexmon_csi).

I am referring to this quote:
"The amplitude and phase values received From the entire set of subcarriers can provide precise CSI values useful for various DFWS applications. The other existing CSI tools have random phase values from CSI and need correction for DFWS applications. The phase values received from all sub-carriers also show different signal strengths, enabling them to be used for different DFWS applications based on requirements."

Thanks,
Tomer

Compilation of udp_server and udp_client failed

~/esp/Wi-ESP/udp_server$ make -j4 flash Toolchain path: /home/kaustubh/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0 App "udp_server" version: d61909e-dirty Python requirements from /home/kaustubh/esp/esp-idf/requirements.txt are satisfied. CC build/main/udp_server.o AR build/nimble/libnimble.a CXX build/nvs_flash/src/nvs_types.o CC build/openssl/library/ssl_cert.o /home/kaustubh/esp/Wi-ESP/udp_server/main/udp_server.c:19:38: fatal error: protocol_examples_common.h: No such file or directory compilation terminated. /home/kaustubh/esp/esp-idf/make/component_wrapper.mk:289: recipe for target 'udp_server.o' failed make[1]: *** [udp_server.o] Error 1 /home/kaustubh/esp/esp-idf/make/project.mk:552: recipe for target 'component-main-build' failed make: *** [component-main-build] Error 2 make: *** Waiting for unfinished jobs.... CC build/openssl/library/ssl_methods.o CC build/openssl/library/ssl_pkey.o CXX build/nvs_flash/src/nvs_ops.o CXX build/nvs_flash/src/nvs_item_hash_list.o CC build/openssl/library/ssl_x509.o CC build/openssl/library/ssl_lib.o CC build/openssl/library/ssl_stack.o CC build/openssl/platform/ssl_pm.o CC build/openssl/platform/ssl_port.o CXX build/nvs_flash/src/nvs_encr.o CXX build/nvs_flash/src/nvs_pagemanager.o AR build/openssl/libopenssl.a CXX build/nvs_flash/src/nvs_api.o CXX build/nvs_flash/src/nvs_storage.o CXX build/nvs_flash/src/nvs_page.o AR build/nvs_flash/libnvs_flash.a

/esp/Wi-ESP/udp_client$ make -j4 flash monitor Toolchain path: /home/kaustubh/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0 App "udp_client" version: d61909e-dirty Python requirements from /home/kaustubh/esp/esp-idf/requirements.txt are satisfied. CC build/main/udp_client.o CC build/micro-ecc/micro-ecc/uECC.o CC build/mqtt/esp-mqtt/mqtt_client.o /home/kaustubh/esp/Wi-ESP/udp_client/main/udp_client.c:20:38: fatal error: protocol_examples_common.h: No such file or directory compilation terminated. /home/kaustubh/esp/esp-idf/make/component_wrapper.mk:289: recipe for target 'udp_client.o' failed make[1]: *** [udp_client.o] Error 1 /home/kaustubh/esp/esp-idf/make/project.mk:552: recipe for target 'component-main-build' failed make: *** [component-main-build] Error 2 make: *** Waiting for unfinished jobs.... CC build/mqtt/esp-mqtt/lib/mqtt_outbox.o CC build/mqtt/esp-mqtt/lib/mqtt_msg.o CC build/mqtt/esp-mqtt/lib/platform_esp32_idf.o AR build/micro-ecc/libmicro-ecc.a AR build/mqtt/libmqtt.a

----------------------------------------- END------------------------------------------------------

Please help me out here. I am willing to co-ordinate closely with you, I have acquired hardware just for executing your work of which I am a big fan of !! Thank You!!

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.