We all know the very efficient NEXTION displays. Easy to use but quite expensive.
I recently discovered DWIN, a very innovative company, from China.
DWIN displays are powerful, low cost.
This small project shows how we can send sensor information to DWIN display.
I use the costless 480x270 DMG48270C043 model.
Link to Aliexpress :
Where to buy display :
https://www.lextronic.fr/afficheur-tft-dmg48270-77215.html
https://www.gotronic.fr/art-ecran-tactile-programmable-4-3-dw-4-3-38014.htm
1. Unzip DWIN BME280 - You can find DWIN_BME280.ino (for arduino programming) Set by default to Nodemcu board (choose your board) Upload program. Test1 dwin folder (contains DWIN_SET folder, to be copied to SD card).
2. Copy DWIN_SET folder on SD card root
3. Switch off DWIN display, insert SD card
4. Power on the display; the upload begins unl END displays
5. Power off the display, take off the SD card
6. Power on the display, you should see interface, waing for sensor informaons
7. Let’s wire all this !!
Wiring display, sensor to the arduino or diy board ...
Pinout of display Pin 1 : +5V
Pin 2 : Ground
Pin3 : RX (to TX arduino) Pin 4 : TX (to RX arduino)
Wiring display, sensor to the arduino or diy board ...
Pinout of diy board NodeMCUexp_v1 board Display
TX pin (to RX display pin 3)
RX pin (to TX display pin 4)
Gnd pin 4 J3 connector (to Gnd display pin 2) +5V pin 1 J3 connector (to +5V display pin 1) Sensor BME280 :
J7 connector
VIN : J7 pin 1
Gnd : J7 pin 4
SCL : J7 pin 2
SDA : J7 pin 3
Wiring display, sensor to the arduino uno board ...
Display
TX pin (to RX display pin 3)
RX pin (to TX display pin 4)
Ground pin (to Gnd display pin 2)
+5V pin 1 J3 connector (to +5V display pin 1) Sensor BME280 :
VIN : +3.3V arduino
Gnd : Gnd arduino
SCL : I2C SCL arduino
SDA : I2C SDA arduino
Everithing is wired … Power on and enjoy!
Useful links
Project of DIY sensors NODEMCU board :
https://www.pcbway.com/project/shareproject/NodeMCUexp_v1_board_d5215a2c.html
DWIN displays :
https://www.aliexpress.com/store/1101578880?spm=a2g0o.detail.100005.1.b6ba2886o5ZarQ
Comments