A program to jam all things that operate at a frequency of 2.4 KHz and cut off and stop their work But it is designed to work with ESP32 C3 to be small in size
Note: It can be run on the rest of the esp32.Just make sure that the link works for you
| nrf | esp32_c3 |
|---|---|
| VCC | 3.3V |
| GND | GND |
| CE | GPIO 20 |
| CNS | GPIO 21 |
| SCK | GPIO 4 |
| MOSI | GPIO 6 |
| MISO | GPIO 5 |
-
Arduino IDE Installation Download and install the Arduino IDE software on your device. Arduino IDE
-
Added ESP32 support to Arduino Open the Arduino IDE program. Go to: File → Preferences In the Additional Board Manager URLs box, add the following link: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json Now head to: Tools → Board → Boards Manager Find esp32 and install the official package from Espressif Systems.
-
Connecting ESP32-C3 Super Mini Connect the board using a USB-C cable. If your computer doesn't recognize them, you may need to install definitions
CH340 driver :ch340
CP210x driver :CP210x
- Board Settings Go to the Tools menu and then adjust the following settings:
Board: Select ESP32C3 Dev Module
Upload Speed: Make it 115200
Port: Choose the correct port
Use it legally..