@@ -42,12 +42,12 @@ with Print commands like Serial Monitor.
42
42
By default the Arduino only has as debug possibility via the Serial port.
43
43
This has a few disadvantages:
44
44
45
- - requires a physical cable to the Arduino device (if the device is far away or in a remote location this is not easy)
45
+ - it requires a physical cable to the Arduino device (if the device is far away or in a remote location this is not easy)
46
46
- debugging multiple Arduinos at the same time requires many serial ports and a lot of cables
47
47
48
48
With the ESP8266 (NodeMCU) or ESP32 we now have network connectivity (WiFi) which can be used for streaming debugging information in real-time.
49
49
50
- This library is good for IoT projects, home automation, mobile robots (can debug it in moviment with a cable ?) or
50
+ This library is good for IoT projects, home automation, mobile robots (when they are moving, can you debug them with a cable?) or
51
51
another WiFi projects.
52
52
53
53
In fact, this library was born of a need to debug an IoT project of home automation.
@@ -62,13 +62,13 @@ See it in: [MiP_ESP8266_Library](https://github.com/Tiogaplanet/MiP_ESP8266_Lib
62
62
__ RemoteDebug__ is improved with client buffering (is last send is <= 10ms),
63
63
to avoid mysterious delays of WiFi networking on ESP32 and ESP8266 boards
64
64
65
- Note: If your project not use WiFi, you can use my another library,
65
+ Note: If your project don't use WiFi, you can use my other library,
66
66
the __ [ SerialDebug] ( https://github.com/JoaoLopesF/SerialDebug ) __ library,
67
67
this library works with any Arduino board.
68
68
69
- Note II: __ RemoteDebug__ library is now only to Espressif boards, as ESP32 and ESP8266,
70
- If need for another WiFi boards, please add an issue about this
71
- and we will see if it is possible made the port for your board .
69
+ Note II: __ RemoteDebug__ library works only on Espressif boards, such as ESP32 and ESP8266,
70
+ If you need to make it work with another WiFi boards, please add an issue about this
71
+ and we will see if it is possible.
72
72
73
73
## How it looks
74
74
@@ -93,9 +93,9 @@ Youtube (3 telnet connections with RemoteDebug) v1:
93
93
Contribute to this library development by creating an account on GitHub.
94
94
95
95
Please give a star, if you find this library useful,
96
- this help an another people, discover it too .
96
+ this help other people to discover it.
97
97
98
- Please add an issue for problems or suggestion .
98
+ Don't hesitate to add an issue or to request a new feature .
99
99
100
100
## News
101
101
@@ -115,7 +115,7 @@ Please add an issue for problems or suggestion.
115
115
to support the RemoteDebugApp connection.
116
116
117
117
- RemoteDebugApp is in beta,
118
- if you have any problems or suggestions, please add issue about this.
118
+ if you have any problems or suggestions, please add an issue about this.
119
119
120
120
- The telnet connection remains, to any want this,
121
121
or to internet offline uses.
0 commit comments