Skip to content

Commit 5b8644e

Browse files
Mel WVeijo Pesonen
Mel W
authored and
Veijo Pesonen
committed
formatting nitpicks
1 parent 0100234 commit 5b8644e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This driver supports AT firmware versions 1.3.0 to 1.7.0. We advise updating the
1313

1414
## Restrictions
1515

16-
- The ESP8266 Wi-Fi module does not allow the TCP client to bind to a specific port.
17-
- Setting up a UDP server is not possible.
18-
- The serial port does not have hardware flow control enabled by default. Additionally, the AT command set does not have a method for limiting the download rate. Therefore, downloading anything larger than the serial port input buffer is unreliable
16+
* The ESP8266 Wi-Fi module does not allow the TCP client to bind to a specific port.
17+
* Setting up a UDP server is not possible.
18+
* The serial port does not have hardware flow control enabled by default. Additionally, the AT command set does not have a method for limiting the download rate. Therefore, downloading anything larger than the serial port input buffer is unreliable
1919
unless you use [AT firmware](https://www.espressif.com/en/support/download/at?keys=) version 1.7.0 or later. With older
2020
firmware, an application should be able to read fast enough to stay ahead of the network. This applies mostly to TCP
2121
protocol, where data would be lost without notification. On UDP using all firmware versions, the higher-layer protocol should recover from packet loss.
@@ -71,30 +71,30 @@ Once you have your hardware set up, add a configuration like the following to yo
7171
7272
### Example board pins
7373
74-
1. TX - D1 (Arduino Uno Revision 3 connectivity headers)
75-
2. RX - D0 (Arduino Uno Revision 3 connectivity headers)
76-
3. RTS - PG_12 (STMicroelectronics Morpho extension pin headers)
77-
4. CTS - PG_15 (STMicroelectronics Morpho extension pin headers)
74+
* TX: D1 (Arduino Uno Revision 3 connectivity headers)
75+
* RX: D0 (Arduino Uno Revision 3 connectivity headers)
76+
* RTS: PG_12 (STMicroelectronics Morpho extension pin headers)
77+
* CTS: PG_15 (STMicroelectronics Morpho extension pin headers)
7878
7979
### Example ESP8266 pins
8080
81-
1. TX - D1 (Arduino Wireless Protoshield headers)/ TX (ESPBee XBee headers)
82-
2. RX - D0 (Arduino Wireless Protoshield headers)/ RX (ESPBee XBee headers)
83-
3. RTS - RTS (ESPBee XBee headers)
84-
4. CTS - CTS (ESPBee XBee headers)
81+
* TX: D1 (Arduino Wireless Protoshield headers)/ TX (ESPBee XBee headers)
82+
* RX: D0 (Arduino Wireless Protoshield headers)/ RX (ESPBee XBee headers)
83+
* RTS: RTS (ESPBee XBee headers)
84+
* CTS: CTS (ESPBee XBee headers)
8585
8686
### Connections
8787
88-
With these pictures only consider the green and yellow wires which are connected to ESP8266. Pink wire is for reset and
89-
the rest for firmware update. TX and RX go through Arduino pins D1 and D0.
88+
With these pictures only consider the green and yellow wires which are connected to ESP8266. The pink wire is for reset and
89+
the rest are for firmware update. TX and RX go through Arduino pins D1 and D0.
9090
9191
**Note:** Pull down GPIO15(ESPBee RTS) during startup to boot from flash, instead of **firmware update** or
9292
**boot from SD card**. Once the software is running, the same pin is used as the RTS pin:
9393
94-
1. Board TX - ESP8266 RX
95-
2. Board RX - ESP8266 TX
96-
3. Board RTS(grey) - ESP8266 CTS(yellow)
97-
4. Board CTS(white) - ESP8266 RTS(green)
94+
* Board TX: ESP8266 RX
95+
* Board RX: ESP8266 TX
96+
* Board RTS (grey): ESP8266 CTS(yellow)
97+
* Board CTS (white): ESP8266 RTS(green)
9898
9999
![RTS,CTS](nucleo_esp8266_hw_fc1.jpg)
100100
![RTS,CTS](nucleo_esp8266_hw_fc2.jpg)

0 commit comments

Comments
 (0)