Giter VIP home page Giter VIP logo

Comments (7)

Jeija avatar Jeija commented on September 21, 2024 1

It might be possible to fix. I see two approaches here:

  • Reverse engineer the new ieee80211_freedom_output and figure out why it isn't working anymore
  • Extract the old ieee80211_freedom_output from an old esp32-wifi-lib version and link it with this project

The first solution is cleaner, but it means reverse enginnering the new ieee80211_freedom_output. You could do this by decompiling your compiled ELF file (xtensa-esp32-elf-objdump -D esp32free80211.elf), reading up on the xtensa instruction set and trying to decode what ieee80211_freedom_output is doing and where it fails. Running the code on the ESP32 will give you the program counter PC as well as an error description and register values when the program crashes. I might be able to do this myself at some point, but I can't promise when that will be.

from esp32free80211.

Nicholas3388 avatar Nicholas3388 commented on September 21, 2024

@Jeija Thanks for you advice. I'll try to reverse engineer

from esp32free80211.

chaotaklon avatar chaotaklon commented on September 21, 2024

Hi,
Can you tell me more about how to compile it? You have mentioned it needs specific version of esp32-wifi-lib, but what I see is it depends on esp-idf repository only. My error message is "undefined reference to `ieee80211_freedom_output'".

Alan

from esp32free80211.

JanLochi avatar JanLochi commented on September 21, 2024

@chaotaklon I used a specific tag of esp-idf, I think it was v2.0, which will use a working version of esp32-wifi-lib.

from esp32free80211.

chaotaklon avatar chaotaklon commented on September 21, 2024

@JanLochi
Thanks for your quick response. It works for me. In esp-idf repo, type the following cmd:
$ git checkout tags/v2.0
$ git submodule update --init --recursive

from esp32free80211.

malaimoo avatar malaimoo commented on September 21, 2024

@Jeija Reverse engineer is a good idea!

from esp32free80211.

Jeija avatar Jeija commented on September 21, 2024

It's also mentioned in the README now, but in case someone didn't notice: Please use https://github.com/Jeija/esp32-80211-tx instead if you want to use the latest esp-idf.

from esp32free80211.

Related Issues (9)

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.