Skip to content

Commit f9a2579

Browse files
committed
Added "Other Software" chapter
1 parent 4a5ab73 commit f9a2579

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,23 @@ while True:
347347
time.sleep(2.0
348348
```
349349

350-
Once again, this results an a very predictable output (next to the LED behaving like a christmas tree :christmas_tree:):
350+
Once again, this results an a very predictable output (next to the LED behaving like a christmas tree): :christmas_tree:
351351

352352
image::resources/images/led-example-output.gif[]
353353

354+
== Other helpful Software
355+
356+
Both of the following tools are great for checking connections and for debugging (e.g. viewing console outputs).
357+
358+
=== ESPLorer
359+
360+
https://esp8266.ru/esplorer[ESPLorer] is a Java-based https://github.com/4refr0nt/ESPlorer[open source] IDE for developing with ESP or NodeMcu boards.
361+
Additionally, it also allows uploading files, executing commands on the board and viewing the console output via the serial port.
362+
363+
=== CoolTherm
364+
365+
CoolTherm, which can be downloaded https://freeware.the-meiers.org[here], also establishes a connection to the board via its serial port.
366+
354367
== Links and Resources
355368

356369
For more detailed information, see the following resources:

0 commit comments

Comments
 (0)