WiFi Duck - Software Flashing Tutorial - Wireless Bad USB w/ ESP8266 + ATmega32u4

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • Visit wifiduck.com to learn more!
    About this project: • WiFi Duck - Wireless B...
    How to build the hardware: • WiFi Duck - DIY Hardwa...
    Buy a preflashed board to support this project:
    tindie: www.tindie.com...
    DSTIKE: dstike.com/pro...
    AliExpress: www.aliexpress...
    🌍 Website: spacehuhn.com/
    📝 Blog: blog.spacehuhn...
    ❤️ Donations: ko-fi.com/spac...
    🐙 Github: github.com/Spa...
  • Наука та технологія

КОМЕНТАРІ • 57

  • @jorgetucson8196
    @jorgetucson8196 4 роки тому +6

    Hey man really appreciate you making all this cool stuff, keep it on. I have a Cjmcu-3212 board do you think you could help me flashing it? I have installed the old version of the projects but i need it to have the Spanish keyboard. Thank you!

  • @_tesh2990
    @_tesh2990 3 роки тому +1

    2:19 how do i know which to chose if i don't use pro micro and same with 3:26 ?
    other that that nice vid rly helpful :)

  • @Saintin
    @Saintin 4 роки тому +1

    you can add deauther functionality.

  • @daviannajones5648
    @daviannajones5648 27 днів тому

    I cannot flash the pro micro, it says "config.h no such file or directory"

  • @pepex2443
    @pepex2443 3 роки тому +1

    I installed all of these softwares, changed the wir multiply times, but I still just get COM Port 1 on my Arduino. When I start to flash it tries to connect but fails everytime. Can anyone help me with this?

  • @dougrenton2940
    @dougrenton2940 2 роки тому +1

    i am unable to connect to it via wifi. it only allows me to connect when the usb port is plugged into the d1 mini but i cant execute scripts. it also says there is an internal connection problem. anyone know what might be goin on?

  • @albundy5467
    @albundy5467 6 місяців тому

    Ich hab mein Cactus WHID ausgegraben und versucht von WiFiDucky auf WiFiDuck zu updaten aber leider habe ich kein erfolg.. Hab esp_duck. img erstellt und geflasht aber atmega_duck kommuniziert nicht?
    wenn ich von WiFiDucky den arduino wifi duck sketch nehme erstellt er ja auch das WiFi mit dem neuen Passwort und ich seh den Webserver.. Aber der atmega32u4 wird natürlich nicht angesprochen

  • @muhammaddaniyalhaq9834
    @muhammaddaniyalhaq9834 11 місяців тому +1

    hey, that really cool project, i try to make one but i got error like this:
    Sketch uses 24540 bytes (85%) of program storage space. Maximum is 28672 bytes.
    Global variables use 1638 bytes (63%) of dynamic memory, leaving 922 bytes for local variables. Maximum is 2560 bytes.
    Property 'upload.tool.serial' is undefined
    can you give any solution?

    • @Losttourist13
      @Losttourist13 8 місяців тому

      you need to change your board.txt file.
      C:\Users\(usernamehere)\AppData\Local\Arduino15\packages\wifiduck\hardware\avr\1.8.5\board.txt
      open with notepad and scroll to your board in the "board.txt" file and change it like in the following example.
      I used a Sparkfun pro micro board so this is the example I'll use
      scroll to around line 932 where sparkfun pro micro starts. You'll find a line below it that says "promicro.upload.tool=avrdude". Change it to "promicro.upload.tool.serial=avrdude" then save the file. Then restart IDE. then compile and upload

    • @Rohithkaki1124
      @Rohithkaki1124 8 місяців тому

      i am getting the same error

    • @alimousavi2470
      @alimousavi2470 7 місяців тому

      me too@@Rohithkaki1124

  • @chandankairi3214
    @chandankairi3214 2 місяці тому

    Can I buy one readymade from you?

  • @amanprasad6221
    @amanprasad6221 3 роки тому +4

    Internal connection problem persists
    Needs troubleshooting

  • @ricksanchez7125
    @ricksanchez7125 2 роки тому +1

    In the web menu it means "Internal Connection Problem"
    why☹️

    • @tam.astermind
      @tam.astermind Рік тому

      Same problem broo, did you find the fix?

  • @SpeedCola
    @SpeedCola 4 роки тому +2

    👌

  • @rimothetes
    @rimothetes 4 роки тому

    can anyone tell me if i can push this into a whid cactus??

  • @ACHALAMI
    @ACHALAMI 3 роки тому +1

    What if i don't have the LEDs does it still work ?

    • @spacehuhn
      @spacehuhn  3 роки тому

      led is optional :)

    • @ACHALAMI
      @ACHALAMI 3 роки тому

      @@spacehuhn Thank you it worked, but when i execute codes, i find that the output is for QWERTY, and i have Windows 10 with AZERTY keyboard how to solve this problem?

    • @mwlulud2995
      @mwlulud2995 3 роки тому

      @@spacehuhn
      Hello bro I'm all doing it right and I have this error you can help me please
      #include "config.h"
      #include "debug.h"
      #include "com.h"
      #include "duckscript.h"
      #include "webserver.h"
      #include "spiffs.h"
      #include "settings.h"
      #include "cli.h"
      void setup() {
      debug_init();
      delay(200);
      com::begin();
      spiffs::begin();
      settings::begin();
      cli::begin();
      webserver::begin();
      com::onDone(duckscript::nextLine);
      com::onError(duckscript::stopAll);
      com::onRepeat(duckscript::repeat);
      if (spiffs::freeBytes() > 0) com::send(MSG_STARTED);
      delay(10);
      com::update();
      debug("
      [~~~ WiFi Duck v");
      debug(VERSION);
      debugln(" Started! ~~~]");
      debugln(" __");
      debugln("___( o)>");
      debugln("\\

  • @tonkofonko
    @tonkofonko 2 роки тому +3

    Hello I have ISSUE WITH MI ARDUINO PRO MICRO AND D1 MINI as (Wi-Fi DUCK) my poblem is when I press upload buton to upload code atmega_duck to pro micro then it show me THIS UPLOADING ERRROR: Property 'upload.tool.serial' is undefined. Please help me.

    • @chrisablondi2202
      @chrisablondi2202 Рік тому

      I have this same problem any luck?

    • @bozo3427
      @bozo3427 Рік тому +1

      Same problem dude

    • @tonkofonko
      @tonkofonko Рік тому

      @@chrisablondi2202 I was fix it after maybe 1 week.
      I fixed it like this : Save sketch and after it restart pc. Now when is pc restarted open Arduino IDE and this sketch with all libraries and other. After it wait for load it few minutes because is big sketch with all code. Now connect blank device it depends on what script you want to upload to pro micro or wifi module Esp8266. And thats it. I hope I helped you. :D

    • @GuiSilva1
      @GuiSilva1 Рік тому +2

      @@tonkofonko can you explain what you did? did you just restart your computer or did you have to install anything extra?

    • @tonkofonko
      @tonkofonko Рік тому +1

      @@GuiSilva1 No, I didn't download any other stuff. I just restarted the arduino ide and waited for the whole WiFi Duck sketch to start with everything needed and before that I cleaned the Pro micro and Esp8266(D1 mini) using the empty sketch that is when the arduino IDE starts. This is empty void setup() {}
      and void void loop() {}
      Just upload blank sketch to Pro micro and D1 mini and then upload correct code to this two boards and thats it :D

  • @goned216
    @goned216 4 роки тому

    Hey there! I have bought a wifi oled deauther and would like to know if you can actually reprogram it?
    Thank you!

    • @tonkofonko
      @tonkofonko Рік тому

      Yes you can do it. But you'd better not do it because it might not work for you during the next reprogramming.

    • @goned216
      @goned216 Рік тому +1

      @@tonkofonko The fastest response I ever got :D Thanks!

  • @MrBoi96969
    @MrBoi96969 Рік тому +1

    hey can we use digispark instead of arduino micro plz tell plz

  • @dj_peo
    @dj_peo 2 роки тому +1

    Do you know what is mean Internal connection problem?

  • @Biowolf
    @Biowolf 4 роки тому +5

    quack :V

  • @jesmindatorres8031
    @jesmindatorres8031 Рік тому

    if i want to make the DstrikeWatch(v4) into a wifi duck. do i lose the deauther?

  • @MOUKANIMOUKANA
    @MOUKANIMOUKANA Рік тому

    I got an error “Property 'upload.tool.serial' is undefined” why ????

  • @sodapopinski9922
    @sodapopinski9922 3 роки тому

    I cant get the dstike to authenticate On my rasp pi Kali 2020.4 it works perfectly fine on windows mac and Linux mint ,,it just will not connect, about 100 attempts I got it to connect but wouldn't load the webpage but any other time nope it just endless cycles asking for my password and failing to authenticate...

  • @opyx-6881
    @opyx-6881 4 роки тому

    Hello space, can i change the script of a v5 wifi deauther
    For example :
    i enter github and download an weather can i use it on the v5 ?

  • @imper3040
    @imper3040 3 роки тому

    I bought wifiduck
    There is a serious problem with string output
    If you enter ", @ is printed, and if you enter ~, | is printed.
    What should I do?

    • @spacehuhn
      @spacehuhn  3 роки тому

      make sure to use the LOCALE command to set your keyboard layout. If yours is not supported, check the github repo for a written tutorial on how to create one.

  • @bobbyallen3522
    @bobbyallen3522 3 роки тому

    Does anyone know how to fix this problem?
    Error resolving FQBN: getting
    Error compiling for board Sparkfun Pro Micro

  • @atrmax5490
    @atrmax5490 2 роки тому

    how can i make with raspbarry pi pico and esp 8266 node mcu plese sir

  • @dragonkiss9109
    @dragonkiss9109 3 роки тому

    hi this cool video i can make it with atmega 328 and esp8266 board

  • @anik6393
    @anik6393 4 роки тому

    Hlw brother can i make it with atmega 328 and esp8266 board

  • @aniketsingh_31
    @aniketsingh_31 4 роки тому

    How to use digispark instead of pro micro

  • @ДемянЗачепа
    @ДемянЗачепа 4 роки тому

    can you do this project with arduino uno

  • @XDAHACKS
    @XDAHACKS 2 роки тому +1

    getting Property 'upload.tool.serial' is undefined error

  • @Buana05minecraftindonesia
    @Buana05minecraftindonesia 4 роки тому

    Make something cool with attiny plss :)

  • @StoneyBaloney22
    @StoneyBaloney22 Рік тому

    Anyone else having the “upload.tool.serial” undefined error? Compiles but doesn’t upload 😭😭😭😭😭😭

  • @Massiveballs123
    @Massiveballs123 2 роки тому

    make one without wireless

  • @sudhispillai8885
    @sudhispillai8885 4 роки тому

    Is anyway to make a usb wifi adapter using esp8266?