Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
McMornan authored Feb 5, 2023
1 parent 1dd5745 commit fcdf76f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# ESP32-Serial-Monitor

simple ESP32 monitor using a tft touch screen

Since the beginning of my maker career I struggled with the nonexistent debugging and remote monitoring capabilities of some chips liek the standard arduino.
This device may help you in seeing those serial messages which of course only occur when your circuit is not connected to your computer :)

- tft screen with live config of font, orientation and baud rate
- telnet server to remotely monitor serial output (port 24 on ip address given to the esp32)

important:
- create the secrets file with write_data sketch (see my other repositories) first
- make sure to follow pin mapping when assembling

check out more details in the source code

BOM:
- an esp32 dev board
- a tft lcd screen which is supported by tft_espi library (ili9341, ST7789 etc.)
- lion charging circuit
- step up module to 5v (voltage might be unstable otherwise in battery mode)
- lion battery
- two switches (on/off) one for power on/off the other to toggle pause mode
- a 220uf, 10v cpacitator, close to 5v and ground on the esp32 board to buffer peaks during wlan transmission
- wires
- the 3d printed case - files are in the source directory

0 comments on commit fcdf76f

Please sign in to comment.