จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 5 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | ESP32 |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
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 |