From 556fd6a652ae51c14e9f054a65393db3fe72f373 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sun, 4 Oct 2020 11:17:06 +0200 Subject: [PATCH] fix uper case typo in path --- wiki/Cheap-ESP-12F-based-serial-wifi-module.md | 2 +- wiki/ESP-32-CAM.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Cheap-ESP-12F-based-serial-wifi-module.md b/wiki/Cheap-ESP-12F-based-serial-wifi-module.md index 59df5259..d092cda5 100644 --- a/wiki/Cheap-ESP-12F-based-serial-wifi-module.md +++ b/wiki/Cheap-ESP-12F-based-serial-wifi-module.md @@ -1,7 +1,7 @@ We can flash our loved ESP3D to cheap ESP-12F based serial wifi module (eg [from aliexpress](https://www.aliexpress.com/item/ESP8266-ESP-12F-Serial-WIFI-Wireless-Transceiver-Module-For-Arduino-ESP-12F-Adapter-Expansion-Board-For/32804504326.html) ). It contains built in 2way levelshifter/bi-directional logic level converter. So we can power and use via 5V uart from the 3d printers' motherboard. * We need to manualy ground the ```IO0``` while powering up to start in flash mode while powering up (there is no switch for that, neither for reset) - * ![wiring](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/esp/ESP12.png) + * ![wiring](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/ESP/ESP12.png) * I used FTDI adapter as usb2serial * We have to see in console/serial monitor boot mode is (*1*,7). * baudrate: 74880 diff --git a/wiki/ESP-32-CAM.md b/wiki/ESP-32-CAM.md index bcc1d10d..7d2fe2c9 100644 --- a/wiki/ESP-32-CAM.md +++ b/wiki/ESP-32-CAM.md @@ -1,6 +1,6 @@ # Wiring ESP32 CAM Once the board is programmed, the wiring to the printer board should be like this: -![ESP32 CAM connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/esp/ESPcam32.png) +![ESP32 CAM connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/ESP/ESPcam32.png) note: this is not the only way to connect the board.