1. Wemos D1 mini (NodeMCU/ any ESP8266 board will work)
2. 0.96inch 80x160 display (ST7735)
4. Battery 3.7v 500mAh LiPo
Circuit diagram (for Wemos D1 mini board)
Pin connection for NodeMCU/ other ESP8266 boards
Follow these steps to avoid any errors and be successful when uploading code
Step1: Install ESP8266 board for Arduino IDE (Skip if already installed or watch this simple tutorial)
Step2: Install three libraries.
Step3: Edit pin definition from TFT_eSPI library (very important)
a. Open Arduino > libraries > TFT_eSPI
i. Open User_Setup_Select.h with notepad
ii. Put double slash // in front of this line.
iii. Remove double slash // from this line.
Save the file (CTRL+S)
b. Again from the root folder open User_Setups folder with Notepad and edit like the photo below.
Save the file and exit.
Step4: Edit WiFi name and password in Arduino code.
Arduino code Click Here
Structural Dimensions are in this PDF Drive Link
If you face any problems feel free to send email with subject "ESP Deck"
abidbusiness.01@gmail.com





The way the LiPo is connected, it doesn't seem to be charging correctly when the USB connection is active. Or am I missing something? It's connected to a permanent 5V input... and even if it were an output, the LiPo should only be charged to a maximum of 4.2V.
ReplyDelete