ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
esp32 + OLED 128x64  for WiFi and Bluetooth  

The board is 2.4 GHz dual-mode WiFi and Bluetooth low power technology, with a wide range of safe, reliable and scalable applications for the TSMC 40nm chips, power and best RF features.
Support three modes: using AP, STA and AP + STA LUA program support, easy to develop.
ESP32 has integrated antenna and RF Barron, power amplifier, low noise amplifier, filter and supply Management module.
Support for the LwIP protocol.High-performance price ratio.
Small size, easy embedding to other products powerful.The entire solution is the smallest PCB area.

Features:
 
high-performance price ratio
small size, easy embedding to other products powerful
with the support of the LwIP protocol
support three modes: using AP, STA and AP and STA LUA program support, easy to develop
 
Description:
 
The entire solution is the smallest PCB area.
ESP32 has integrated antenna and RF Barron, power amplifier, low noise amplifier, filter and supply Management module.
The board is 2.4 GHz dual-mode Wi-Fi and Bluetooth low power technology, with a wide range of safe, reliable and scalable applications for the TSMC 40nm chips, power and best RF features.
 
Package Including
 
1 * ESP32 OLED Development Board

ใช้งานเบื่องต้น







ใช้โค๊ทจากตัวอย่างแล้วแก้ไขทดสอบ

// Include the correct display library
// For a connection via I2C using Wire include
#include "Wire.h"  // Only needed for Arduino 1.6.5 and earlier
#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`
#include "images.h"
SSD1306  display(0x3c, 5, 4);
#define DEMO_DURATION 3000
typedef void (*Demo)(void);
 
int demoMode = 0;
int counter = 1;
 
void setup() {
  Serial.begin(115200);
  Serial.println();
  Serial.println();
 
  // Initialising the UI will init the display too.
  display.init();
 
  display.flipScreenVertically();
  display.setFont(ArialMT_Plain_10);
}
 
void drawFontFaceDemo() {
    // Font Demo1
    // create more fonts at http://oleddisplay.squix.ch/
    display.setTextAlignment(TEXT_ALIGN_LEFT);
    display.setFont(ArialMT_Plain_10);
    display.drawString(0, 0, "Arduinoshop99");
    display.setFont(ArialMT_Plain_16);
    display.drawString(0, 18, "Arduino");
    display.setFont(ArialMT_Plain_24);
    display.drawString(0, 35, "..shop99..");
}
 
void drawImageDemo() {
    // see http://blog.squix.org/2015/05/esp8266-nodemcu-how-to-create-xbm.html
    // on how to create xbm files
    display.drawXbm(34, 14, WiFi_Logo_width, WiFi_Logo_height, WiFi_Logo_bits);
}
Demo demos[] = {drawFontFaceDemo, drawImageDemo};
int demoLength = (sizeof(demos) / sizeof(Demo));
long timeSinceLastModeSwitch = 0;
 
void loop() {
  // clear the display
  display.clear();
  // draw the current demo method
  demos[demoMode]();
 
  display.setTextAlignment(TEXT_ALIGN_RIGHT);
  display.drawString(10, 128, String(millis()));
  // write the buffer to the display
  display.display();
 
  if (millis() - timeSinceLastModeSwitch > DEMO_DURATION) {
    demoMode = (demoMode + 1)  % demoLength;
    timeSinceLastModeSwitch = millis();
  }
  counter++;
  delay(10);
}



เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม