Coder Social home page Coder Social logo

Comments (6)

bddvlpr avatar bddvlpr commented on May 20, 2024

https://github.com/samdenty99/Wi-PWN/blob/master/arduino/Wi-PWN/Attack.cpp

from wi-pwn.

Enziak avatar Enziak commented on May 20, 2024

I'm still learning and I can't manage to do that.

C:\Users\enzo\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\cores\esp8266/WString.h:113: undefined reference to setOutputPower(float)'`

I hope it's good idea to implement and will be in next release.

from wi-pwn.

Enziak avatar Enziak commented on May 20, 2024

I think i made it to work

in Attack.cpp added
`void setOutputPower(float dBm) {

uint8_t val = (dBm*4.0f);
system_phy_set_max_tpw(val);

}`

in beacon attack loop setOutputPower(random(21));

Effect is not same, it's bit smaller power range than in spacehuhn project but work like i wanted.

btw, sometimes randomly 2nd led turning on on my nodemcu, it shine pretty low and cant find for what it is

from wi-pwn.

bddvlpr avatar bddvlpr commented on May 20, 2024

I'm not completely sure but i think the GPIO pins D0 and D1 are actually the built-in leds too.

from wi-pwn.

Enziak avatar Enziak commented on May 20, 2024

Yeah, when connected to some stronger 1A+ usb, second led above rst button can be turn on or off when i touch GPIO pins D0 and D1 (really low constant light)

No output in serial monitor and can't notice if it do something more.

from wi-pwn.

bddvlpr avatar bddvlpr commented on May 20, 2024

Feel free to make a pull request. Until then, i’m closing this issue as it is no longer necessary right now.

from wi-pwn.

Related Issues (20)

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.