ESP8266 NodeMCU Lua D1 Mini Oled Shield
ESP8266 NodeMCU Lua D1 Mini Oled Shield
Ngừng kinh doanh
Mã sản phẩm: GWCH
ESP8266 NodeMCU Lua D1 Mini Oled Shield. Giao tiếp Oled: I2C. Driver Oled: SSD1306. Tương thích: NodeMCU Lua D1 Mini hoặc D1 Mini Pro
- Cộng thêm 7 điểm tích lũy
-
Đơn hàng có giá trị từ 300.000 (đ), miễn phí vận chuyển [ tối đa 15.000 (đ) ].
Đơn hàng có giá trị từ 500.000 (đ), miễn phí vận chuyển [ tối đa 35.000 (đ) ].Xem thêm các khuyến mãi vận chuyển khác.
Sản phẩm liên quan
Chi tiết sản phẩm
ESP8266 NodeMCU Lua D1 Mini Oled Shield được sử dụng với các phiên bản Lua D1 Mini hoặc Lua D1 Mini Pro, có chức năng như một màn hình hiển thị Oled 0.66 inch với độ phân giải 64×48 Pixels giao tiếp I2C, mạch có thiết kế nhỏ gọn, tiện lắp đặt với nhiều kiểu chân cắm khác nhau.
THÔNG SỐ KỸ THUẬT
- Thành phần chính: Màn hình Oled 0.66 inch độ phân giải 64×48 Pixels
- Driver Oled: SSD1306.
- Giao tiếp Oled: I2C
- Điện áp sử dụng: 3.3VDC.
- Tương thích: NodeMCU Lua D1 Mini hoặc D1 Mini Pro.
- Chân kết nối: D1 (SCL) / D2 (SDA)
- Kích thước: 34.2 x 25.6mm.
Sử dụng kết hợp với Kit RF Thu Phát Wifi ESP8266 NodeMCU Lua D1 Mini Pro để nạp chương trình.
HÌNH ESP8266 NodeMCU Lua D1
——————–CODE THAM KHẢO———————
Thư viện SFE_MicroOLED.h : https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library
/* * Kết nối màn hình với đế nạp * Vào Tools -> Board: -> LOLIN(WEMOS) D1 mini Pro * Vào Tools -> Port. * Nạp code xong mở Serial Monitor chọn Both NL & CR, baud 115200. * Nhập ký tự cần hiện thị và gửi đi. * */ #include <Wire.h> // Include Wire if you're using I2C #include <SPI.h> // Include SPI if you're using SPI #include <SFE_MicroOLED.h> // Include the SFE_MicroOLED library ////////////////////////// // MicroOLED Definition // ////////////////////////// #define PIN_RESET 255 // #define DC_JUMPER 0 // I2C Addres: 0 - 0x3C, 1 - 0x3D ////////////////////////////////// // MicroOLED Object Declaration // ////////////////////////////////// MicroOLED oled(PIN_RESET, DC_JUMPER); // I2C Example void setup() { Serial.begin(115200); oled.begin(); // Initialize the OLED oled.clear(ALL); // Clear the display's internal memory oled.display(); // Display what's in the buffer (splashscreen) delay(1000); // Delay 1000 ms oled.clear(PAGE); // Clear the buffer. oled.setFontType(1); // Set font to type 1 oled.clear(PAGE); // Clear the page oled.setCursor(0, 0); // Set cursor to top-left } void textExamples() { if (Serial.available() > 0) { int byteRecieved = Serial.read(); if (byteRecieved == 95) { oled.clear(PAGE); // Clear the page oled.setCursor(0, 0); // Set cursor to top-left oled.display(); } else { //oled.print(byteRecieved); oled.write(byteRecieved); oled.display(); } } } void loop() { textExamples(); // Finally the text example }
Nshopvn.com · 07/03/2019 10:48 AM
ESP8266 NodeMCU Lua D1 Mini Oled Shield giá chỉ 72.000₫