Skip to content

Commit e656cdb

Browse files
author
Stefan Kremser
authored
Update README.md
1 parent 1465d0c commit e656cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Flash your device and be sure it is connected.
6262
Then start the `SerialShark.py` (it's in the `extras` folder) with `python3 SerialShark.py`.
6363
It will ask you about about the serial port (you have to find that out), the baud rate (be sure it's the same as in your sketch) and where to save the pcap file (wherever you want).
6464

65+
The baudrate for the ESP32 example is `921600`. The baudrate for the ESP8266 example is `115200`.
66+
6567
### Saving onto a SD-Card
6668

6769
For that you will need a SD-Card (obviously). You can connect it directly to the ESP8266/ESP32, but I recommend buying a SD-Card module/shield. Wire up the SPI connection (MOSI,MISO,SCL,CS,GND,VCC) to your module and basically you are ready to go!

0 commit comments

Comments
 (0)