You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-62Lines changed: 29 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@
25
25
</div>
26
26
<br/>
27
27
28
-
## 📖 Explore the Full Documentation
28
+
## 📖 Explore the nRFBox Wiki
29
29
30
-
Ready to dive deeper into nRFBOX's details? Discover the full story, in-depth tutorials, and all the exciting features in our comprehensive [documentation](https://cifertech.net/nrfbox-your-all-in-one-gadget-for-ble-and-2-4ghz-networks/). Click the link and explore further!
30
+
Complete project story, in-depth tutorials, and all the features in [Wiki](https://github.com/cifertech/nRFBox/wiki)! From Wi-Fi deauthentication attacks to Sub-GHz signal replay, the Wiki covers everything you need to get started. [Click here to explore now!](https://github.com/cifertech/nRFBox/wiki)
31
31
32
32
<div> </div>
33
33
@@ -82,9 +82,12 @@ Ready to dive deeper into nRFBOX's details? Discover the full story, in-depth tu
82
82
</tbody>
83
83
</table>
84
84
85
-
- When using **multiple NRF24** modules, the power demands can exceed the capabilities of the onboard power supply or regulator. Running three NRF modules simultaneously may cause instability, leading to intermittent failures or causing the nRFBox to stop functioning altogether.
86
-
-**Range Limitations**: The jammer is most effective at short range. Beyond a certain distance, the signal weakens, making it harder to consistently disrupt communication.
87
-
-**Device Variability**: Different devices react to jamming signals in varying ways. Some may be more resistant.
85
+
> [!NOTE]
86
+
> - When using **multiple NRF24** modules, the power demands can exceed the capabilities of the onboard power supply or regulator. Running three NRF modules simultaneously may cause instability, leading to intermittent failures or causing the nRFBox to stop functioning altogether.
87
+
> -**Range Limitations**: The jammer is most effective at short range. Beyond a certain distance, the signal weakens, making it harder to consistently disrupt communication.
88
+
> -**Device Variability**: Different devices react to jamming signals in varying ways. Some may be more resistant.
89
+
90
+
88
91
89
92
<div> </div>
90
93
@@ -95,30 +98,26 @@ nRFBOX is a wireless toolkit designed to explore, analyze, and interact with var
<p style="font-style: italic; font-size: 14px; margin-top: 5px;">nRFBox-v3 based on ESP32</p>
141
+
</td>
138
142
</tr>
139
143
</table>
140
144
141
145
142
-
<div> </div>
143
-
144
-
## 🔗 Uploading the Firmware (.bin) to ESP32
145
-
146
-
If you prefer not to upload the code manually or encounter errors during compilation, you can directly upload the precompiled `.bin` file to the ESP32. Follow these steps:
147
-
148
-
### Step 1: Download the Required Tools
149
-
1.**ESP32 Flash Download Tool**: Download the tool from Espressif's official site: [ESP32 Flash Download Tool](https://www.espressif.com/sites/default/files/tools/flash_download_tool_3.9.7_2.zip).
150
-
2.**USB Drivers**: Make sure the drivers for the ESP32 are installed on your system. You can download the drivers from [CP210x USB to UART Bridge VCP Drivers](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers) if you're using the CP2102 chip.
151
-
152
-
### Step 2: Prepare the `.bin` File
153
-
1. Download the [precompiled `.bin`](https://github.com/cifertech/nRFBox/tree/main/precompiled%20%20bin) file from the repository.
154
-
155
-
### Step 3: Upload the `.bin` File to ESP32
156
-
1. Connect your ESP32 to your computer using a USB cable.
157
-
2. Open the **ESP32 Flash Download Tool** and configure the following:
158
-
- Select the appropriate **chip type** (ESP32) and click **OK**.
159
-
- In the **Download Path Config** section, add the `.bin` file and set the start address to `0x10000`.
160
-
- Select the correct **COM port** where your ESP32 is connected.
161
-
- Choose the correct **Baud rate** (115200 is generally recommended).
162
-
163
-
3. Click on **Start** to begin uploading the `.bin` file to your ESP32.
164
-
165
-
### Step 4: Verify the Upload
166
-
Once the upload is completed, the tool will confirm a successful flash. You can now restart your ESP32 and run the firmware.
167
-
168
-
169
-
### Arduino IDE 1.8 Settings:
170
-
If you want to upload the sketch code to the ESP32, use the following settings in the Tools menu:
0 commit comments