Oled display with D1 mini Esp8266: Difference between revisions

From B-Wiki
Jump to navigation Jump to search
mNo edit summary
Line 40: Line 40:
# Configure the SW platform by sending the following commands as mentioned in the page [https://github.com/arendst/Tasmota/wiki/Displays Tasmota configuration of displays]
# Configure the SW platform by sending the following commands as mentioned in the page [https://github.com/arendst/Tasmota/wiki/Displays Tasmota configuration of displays]


Configure the I2C adress for the oled display
* Configure the I2C adress for the oled display
<pre class="prettyprint">
<pre class="prettyprint">
DisplayAddress 60
DisplayAddress 60
</pre>
</pre>


Configure the type for the display
* Configure the type for the display
<pre class="prettyprint">
<pre class="prettyprint">
DisplayModel 2
DisplayModel 2
</pre>
</pre>


Configure the dimming to be always on [https://github.com/arendst/Tasmota/wiki/Commands#displays Tasmota display commands]
* Configure the dimming to be always on [https://github.com/arendst/Tasmota/wiki/Commands#displays Tasmota display commands]
<pre class="prettyprint">
<pre class="prettyprint">
DisplayDimmer 100
DisplayDimmer 100
</pre>
</pre>


Configure the tasmota firmware to receive DisplayText commands
* Configure the tasmota firmware to receive DisplayText commands
<pre class="prettyprint">
<pre class="prettyprint">
DisplayMode 0
DisplayMode 0
</pre>
</pre>


Check that the OLED display works
* Check that the OLED display works
<pre class="prettyprint">
<pre class="prettyprint">
DisplayText [s1l1c1]Hello how are you?
DisplayText [s1l1c1]Hello how are you?
</pre>
</pre>

Revision as of 09:46, 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 dimension sheet

Software setup

Software required Link to software Description
Tasmotizer Tasmotizer github link Tasmotize releases
Tasmota Device Manager TDM github link TDM releases
Tasmota firmeware Tasmota github link Tasmota releases - choose the displays release

Steps

  1. Write the latest tasmota displays firmware
  2. Configure the wifi and the mqtt server
  3. Configure the device as generic
  4. Configure the pins as in the above HW schematic
  5. Configure the SW platform by sending the following commands as mentioned in the page Tasmota configuration of displays
  • Configure the I2C adress for the oled display
DisplayAddress 60
  • Configure the type for the display
DisplayModel 2
DisplayDimmer 100
  • Configure the tasmota firmware to receive DisplayText commands
DisplayMode 0
  • Check that the OLED display works
DisplayText [s1l1c1]Hello how are you?