Oled display with D1 mini Esp8266: Difference between revisions

From B-Wiki
Jump to navigation Jump to search
mNo edit summary
Line 16: Line 16:


== Specifications ==
== Specifications ==
=== Dimensions ===


* Hardware Specifications Description
[[File:Oled-display-dimensions.png|300px|thumb|left|Oled display dimention sheet]]
* Chipset ESPRESSIF-ESP32 240MHz Xtensa® dual-core 32-bit LX6 microprocessor
* FLASH QSPI flash 4MB
* SRAM 520 kB SRAM
* Button Reset
* USB to TTL CP2104
* Interface UART, SPI, SDIO, I2C, LED PWM, TV PWM, I2S, IRGPIO,ADC, capacitor touch sensor, DACLNA pre-amplifier
* Display IPS ST7789V 1.14 Inch
* Working voltage 2.7V-4.2V
* Working current About 60MA
* Sleep current About 120uA
* Working temperature range -40C~+85°C
* Size & Weight 51.52 x 25.04 x 8.54mm(7.81g)
* Power Supply Description
* Power Supply USB 5V/1A
* Charging current 500mA
* Battery 3.7V lithium battery
* JST Connector 2Pin 1.25mm
* USB Type-C
* Wi-Fi Description
* Standard FCC/CE-RED/IC/TELEC/KCC/SRRC/NCC
* Protocol 802.11 b/g/n (802.11n, speed up to 150Mbps) A-MPDU and A-MSDU polymerization, support 0.4us Protection interval
* Frequency range 2.4GH2~2.5GHz(2400M-2483.5M)
* Transmit Power 22dBm
* Communication distance 300m
* Bluetooth Description
* Protocol Support bluetooth V4.2BR/EDR and BLE standard
* Radio frequency With -97dBm sensitivity NZIF receiver Class-1, Cl ass-2 & Class-3 emitter AFH
* Audio frequency CVSD&SBC audio frequency
* Software Description
* Wi-Fi Mode Station/SoftAP/SoftAP+Station/P2P
* Security mechanism WPA/WPA2/WPA2-Enterprise/WPS
* Encryption Type AES/RSA/ECC/SHA
* Firmware upgrade UART download/OTA (Through network/host to download and write firmware)
* Software Development Support cloud server development/SDK for user firmware development
* Networking protocol IPv4, IPv6, SSL, TCP/UDP/HTTP/FTP/MQTT
* User Configuration AT + Instruction set, cloud server, android/iOSapp
* OS FreeRTOS
Package includes:
 
1 x Development board with pins
1 x Battery cable


== Software setup ==
== Software setup ==

Revision as of 09:29, 3 January 2020

Features

Oled display with D1 mini Esp8266

https://bogza.ro/index.php/Oled_display_with_D1_mini_Esp8266
Case front facing D1 mini ESP8266 mount
Case back facing D1 mini ESP8266 mount
Case front facing oled mount
Case back facing oled mount
Case wiring the esp8266 and the oled display


Specifications

Dimensions

Oled display dimention sheet

Software setup

; platformio.ini PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino

lib_deps = TFT_eSPI, Button2

monitor_speed = 115200

Image converter tool

https://sourceforge.net/projects/lcd-image-converter/files/latest/download

Modify files in according to the instructions

C:\Users\<User>\.platformio\lib\TFT_eSPI_ID1559\User_Setups