สินค้าทั้งหมด (All products)

8 products

  • Sale -27% บอร์ด ESP8266 NodeMCU WiFi สำหรับ IoT พร้อมใช้งานกับ Arduino IDE และ Micro:bit

    Global Pi Shop NodeMCU ESP8266 board

    NodeMCU ESP8266 NodeMCU is a microcontroller board developed using the ESP8266 chip from Espressif, which is notable for: Built-in Wi-Fi connectivity cheap price Easy to use with Arduino IDE Suitable for IoT (Internet of Things) such as controlling devices via the Internet, sending sensor data to the web, making a smart home. The name "NodeMCU" stands for "Node MicroController Unit" and was originally written in Lua, but is now more commonly written in C/C++ via the Arduino IDE. NodeMCU ESP8266 Specifications list details Main chip ESP8266 (ESP-12E or ESP-12F) CPU speed 80 MHz (Overclockable up to 160 MHz) Memory (Flash) 4MB SRAM (RAM) 64KB Wi-Fi 802.11 b/g/n (2.4GHz), supports both STA and AP Working pressure 3.3V (but USB can use 5V because it has a built-in converter) USB port Use CH340 or CP2102 chip (for programming via USB) Number of GPIOs 11 legs (some legs have special functions such as PWM, ADC, I2C, SPI) ADC leg 1 leg (reads analog values ​​0–1V) Digital leg pressure 3.3V (If using with 5V, a voltage divider resistor is required) 3. Using NodeMCU ESP8266 Highlights: Built-in Wi-Fi connectivity (no separate module required) You can load the code via USB. Works with the web, phones, and online databases. Supports writing with Arduino IDE or PlatformIO Popular usage examples: ✅ Control light bulbs via Wi-Fi ✅Write a built-in web server, control it via a web browser. ✅ Send sensor data (DHT11, MQ-2, Soil) to Firebase / ThingSpeak ✅ Make a node to send data via Wi-Fi to a server or MQTT. ✅ Create a notification system via LINE Notify or Telegram. Code sample: Open a simple web server include <ESP8266WiFi.h> const char* ssid = "YOUR_WIFI_NAME"; const char* password = "YOUR_WIFI_PASSWORD"; WiFiServer server(80); void setup() { Serial.begin(115200); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(1000); Serial.println("Connecting to WiFi..."); } Serial.println("Connected: "); Serial.println(WiFi.localIP()); server.begin(); } void loop() { WiFiClient client = server.available(); if (client) { client.println("HTTP/1.1 200 OK"); client.println("Content-Type: text/html"); client.println(); client.println("<h1>Hello from NodeMCU!</h1>"); delay(1000); } }

    150.00 ฿ 110.00 ฿

  • Sale -23% ESP32 WI-fI USB Type C board

    Global Pi Shop ESP32 WI-fI USB Type C board

    ESP32 Wi-Fi USB Type-C is The ESP32 is a microcontroller board developed by Espressif Systems, which is an enhanced version of the ESP8266, with more capabilities such as: Built-in Wi-Fi and Bluetooth (BLE) More speed and RAM Better support for multi-threading and complex tasks. You can use it to program through Arduino IDE, MicroPython, or ESP-IDF. Nowadays, newer ESP32 boards come with USB Type-C ports for easy plugging in, easier to use than Micro USB and more durable. ESP32 Specifications (General) list details Main chip ESP32 (various models such as ESP32-WROOM-32, S2, C3, S3) CPU Dual-core Xtensa LX6 @ 240MHz Wi-Fi 802.11 b/g/n 2.4GHz Bluetooth Bluetooth 4.2 + BLE (some models support BT 5.0) Flash memory 4MB or more SRAM ~520KB Working pressure 3.3V (but can receive power via USB 5V, has a built-in regulator) GPIO (digital pin) Up to ~30 legs (depending on model) Analog Input (ADC) Up to 18 channels (12-bit) Analog Output (DAC) 2 channels (8-bit) Communication UART, I2C, SPI, PWM, CAN, IR, etc. USB Type-C Used for uploading programs and supplying power. Support Li-ion battery Some models have built-in charging circuitry (e.g. ESP32-C3 DevKit). Using ESP32 ✅ Suitable for work: IoT (Internet of Things) such as controlling devices via Wi-Fi Smart Home (turn on/off lights, measure temperature, control via mobile phone) Bluetooth communication, such as sending and receiving data with mobile phones ESP-NOW / MQTT / HTTP / WebSocket all work. Connect to Cloud such as Firebase, LINE Notify, Blynk, Telegram, etc. ✅ Popular usage examples: Measure temperature and humidity with DHT11/DHT22 and send it to the web. Control lights/relays via mobile app or web server Connect OLED/LED display wirelessly Use as a Wi-Fi Hotspot or Web Server Make an AI training system (some models have Camera + TensorFlow Lite) Example code to open Wi-Fi Web Server on ESP32: #include <WiFi.h> const char* ssid = "WiFi name"; const char* password = "password"; WiFiServer server(80); void setup() { Serial.begin(115200); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println("\nConnected successfully: "); Serial.println(WiFi.localIP()); server.begin(); } void loop() { WiFiClient client = server.available(); if (client) { client.println("HTTP/1.1 200 OK"); client.println("Content-Type: text/html"); client.println(); client.println("<h2>Hello from ESP32!</h2>"); delay(1000); } } 📌 Advantages of the USB Type-C model: Easy to insert, no need to worry about turning it inside out. Good current support The cable can be used with new mobile phones.

    200.00 ฿ 155.00 ฿

  • Sale -19% Raspberry Pi Pico 2 WH wireless with header

    Global Byte Shop Raspberry Pi Pico 2 WH wireless with header

    Raspberry Pi Pico 2 Wireless with Header 1. คืออะไร? Raspberry Pi Pico 2 Wireless with Header คือ บอร์ดไมโครคอนโทรลเลอร์ (Microcontroller Board) รุ่นใหม่ล่าสุดจาก Raspberry Pi ที่ถูกออกแบบมาเพื่อการพัฒนาโปรเจกต์อิเล็กทรอนิกส์และ IoT (Internet of Things) ต่างๆ บอร์ดนี้มาพร้อมกับชิปประมวลผล RP2350 ซึ่งเป็นชิปประสิทธิภาพสูงตัวใหม่จาก Raspberry Pi และมีคุณสมบัติเด่นคือ รองรับการเชื่อมต่อไร้สาย Wi-Fi และ Bluetooth ในตัว นอกจากนี้ รุ่น "with Header" หมายความว่ามีหัวเข็ม (pin headers) บัดกรีมาให้เรียบร้อยแล้ว ทำให้ง่ายต่อการเชื่อมต่อกับอุปกรณ์ภายนอกและบอร์ดโปรโตไทป์ (breadboard) โดยไม่ต้องบัดกรีเอง จุดเด่นที่สำคัญคือ: ชิป RP2350: เป็นชิปไมโครคอนโทรลเลอร์ที่ออกแบบโดย Raspberry Pi เอง มีประสิทธิภาพสูงขึ้น และมีคุณสมบัติด้านความปลอดภัยที่ดีขึ้น การเชื่อมต่อไร้สาย: มี Wi-Fi 2.4GHz (802.11n) และ Bluetooth 5.2 ในตัว ทำให้สามารถสร้างอุปกรณ์ที่เชื่อมต่ออินเทอร์เน็ตหรือสื่อสารกับอุปกรณ์อื่นๆ ได้ง่าย Header บัดกรีพร้อมใช้: รุ่น "with Header" ช่วยให้ผู้ใช้งานสามารถเริ่มใช้งานได้ทันทีโดยไม่ต้องบัดกรีหัวเข็มเอง ซึ่งสะดวกสำหรับผู้เริ่มต้นหรือผู้ที่ต้องการความรวดเร็ว 2. สเปค (Specifications) นี่คือสเปคหลักของ Raspberry Pi Pico 2 Wireless with Header: Form Factor: 21 มม. × 51 มม. (ขนาดกะทัดรัด) CPU: Dual Arm Cortex-M33 หรือ Dual RISC-V Hazard3 processors ความเร็วสูงสุด 150 MHz Memory: 520 KB On-chip SRAM (หน่วยความจำชั่วคราว) 4 MB On-board QSPI Flash (หน่วยความจำถาวรสำหรับเก็บโปรแกรม) Connectivity (การเชื่อมต่อ): 2.4GHz 802.11n Wireless LAN (Wi-Fi 4) Bluetooth 5.2 (รองรับ Bluetooth LE Central และ Peripheral roles และ Bluetooth Classic) Interfacing (การเชื่อมต่อภายนอก): 26 Multi-purpose GPIO pins (ขา Input/Output อเนกประสงค์) 3 ใน 26 ขานั้นสามารถใช้เป็น ADC (Analog-to-Digital Converter) ได้ Peripherals (อุปกรณ์ต่อพ่วง): 2 × UART (สำหรับสื่อสารอนุกรม) 2 × SPI controllers (สำหรับสื่อสารกับอุปกรณ์ SPI) 2 × I2C controllers (สำหรับสื่อสารกับอุปกรณ์ I2C) 24 × PWM channels (สำหรับสร้างสัญญาณควบคุมมอเตอร์หรือไฟ LED) 1 × USB 1.1 controller and PHY, with host and device support (Micro USB B port สำหรับจ่ายไฟ, ส่งข้อมูล และโปรแกรม) 12 × PIO (Programmable I/O) state machines (สำหรับสร้างโปรโตคอล I/O แบบกำหนดเองได้) เซ็นเซอร์อุณหภูมิในตัว (Temperature sensor) Input Power: 1.8–5.5V DC Operating Temperature: -20°C to +85°C Programming: รองรับการเขียนโปรแกรมด้วย MicroPython และ C/C++ SDK Raspberry Pi Pico 2 Wireless with Header 1. คืออะไร? Raspberry Pi Pico 2 Wireless with Header คือ บอร์ดไมโครคอนโทรลเลอร์ (Microcontroller Board) รุ่นใหม่ล่าสุดจาก Raspberry Pi ที่ถูกออกแบบมาเพื่อการพัฒนาโปรเจกต์อิเล็กทรอนิกส์และ IoT (Internet of Things) ต่างๆ บอร์ดนี้มาพร้อมกับชิปประมวลผล RP2350 ซึ่งเป็นชิปประสิทธิภาพสูงตัวใหม่จาก Raspberry Pi และมีคุณสมบัติเด่นคือ รองรับการเชื่อมต่อไร้สาย Wi-Fi และ Bluetooth ในตัว นอกจากนี้ รุ่น "with Header" หมายความว่ามีหัวเข็ม (pin headers) บัดกรีมาให้เรียบร้อยแล้ว ทำให้ง่ายต่อการเชื่อมต่อกับอุปกรณ์ภายนอกและบอร์ดโปรโตไทป์ (breadboard) โดยไม่ต้องบัดกรีเอง จุดเด่นที่สำคัญคือ: ชิป RP2350: เป็นชิปไมโครคอนโทรลเลอร์ที่ออกแบบโดย Raspberry Pi เอง มีประสิทธิภาพสูงขึ้น และมีคุณสมบัติด้านความปลอดภัยที่ดีขึ้น การเชื่อมต่อไร้สาย: มี Wi-Fi 2.4GHz (802.11n) และ Bluetooth 5.2 ในตัว ทำให้สามารถสร้างอุปกรณ์ที่เชื่อมต่ออินเทอร์เน็ตหรือสื่อสารกับอุปกรณ์อื่นๆ ได้ง่าย Header บัดกรีพร้อมใช้: รุ่น "with Header" ช่วยให้ผู้ใช้งานสามารถเริ่มใช้งานได้ทันทีโดยไม่ต้องบัดกรีหัวเข็มเอง ซึ่งสะดวกสำหรับผู้เริ่มต้นหรือผู้ที่ต้องการความรวดเร็ว 2. สเปค (Specifications) นี่คือสเปคหลักของ Raspberry Pi Pico 2 Wireless with Header: Form Factor: 21 มม. × 51 มม. (ขนาดกะทัดรัด) CPU: Dual Arm Cortex-M33 หรือ Dual RISC-V Hazard3 processors ความเร็วสูงสุด 150 MHz Memory: 520 KB On-chip SRAM (หน่วยความจำชั่วคราว) 4 MB On-board QSPI Flash (หน่วยความจำถาวรสำหรับเก็บโปรแกรม) Connectivity (การเชื่อมต่อ): 2.4GHz 802.11n Wireless LAN (Wi-Fi 4) Bluetooth 5.2 (รองรับ Bluetooth LE Central และ Peripheral roles และ Bluetooth Classic) Interfacing (การเชื่อมต่อภายนอก): 26 Multi-purpose GPIO pins (ขา Input/Output อเนกประสงค์) 3 ใน 26 ขานั้นสามารถใช้เป็น ADC (Analog-to-Digital Converter) ได้ Peripherals (อุปกรณ์ต่อพ่วง): 2 × UART (สำหรับสื่อสารอนุกรม) 2 × SPI controllers (สำหรับสื่อสารกับอุปกรณ์ SPI) 2 × I2C controllers (สำหรับสื่อสารกับอุปกรณ์ I2C) 24 × PWM channels (สำหรับสร้างสัญญาณควบคุมมอเตอร์หรือไฟ LED) 1 × USB 1.1 controller and PHY, with host and device support (Micro USB B port สำหรับจ่ายไฟ, ส่งข้อมูล และโปรแกรม) 12 × PIO (Programmable I/O) state machines (สำหรับสร้างโปรโตคอล I/O แบบกำหนดเองได้) เซ็นเซอร์อุณหภูมิในตัว (Temperature sensor) Input Power: 1.8–5.5V DC Operating Temperature: -20°C to +85°C Programming: รองรับการเขียนโปรแกรมด้วย MicroPython และ C/C++ SDK 3. ตัวอย่างการใช้งาน (Use Cases) Raspberry Pi Pico 2 Wireless with Header มีความสามารถที่หลากหลาย เหมาะสำหรับโปรเจกต์ต่างๆ ทั้งสำหรับผู้เริ่มต้นและผู้ที่ต้องการสร้างอุปกรณ์ที่ซับซ้อน: Smart Home / IoT Devices: ระบบควบคุมไฟอัจฉริยะ: ควบคุมการเปิด-ปิดไฟ หรือปรับความสว่างผ่าน Wi-Fi จากสมาร์ทโฟน เซ็นเซอร์สภาพอากาศอัจฉริยะ: อ่านค่าอุณหภูมิ ความชื้น และส่งข้อมูลไปยังคลาวด์ หรือแสดงผลบนหน้าจอ OLED ระบบรดน้ำต้นไม้อัตโนมัติ: ตรวจสอบความชื้นในดินและสั่งงานปั๊มน้ำผ่าน Wi-Fi อุปกรณ์ตรวจจับการเคลื่อนไหวพร้อมแจ้งเตือน: เมื่อตรวจพบการเคลื่อนไหว สามารถส่งการแจ้งเตือนไปยังโทรศัพท์ได้ Robotics & Automation: ควบคุมแขนหุ่นยนต์ขนาดเล็ก: ใช้ PWM ควบคุมมอเตอร์เซอร์โวหลายๆ ตัว หุ่นยนต์หลีกเลี่ยงสิ่งกีดขวาง: ใช้เซ็นเซอร์ระยะทางและควบคุมมอเตอร์ ระบบประตูอัตโนมัติ: ตรวจจับการเข้าออกและเปิด-ปิดประตู Wearable & Portable Devices: อุปกรณ์ติดตามฟิตเนสขนาดเล็ก: ใช้เซ็นเซอร์ Accelerometer/Gyroscope เพื่อติดตามการเคลื่อนไหว เครื่องเล่นเพลงพกพา: เชื่อมต่อกับลำโพงและควบคุมผ่าน Bluetooth Educational Projects: การเรียนรู้ MicroPython และ C/C++: เป็นบอร์ดที่ยอดเยี่ยมสำหรับผู้เริ่มต้นเรียนรู้การเขียนโปรแกรมไมโครคอนโทรลเลอร์ โปรเจกต์วิทยาศาสตร์และวิศวกรรม: ใช้สร้างอุปกรณ์ทดลองหรือจำลองระบบต่างๆ General Purpose: สร้าง Custom Keypad / Macro Pad: สร้างปุ่มคีย์บอร์ดพิเศษสำหรับงานเฉพาะ ควบคุมจอแสดงผล OLED/LCD: แสดงข้อมูลต่างๆ Data Logging: เก็บข้อมูลจากเซ็นเซอร์ต่างๆ ลงในการ์ด SD หรือส่งผ่าน Wi-Fi

    400.00 ฿ 325.00 ฿

  • Sale -53% Raspberry Pi 4 Model B

    Global Pi Shop Raspberry Pi 4 Model B

    Raspberry Pi 4 Model B is the latest product in the popular Raspberry Pi range of computers. It offers ground-breaking increases in processor speed, multimedia performance, memory, and connectivity compared to the prior-generation Raspberry Pi 3 Model B+, while retaining backwards compatibility and similar power consumption. For the end user, Raspberry Pi 4 Model B provides desktop performance comparable to entry-level x86 PC systems. This product's key features include a high-performance 64-bit quad-core processor, dual-display support at resolutions up to 4K via a pair of micro-HDMI ports, hardware video decode at up to 4Kp60, 8GB of RAM, dual-band. 2.4/5.0 GHz wireless LAN, Bluetooth 5.0, Gigabit Ethernet, USB 3.0, and PoE capability (via a separate PoE HAT add-on). The dual-band wireless LAN and Bluetooth have modular compliance certification, allowing the board to be designed into end products with significantly reduced compliance testing, improving both cost and time to market. Broadcom BCM2711, quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz 8GB LPDDR4 SDRAM 2.4 GHz and 5.0 GHz IEEE 802.11b/g/n/ac wireless LAN, Bluetooth 5.0, BLE True Gigabit Ethernet 2 x USB 3.0 ports, 2 x USB 2.0 Ports Fully backwards compatible 40-pin GPIO header 2 x micro HDMI ports supporting up to 4K 60Hz video resolution 2-lane MIPI DSI/CSI ports for camera and display 4-pole stereo audio and composite video port MicroSD card slot for loading operating system and data storage Requires 5.1V, 3A power via USB-C or GPIO. PoE (Power over Ethernet) enabled (requires PoE HAT)

    2,015.00 ฿ - 2,700.00 ฿

  • Sale -49% Raspberry Pi 3 Model B+

    Global Pi Shop Raspberry Pi 3 Model B+

    Due to the product taking longer than usual to arrive. Please inquire about the product every time before making payment. Thank you very much. The Raspberry Pi 3 Model B+ is the latest addition to the Raspberry Pi 3 family, featuring a 64-bit quad core processor running at 1.4GHz, dual-band 2.4GHz WiFi 2.4/5GHz, Bluetooth 4.2/BLE, and PoE capability (via a separate PoE HAT add-on). details Broadcom BCM2837B0, Cortex-A53, 64-bit, Quad-core SoC at 1.4GHz 1GB LPDDR2 SDRAM 2.4GHz / 5GHz IEEE 802.11 b / g / n / ac Wireless LAN (WLAN) Bluetooth Low Energy v4.2 (BLE) Gigabit Ethernet via USB 2.0 (Max speed 300Mbps) 4 x USB 2.0 ports GPIO 40 pin Full Size HDMI, MIPI DSI display port, MIPI CSI camera port 4-pole stereo audio/composite video output port MicroSD card slot for operating system and storage Enable Power over Ethernet (PoE) (requires separate PoE HAT) Power supply requirements - 5V/2.5A DC via micro USB or GPIO Raspbian operating system The Raspberry Pi 3 Model B+ is the latest product in the Raspberry Pi 3 range, boasting a 64-bit quad core processor running at 1.4GHz, dual-band 2.4GHz and 5GHz wireless LAN, Bluetooth 4.2/BLE, faster Ethernet, and PoE. capability via a separate PoE HAT. The dual-band wireless LAN comes with modular compliance certification, allowing the board to be designed into end products with significantly reduced wireless LAN compliance testing, improving both cost and time to market. The Raspberry Pi 3 Model B+ maintains the same mechanical footprint as both the Raspberry Pi 2 Model B and the Raspberry Pi 3 Model B. Broadcom BCM2837B0, Cortex-A53, 64-bit, quad-core SoC @ 1.4GHz 1GB LPDDR2 SDRAM 2.4GHz/5GHz IEEE 802.11 b/g/n/ac Wireless LAN (WLAN) Bluetooth Low Energy v4.2 (BLE) Gigabit Ethernet over USB 2.0 (maximum throughput 300Mbps) 4 x USB 2.0 Ports Extended 40-pin GPIO Header Full Size HDMI, MIPI DSI display port, MIPI CSI camera port 4-pole stereo audio/composite video output port MicroSD card slot for operating system and data storage Power over Ethernet (PoE) enabled (requires separate PoE HAT) Power supply requirements - 5V/2.5A DC via micro USB or GPIO

    2,540.00 ฿ 1,308.00 ฿

  • โปรเจกต์ Raspberry Pi IoT Server InfluxDB MQTT Grafana Node-RED

    Global Pi Shop Project Raspberry Pi IoT Server InfluxDB, MQTT, Grafana, Node-RED

    This project will guide you to build a smart IoT Server with Raspberry Pi that supports InfluxDB, MQTT, Grafana and Node-RED, allowing you to easily connect and manage your IoT devices. The Raspberry Pi becomes the central hub for collecting sensor data via InfluxDB and displaying it in real time with Grafana, while MQTT enables efficient communication between devices and Node-RED makes it easy to create workflows. It is ideal for those who want to set up an IoT system on a budget but want high performance. code product NF68465 SD Card 32GB NF65047 Heat Sink for pi3,pi4,Opi F80094 Raspberry pi 4 4GB NF57326 micro hdmi to hdmi NF57325 Raspberry pi 4 adapter F74050 Raspberry pi 4 Case

    3,750.00 ฿

  • Sale -44% Breadboard 830 รู for Raspberry Pi และ arduino

    Global Pi Shop Breadboard 830 รู for Raspberry Pi และ arduino

    Breadboard 830 รู คืออะไร และใช้งานอย่างไร Breadboard (เบรดบอร์ด) หรือที่เรียกกันว่า "บอร์ดทดลอง" คืออุปกรณ์พื้นฐานที่สำคัญที่สุดสำหรับนักประดิษฐ์และผู้ที่ชื่นชอบงานอิเล็กทรอนิกส์ ทำหน้าที่เป็นแผงวงจรชั่วคราวที่เราสามารถเสียบอุปกรณ์ต่างๆ เช่น ตัวต้านทาน, LED, IC, เซนเซอร์ หรือเชื่อมต่อสายไฟเข้าด้วยกันได้อย่างง่ายดาย **โดยไม่จำเป็นต้องบัดกรี** ทำให้สามารถปรับเปลี่ยนและแก้ไขวงจรได้อย่างรวดเร็ว สำหรับรุ่น 830 รู เป็นเบรดบอร์ดขนาดกลางถึงใหญ่ที่ได้รับความนิยมสูง มีพื้นที่เพียงพอสำหรับโปรเจกต์ที่ซับซ้อนขึ้น ซึ่งต้องใช้อุปกรณ์และสายไฟจำนวนมาก เหมาะสำหรับใช้งานร่วมกับไมโครคอนโทรลเลอร์อย่าง Arduino, ESP32, NodeMCU หรือแม้กระทั่ง Raspberry Pi โครงสร้างของ Breadboard 830 รู แผงจ่ายไฟ (Power Rails) โดยทั่วไปจะอยู่บริเวณขอบบนและขอบล่างของบอร์ด มีสัญลักษณ์เส้นสีแดง (+) และสีน้ำเงิน/ดำ (-) กำกับไว้ รูทั้งหมดในแนวนอนของแต่ละเส้นจะเชื่อมต่อถึงกัน เหมาะสำหรับใช้เป็นจุดจ่ายไฟหลักของวงจร เช่น ต่อไฟ 5V หรือ 3.3V เข้ากับแถบสีแดง (+) และต่อกราวด์ (GND) เข้ากับแถบสีน้ำเงิน (-) พื้นที่เชื่อมต่ออุปกรณ์ (Terminal Strips) เป็นพื้นที่ส่วนใหญ่ตรงกลางของบอร์ด การเชื่อมต่อของรูในส่วนนี้จะแตกต่างจากแผงจ่ายไฟ โดยรูจำนวน 5 รูในแนวตั้งของแต่ละคอลัมน์จะเชื่อมต่อถึงกัน ใช้สำหรับเสียบขาของอุปกรณ์ต่างๆ เช่น ขาของ LED, ตัวต้านทาน, ขาเซนเซอร์ หรือ IC เพื่อให้เชื่อมต่อกันในวงจรตามที่เราออกแบบ ข้อมูลจำเพาะ (Specifications) จำนวนรูทั้งหมด 830 รู พื้นที่จ่ายไฟ (Power Rail) 2 แถวคู่ (บน-ล่าง), รวม 200 รู พื้นที่อุปกรณ์ (Terminal Strip) 630 รู ขนาดโดยประมาณ 16.5 x 5.5 ซม. แรงดันไฟฟ้าที่รองรับ โดยทั่วไปแนะนำไม่เกิน 5V (เหมาะสำหรับ Arduino/Raspberry Pi) กระแสไฟฟ้าที่รองรับ ประมาณ 300 - 500 mA ต่อหนึ่งแถวเชื่อมต่อ คุณสมบัติพิเศษ ด้านล่างมีเทปกาวสองหน้าสำหรับยึดติดกับฐานหรือชิ้นงาน มีรอยต่อด้านข้างสำหรับเชื่อมต่อกับเบรดบอร์ดชิ้นอื่นเพื่อขยายพื้นที่ การใช้งานร่วมกับ Raspberry Pi แม้ว่าบอร์ด Raspberry Pi จะไม่มีขาที่เสียบลงบน Breadboard ได้โดยตรงเหมือน Arduino แต่เราสามารถเชื่อมต่อได้อย่างง่ายดายผ่าน 2 วิธีหลัก: สาย Jumper (Male-to-Female): ใช้สายจัมเปอร์หัวผู้-เมีย เสียบจากขา GPIO บน Raspberry Pi มายังรูบน Breadboard โดยตรง T-Cobbler และสายแพ GPIO: เป็นวิธีที่นิยมและสะดวกที่สุด โดยใช้ T-Cobbler เสียบลงบน Breadboard ซึ่งจะจำลองขา GPIO ทั้งหมดของ Raspberry Pi มาไว้บนบอร์ด ทำให้ต่อวงจรได้ง่ายและเป็นระเบียบ ตัวอย่างการใช้งาน Breadboard 830 รู เหมาะสำหรับโปรเจกต์ที่หลากหลาย เช่น: วงจรควบคุม LED และปุ่มกดพื้นฐาน เชื่อมต่อและอ่านค่าจากเซนเซอร์ต่างๆ (เช่น เซนเซอร์อุณหภูมิ DHT11, เซนเซอร์แก๊ส MQ-2, เซนเซอร์วัดความชื้นในดิน) ทดลองวงจรขับมอเตอร์ด้วย IC Driver สร้างโปรเจกต์ IoT, Smart Farm, หรือระบบเตือนภัยต้นแบบก่อนนำไปทำแผ่นวงจรพิมพ์ (PCB) จริง

    45.00 ฿ 25.00 ฿

  • Sale -26% Arduino Uno R4 WIFI

    Global Pi Shop Arduino Uno R4 WIFI

    The Arduino UNO R4 WiFi combines the processing power and exciting new peripherals of the RA4M1 microcontroller from Renesas with the wireless connectivity power of the ESP32-S3 from Espressif. On top of this, the UNO R4 WiFi offers an on-board 12x8 LED matrix, Qwiic connector, VRTC, and OFF pin, covering all potential needs makers will have for their next project. With the UNO R4 WiFi, you can easily upgrade your project and add wireless connectivity to expand the reach of your current setup. If this is your first project, this board has everything you need to spark your creativity. Hardware compatibility with UNO form factor: The UNO R4 WiFi maintains the same form factor, pinout, and 5 V operating voltage as its predecessor, the UNO R3, ensuring a seamless transition for existing shields and projects. Expanded memory and faster clock: The UNO R4 WiFi boasts increased memory and a faster clock speed, enabling more precise calculations and effortless handling of complex projects. Extra on-board peripherals: The UNO R4 WiFi introduces a range of on-board peripherals, including a 12-bit DAC, CAN BUS, and OP AMP, providing expanded capabilities and design flexibility. Extended 24 V tolerance: The UNO R4 WiFi supports a wider input voltage range, allowing seamless integration with motors, LED strips, and other actuators using a single power source. HID support: With built-in HID support, the UNO R4 WiFi can simulate a mouse or keyboard when connected to a computer via USB, making it easy to send keystrokes and mouse movements. Wi-Fi® and Bluetooth®: The UNO R4 WiFi hosts an ESP32-S3 module, enabling makers to add wireless connectivity to their projects. Combined with the Arduino IoT Cloud, makers can monitor and control their projects remotely. Qwiic connector: The UNO R4 WiFi features a Qwiic I2C connector, allowing easy connection to nodes from the extensive Qwiic ecosystem. Adapter cables also enable compatibility with sensors and actuators based on other connectors. Support for battery-powered RTC: The UNO R4 WiFi includes additional pins, including an "OFF" pin to turn off the board and a "VRTC" pin to keep the internal Real-Time Clock powered and running. LED matrix: The UNO R4 WiFi incorporates a bright 12x8 red LED matrix, ideal for creative projects with animations or plotting sensor data, eliminating the need for additional hardware. Diagnostics for runtime errors: The UNO R4 WiFi includes an error-catching mechanism that detects runtime crashes and provides detailed explanations and hints about the code line causing the crash.

    700.00 ฿ 520.00 ฿

Industrial

© 2025 บริษัท โกลบอลโทรนิค อินเตอร์เทรด จํากัด, Powered by Shopify

  • PayPal

Login

Forgot your password?

Don't have an account yet?
Create account