Skip to content

Commit

Permalink
Updated to Arduino v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 8, 2023
1 parent 47a6e85 commit 1212d35
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions DEBUG_OUTPUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
## ESP32

1. Select appropriate (USB-)serial port for your board

![Arduino_IDE-Tools_Port](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/be496bf8-89ce-4db5-b1bf-c88a7f5e99cb)

<img src="https://user-images.githubusercontent.com/83612361/210953111-3381fcb4-0d39-43f5-bcfe-5d381bc04c00.png" alt="ESP32 Port Selection" width="500">
**or**

![Arduino_IDE-Select_Other_Board_and_Port](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/ac847f23-4fe6-4111-929f-ac6d36cb8a53)

2. Select desired debug level
<img src="https://user-images.githubusercontent.com/83612361/210953437-b35a0bb3-df71-4292-ad0b-9e50846d6cc8.png" alt="ESP32 Core Debug Level" width="500">

![Arduino_IDE-Tools_CoreDebugLevel](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/72a8b1d9-8d39-41fc-9658-78b432b73d56)

This passes the define `CORE_DEBUG_LEVEL`to the compiler accordingly.

Expand All @@ -17,15 +21,16 @@ Refer to the following for some background information
* https://www.mischianti.org/2020/09/20/esp32-manage-multiple-serial-and-logging-for-debugging-3/
* https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-log.h


## ESP8266

1. Select appropriate (USB-)serial port for your board

<img src="https://user-images.githubusercontent.com/83612361/210953111-3381fcb4-0d39-43f5-bcfe-5d381bc04c00.png" alt="ESP8266 Port Selection" width="500">
![Arduino_IDE-Tools_Port_ESP8266](https://github.com/matthias-bs/BresserWeatherSensorReceiver/assets/83612361/dafbdd33-244f-44b3-b3f4-da854633f634)

2. Select the appropriate Debug Port (MCU serial interface) of your board

<img src="https://user-images.githubusercontent.com/83612361/210956029-e185a233-ad06-4457-b5a0-655db2177986.png" alt="ESP8266 Debug Port Selection" width="500">
![Arduino_IDE-Tools_Debug_Port_ESP8266](https://github.com/matthias-bs/BresserWeatherSensorReceiver/assets/83612361/7d7fdc96-2abd-4f55-9203-595f08eb7f06)

3. If needed, change the debug level in `WeatherSensorCfg.h`
```
Expand Down

0 comments on commit 1212d35

Please sign in to comment.