nRF24L01 wifi jammer

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Module to Jam wifi with nRF24L01 and Arduino.
    Code and explanation:
    hugorezende.com...
    This is for educational purposes only.

Комментарии • 29

  • @myonline88
    @myonline88 5 лет назад +1

    That's awesome project bro.

  • @rodriguezfranco3839
    @rodriguezfranco3839 Год назад

    This is the coolest I thought the only way yo jam wifi was with those esp8266 or esp32 modules

  • @hasnatahmed9800
    @hasnatahmed9800 3 месяца назад

    how do you get to know exact frequency of your wifi can you plz tell me

  • @stefanadrianelefterescu8027
    @stefanadrianelefterescu8027 6 месяцев назад

    would this work with the pcb antenna version too?

  • @FransDhitoPutraDirgantara
    @FransDhitoPutraDirgantara Год назад

    my device cant work but can read signal but cant jamming, can you give me solutuion ?

  • @parinmaheshwari5171
    @parinmaheshwari5171 Год назад

    brother it can jam mobile network also??

  • @rimbang_
    @rimbang_ 2 года назад

    can i use digispark attiny85?

  • @seb2118
    @seb2118 3 года назад

    Did you try with different range?

  • @nicohd3308
    @nicohd3308 2 года назад

    Bonjour j'ai réalisé votre montage, mais ça ne me brouille pas le wifi du téléphone .
    Je vous laisse le code pour voir si je n'ai pas fait d'erreur .
    Merci de votre réponse cordialement .
    #include
    #include
    #include
    RF24 radio ( 9 , 10 ) ;
    void setup ( )
    {
    radio . begin ( ) ;
    radio . setDataRate ( RF24_250KBPS ) ; // en plus
    radio . setPALevel ( RF24_PA_HIGH ) ;
    radio . stopListening ( ) ;
    }
    void loop ( )
    {
    // pour moi canal 11 ( 2.452GHz - 2.472GHz )
    for ( int i = 51 ; i < 73 ; i ++ )
    {
    radio . setChannel ( i ) ;
    const char text [ ] = "320939210nsdf" ;
    radio . write ( & text , sizeof ( text ) ) ;
    } }

  • @zeolusily
    @zeolusily 5 лет назад +1

    sroy bro. just want to know, what are the board the most left of the breadboard. related to this project?

    • @hugoreze
      @hugoreze  5 лет назад

      It's just to provide the power supply to the protoboard. Look for MB102

    • @zeolusily
      @zeolusily 5 лет назад

      @@hugoreze Do you think i can tackle the 2.4Ghz quadcopter as well?

    • @hugoreze
      @hugoreze  5 лет назад

      @@zeolusily you have to test but I don't think so. The signal of the RF drones are quite strong and some of them use interpolation of channels, what means if there is some noise in the band, it changes automatically (the same happens with Bluetooth). As soon this device can cause interference in only one channel one each a time, it won't work. You can search for some device that cause interference in the hole 2.4Ghz. But be careful, cause interference in RF purposely is crime in many countries. :)

    • @zeolusily
      @zeolusily 5 лет назад

      @@hugoreze noted Thanks a lot

    • @zeolusily
      @zeolusily 5 лет назад

      One more. nrf can interfere 1 at a time? i thought we can use the i= xx , i

  • @romanluksa9282
    @romanluksa9282 5 лет назад +2

    Great. Please the source code + schematic. Thank you.

    • @hugoreze
      @hugoreze  5 лет назад

      Hello. Here you are: hugorezende.com.br/blog/index.php/2019/02/06/jamming-wifi-signal-with-an-arduino-and-nrf24l01-module/

    • @romanluksa9282
      @romanluksa9282 5 лет назад

      ​@@hugoreze Thank you. :-)

    • @antenadx6175
      @antenadx6175 Год назад

      @@hugoreze is there any way to do the same on 5Ghz WiFi??

  • @arthus1971
    @arthus1971 2 года назад

    Interesante pero es una perdida de tiempo sin un esquemático

  • @beraticen81
    @beraticen81 Год назад

    hi can i use esp-8266-01?

  • @pahadiprogrammer4914
    @pahadiprogrammer4914 5 лет назад

    HOW YOU GET TO KNOW THAT THE CHANNEL IS ON 4 PLEASE EXPLAIN

    • @hugoreze
      @hugoreze  5 лет назад

      You can see in the spectrometer where is the most active channel, or you can also install WiFiAnalyzer on your phone and check what is the channel of each access point.

    • @zippohvh
      @zippohvh 3 года назад

      If you’re running Linux you can use airodump-ng to find wifi channels.

    • @abdullahihsanar364
      @abdullahihsanar364 5 месяцев назад

      @@hugoreze Thanks bro for your project. What I'm curious about is this: For example, if it is a different channel, the channel I want to suppress noise on is, for example, 11, I write this in the code with i=?
      How much do I need to do?

  • @shanmugasundaram.n3964
    @shanmugasundaram.n3964 4 года назад

    Sir give the circuit diagram plz plz sir