File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
352352image::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
356369For more detailed information, see the following resources:
You can’t perform that action at this time.
0 commit comments