€4.90
Available · 23 piece · 1-3 days
Product information "0.66" OLED Display Shield for D1 Mini"
Features
- I2C interface
- I2C address definable via jumper (0x3C or 0x3D)
- Supply voltage: 3.3V
- Display size: 0.66"
- Resolution: 64x48 pixels
- Delivery incl. pin headers
Pins
- 3.3V: 3.3V power supply
- D1: SCL
- D2: SDA
- GND: Ground
Zolltarifnummer: | 85312020 |
---|---|
Brand: | BerryBase |
Country of Origin: | China |
EAN: | 4251266706229 |
Gross Weight (kg): | 0.005 |
Manufacturer ID: | D1-O66S |
Product ID: | D1-O66S |
BerryBase GmbH
Bei den Mühren 70
DE 20457 Hamburg
https://www.berrybase.de
[email protected]
WEEE number: 83795550
Person responsible for the EU
See manufacturer information
Safety instructions
- Keep the product away from water, moisture and extreme temperatures.
- Avoid contact with power sources above the specified voltage limits.
- Ensure that the board is properly earthed to avoid electrostatic damage.
- Do not connect external components without checking their compatible voltage and current.
- Only use the product in well-ventilated environments to avoid overheating.
- Dispose of the product in accordance with local regulations for electrical and electronic equipment.
- Small components - keep away from children as there is a risk of suffocation.
- Never dispose of damaged circuit boards or battery-operated shields without discharging them.
Login
2 reviews
26 April 2025 19:04
Klein aber
Eine wichtige Info fehlt in der Beschreibung: Das Shield verwendet den SSD1306 Controller. Hier mein Beispielcode für ESPHome (Version: 2025.4.0): esphome: name: test-esp8266-oled friendly_name: Test ESP8266 OLED esp8266: board: d1_mini # Enable logging logger: # Enable Home Assistant API api: encryption: key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ota: - platform: esphome password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "ESP8266 OLED Fallback Hotspot" password: "OLED" captive_portal: # Sync time with Home Assistant. time: - platform: homeassistant id: homeassistant_time font: - file: "gfonts://Roboto" id: roboto size: 10 i2c: sda: D2 scl: D1 frequency: 200kHz display: - platform: ssd1306_i2c model: "SSD1306 64x48" reset_pin: D0 address: 0x3C lambda: |- it.print(6, 10, id(roboto), "Hello World!"); it.line(0, 0, 63, 0); it.line(63, 0, 63, 47); it.line(63, 47, 0, 47); it.line(0, 47, 0, 0); it.print(5, 24, id(roboto), "It's"); it.strftime(20, 24, id(roboto), "%H:%M:%S", id(homeassistant_time).now());
22 February 2022 00:00
-
-