จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 0 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Esp8266WiFi |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Wemos Nodemcu Wifi ESP8266 + 0.96 Inch OLED Board
All ESP8266 pins broken out.
12 digital pins
1 analog input
Integrated 0.96″ OLED
Micro USB connection
Compatible with Arduino
Compatible with NodeMCU(Lua for ESP8266)
Input Power 5V
Compatible for Arduino
Compatible with NodeMCU(Lua for ESP8266)
Click the link for more details:
![]() ![]() #include "ESP8266WiFi.h" //เวลาใช้งานจริงแก้เป็น<ESP8266WiFi.h> #include "Wire.h" //เวลาใช้งานจริงแก้เป็น
#include "SSD1306.h"
const char * ssid = "AS99_5G"; // Name of the WiFi network to which we are going to connect
const char * password = "XXXXXXXX"; // Password of the WiFi network to which we are going to connect
SSD1306 display (0x3c, 5, 4); // GPIO 5 = D1, GPIO 4 = D2
#define flipDisplay true
void setup() {
Serial.begin (115200);
delay (10);
// * We initialize the screen * /
display.init ();
if (flipDisplay) display.flipScreenVertically ();
// * We show the welcome screen * /
display.clear ();
display.setFont (ArialMT_Plain_16);
display.drawString (15, 25, "Arduinoshop99");
display.display ();
delay (3000);
}
void loop() {
// * Show network on screen * /
Serial.println ();
Serial.println ();
Serial.print ("Connecting to");
Serial.println (ssid);
display.clear ();
display.setFont (ArialMT_Plain_16);
display.drawString (0, 0, "Arduinoshop99");
display.drawString (0, 20, "Connecting to>>");
display.drawString (0, 40, ssid);
display.display ();
// * Connect to the WiFi network * /
WiFi.begin (ssid, password);
//while (WiFi.status ()! = WL_CONNECTED)
//{
//delay (500);
//Serial.print (".");
//}
} ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |