Arduino Accessories

10 products

  • Micro SD Card Module for arduino

    Global Pi Shop Micro SD Card Module for arduino

    20 in stock

    Micro SD Card Module คืออะไร Micro SD Card Module คือ โมดูลที่ใช้สำหรับอ่านและเขียนข้อมูลลงในการ์ด Micro SD โดยสามารถเชื่อมต่อกับบอร์ด Arduino หรือบอร์ดไมโครคอนโทรลเลอร์อื่น ๆ ได้โดยตรง เหมาะสำหรับโปรเจกต์ที่ต้องการเก็บข้อมูล เช่น อุณหภูมิ, ความชื้น, การตรวจจับการเคลื่อนไหว, เวลา, หรือรูปภาพจากกล้อง โมดูลนี้จะมีวงจรควบคุมภายใน และสามารถสื่อสารผ่าน SPI (Serial Peripheral Interface) กับ Arduino   สเปคของ Micro SD Card Module   รายการ รายละเอียด แรงดันไฟเลี้ยง 3.3V – 5V (ใช้กับ Arduino ได้โดยตรง) อินเตอร์เฟส SPI (MISO, MOSI, SCK, CS) ความจุรองรับ การ์ด Micro SD สูงสุด 32GB (FAT16 หรือ FAT32) แรงดันระดับลอจิก มีวงจรแปลงระดับ 5V → 3.3V ในตัว ขาเชื่อมต่อ VCC, GND, MISO, MOSI, SCK, CS ขนาดการ์ด รองรับการ์ด Micro SD แบบมาตรฐาน   การใช้งานกับ Arduino ✅ การต่อสายกับ Arduino Uno SD Module Pin Arduino Uno Pin VCC 5V GND GND MISO Pin 12 MOSI Pin 11 SCK Pin 13 CS (Chip Select) Pin 10 **สำหรับบอร์ดอื่น เช่น ESP32 หรือ Mega2560, ขา SPI อาจต่างกันเล็กน้อย   ✅ ตัวอย่างโค้ด Arduino (บันทึกข้อความลงการ์ด): #include <SPI.h> #include <SD.h>   const int chipSelect = 10;   void setup() { Serial.begin(9600);   if (!SD.begin(chipSelect)) { Serial.println("Can't access SD Card"); return; } Serial.println("Successfully started using SD Card");   File dataFile = SD.open("data.txt", FILE_WRITE);   if (dataFile) { dataFile.println("Record data: Hello SD Card!"); dataFile.close(); Serial.println("Data saved successfully"); } else { Serial.println("Unable to open file."); } }   void loop() { // Able to perform repetitive tasks, such as writing sensor data every 5 seconds } 📌 การประยุกต์ใช้งาน: ✅ Data Logger (เก็บข้อมูลจากเซนเซอร์) ✅ บันทึกเหตุการณ์ (Log Event) ✅ เก็บภาพจากกล้อง (เช่นใช้ร่วมกับ ESP32-CAM) ✅ เล่นไฟล์เสียง (เช่น WAV) ✅ เก็บข้อความหรือข้อมูล JSON, CSV ⭐ ข้อดี: ง่ายต่อการใช้งานกับ Arduino ใช้พลังงานต่ำ บันทึกข้อมูลได้เยอะกว่าหน่วยความจำในบอร์ด อ่านข้อมูลจากการ์ดได้โดยตรงจากคอมพิวเตอร์  

    20 in stock

    15.00 ฿

  • Breadboard 400 รู for Raspberry Pi และ arduino

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

    20 in stock

    Breadboard 400 รู Breadboard (เบรดบอร์ด) คือแผ่นสำหรับ ทดลองวงจรไฟฟ้า โดยไม่ต้องบัดกรี (Solderless) เหมาะสำหรับการสร้างต้นแบบวงจร (Prototype) เช่น เชื่อมต่อกับ Arduino หรือ Raspberry Pi ขนาด 400 รู เป็นขนาด กลาง-เล็ก เหมาะกับโปรเจกต์ทั่วไปที่ใช้วงจรไม่ซับซ้อนมาก เช่น วงจรไฟกระพริบ, วัดอุณหภูมิ, กดปุ่มเปิด LED ฯลฯ   สเปคของ Breadboard 400 รู รายการ รายละเอียด จำนวนรูรวม 400 รู แถว Power Rail (บน-ล่าง) 2 แถว (แถวละ 25 รู รวม 50 x 2 = 100 รู) Terminal Strip (ส่วนกลาง) 300 รู (แนวตั้ง 30 คอลัมน์ x 10 แถว) แรงดันที่รองรับ ~5V (เหมาะกับ Arduino / Raspberry Pi) กระแสที่รองรับ ~500 mA ต่อแถว ขนาดโดยประมาณ ~8.2 x 5.5 ซม. วัสดุ พลาสติก ABS มีเทปกาวด้านล่างสำหรับยึดติด ต่อเพิ่มได้ มีรอยต่อสำหรับขยายต่อกับ Breadboard อื่นได้ การใช้งานกับ Raspberry Pi และ Arduino ✅ ต่อกับ Arduino ได้โดยตรง: Arduino มีขาแบบ Male Pin เสียบกับ Breadboard ได้เลย ใช้สาย Jumper ตัวผู้-ตัวผู้ (Male-Male) เชื่อมกับวงจรง่ายมาก ✅ ต่อกับ Raspberry Pi ผ่าน GPIO: ใช้สาย Jumper Male-Female หรือ ใช้ T-Cobbler + สายแบน GPIO 40 pin สำหรับต่อกับ Breadboard 🎯 ตัวอย่างการใช้งาน: โปรเจกต์ อุปกรณ์ วงจรไฟกระพริบ LED + ตัวต้านทาน เซนเซอร์วัดอุณหภูมิ DHT11 + แสดงบน OLED สวิตช์ควบคุมพัดลม ปุ่มกด + รีเลย์ 5V ระบบแจ้งเตือนความชื้น Soil Moisture Sensor + Buzzer Smart Farm (เบื้องต้น) ใช้ร่วมกับ Raspberry Pi ควบคุมผ่าน Wi-Fi   ✨ ข้อดีของ Breadboard 400 รู: ขนาดกะทัดรัด เหมาะกับโปรเจกต์เล็ก-กลาง ไม่ต้องบัดกรี → แก้งานได้สะดวก ใช้ร่วมกับ Arduino หรือ Raspberry Pi ได้ทุกเวอร์ชัน ราคาถูก ใช้งานได้นาน 📌 หมายเหตุ: หากโปรเจกต์ของคุณมีอุปกรณ์เยอะ (เช่น เซนเซอร์หลายตัว, Relay, OLED, ปุ่มกดหลายปุ่ม ฯลฯ) อาจต้องใช้ Breadboard 830 รู หรือ 2 แผ่นต่อกัน  

    20 in stock

    15.00 ฿

  • Breadboard 830 รู for Raspberry Pi และ arduino

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

    20 in stock

    Breadboard 830 รู คืออะไร Breadboard (เบรดบอร์ด) คือแผ่นสำหรับ ทดลองวงจรไฟฟ้า โดยไม่ต้องบัดกรี สามารถเสียบสายไฟ, อุปกรณ์อิเล็กทรอนิกส์, ตัวต้านทาน, IC หรือเซนเซอร์ได้ง่าย แบบ 830 รู เป็นเบรดบอร์ดขนาดกลางถึงใหญ่ มีรูทั้งหมด 830 ช่อง เหมาะสำหรับโปรเจกต์ที่ใช้วงจรหลายส่วน เช่น Raspberry Pi, Arduino, NodeMCU 📐 โครงสร้าง Breadboard 830 รู: แถวแนวนอนด้านบน/ล่าง (Power Rails) ใช้สำหรับจ่ายไฟ VCC (5V/3.3V) และ GND เช่น 2 แถวบน/ล่าง = + / – แถวแนวตั้ง (Terminal Strips) สำหรับเสียบอุปกรณ์ ตัวต้านทาน, เซนเซอร์, ชิป ฯลฯ รูแต่ละคอลัมน์เชื่อมกัน 5 รูแนวตั้ง   สเปค Breadboard 830 รู รายการ รายละเอียด จำนวนรูรวม 830 รู Power Rail 2 แถว (บน-ล่าง), ข้างละ 50 รู Terminal Strip 630 รู ขนาดโดยประมาณ ~16.5 x 5.5 ซม. แรงดันที่รองรับ สูงสุด ~5V (เหมาะกับ Arduino/RPi) กระแสที่รองรับ ~500 mA ต่อเส้น คุณสมบัติพิเศษ มีเทปกาวด้านล่าง ยึดกับโต๊ะ/ฐาน, มีรอยต่อให้ต่อกับเบรดบอร์ดอื่นได้   การใช้งาน Breadboard กับ Raspberry Pi แม้ Raspberry Pi ไม่มีขาเสียบกับ Breadboard โดยตรงแบบ Arduino แต่คุณสามารถใช้ สาย Jumper (Male-Female) หรือ T-Cobbler +สายแบน GPIO เพื่อเชื่อมต่อได้ ✅ ตัวอย่างการใช้งาน: เชื่อมต่อปุ่มกด, LED, ตัวต้านทาน เชื่อมต่อเซนเซอร์ (เช่น DHT11, MQ-2, Soil Moisture) ต่อวงจร IC เช่น ตัวขยายเสียง, รีเลย์, ULN2003 ทำโปรเจกต์ทดลอง IoT, สมาร์ทฟาร์ม, ระบบเตือนภัย

    20 in stock

    25.00 ฿

  • OLED i2c for Arduino

    Global Pi Shop OLED i2c for Arduino

    20 in stock

    OLED I2C คือ OLED (Organic Light-Emitting Diode) คือจอแสดงผลชนิดหนึ่งที่ใช้ หลอด LED ขนาดจิ๋ว เป็นจุดพิกเซลในการแสดงผล โดยไม่ต้องมีแสงพื้นหลังเหมือน LCD เมื่อนำมาใช้กับ Arduino มักจะมาในรูปแบบโมดูล ขนาดเล็ก (0.96 นิ้ว หรือ 1.3 นิ้ว) และใช้การสื่อสารแบบ I2C (สองสาย) ทำให้ต่อวงจรง่าย ใช้ขาน้อย   I2C (Inter-Integrated Circuit) คือโปรโตคอลสื่อสารที่ใช้เพียง 2 ขา คือ: SDA (ข้อมูล) SCL (สัญญาณนาฬิกา)   สเปคของ OLED I2C รายการ รายละเอียด ขนาดจอ 0.96 นิ้ว (หรือ 1.3 นิ้ว) ความละเอียด 128x64 พิกเซล (หรือ 128x32) สีที่แสดง โมโนโครม (ขาว / ฟ้า / เหลือง) แรงดันไฟเลี้ยง 3.3V – 5V (ใช้กับ Arduino ได้โดยตรง) โปรโตคอลสื่อสาร I2C (ขา SDA / SCL) ชิปควบคุมจอ SSD1306 (นิยมที่สุด) จำนวนขา 4 ขา: VCC, GND, SDA, SCL กระแสที่ใช้ น้อยมาก (~20mA)   การใช้งานกับ Arduino ✅ การต่อสาย (กับ Arduino Uno/Nano) OLED Pin Arduino Pin VCC 5V GND GND SDA A4 SCL A5 ถ้าใช้ ESP8266/ESP32 ตำแหน่งขา SDA/SCL จะต่างออกไป   ✅ การติดตั้งไลบรารีใน Arduino IDE: ไปที่ Tools > Manage Libraries ค้นหาและติดตั้ง: Adafruit SSD1306 Adafruit GFX Library   ✅ ตัวอย่างโค้ดแสดงข้อความ: #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h>   #define SCREEN_WIDTH 128 #define SCREEN_HEIGHT 64   Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, -1);   void setup() { if (!display.begin(SSD1306_SWITCHCAPVCC, 0x3C)) { // 0x3C = I2C address Serial.println(F("OLED not found!")); for (;;); }   display.clearDisplay(); display.setTextSize(2); display.setTextColor(SSD1306_WHITE); display.setCursor(0, 10); display.println("Hello!"); display.display(); }   void loop() { // ทำงานอื่น ๆ ได้เลย จอจะค้างข้อความไว้ }   ✅ การประยุกต์ใช้งาน: แสดงค่าเซนเซอร์ เช่น อุณหภูมิ, ความชื้น, ค่าฝุ่น ทำเมนูควบคุมระบบ แสดงข้อความ/สถานะระบบ/ไอคอน นาฬิกา, ตัวนับเวลา, สถานะ Wi-Fi ฯลฯ 📌 ข้อดีของ OLED I2C คมชัดแม้จอเล็ก ไม่ต้องใช้ backlight → ประหยัดพลังงาน ใช้ขาน้อย → เหลือ GPIO ให้ใช้อย่างอื่นได้

    20 in stock

    60.00 ฿

  • ESP32 WI-fI USB Type C board

    Global Pi Shop ESP32 WI-fI USB Type C board

    20 in stock

    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.

    20 in stock

    155.00 ฿

  • Last stock! Micro USB B to USB A Male to Male Lead, 1m Black

    Global Pi Shop Micro USB B to USB A Male to Male Lead, 1m Black

    2 in stock

    Specification Micro USB B to USB A Male to Male Lead, 1m Black

    2 in stock

    50.00 ฿

  • USB 2.0 A Male to B Male Cable, 1m Gray

    Global Pi Shop USB 2.0 A Male to B Male Cable, 1m Gray

    10 in stock

    Specification USB 2.0 A Male to B Male Cable, 1m Gray

    10 in stock

    55.00 ฿

  • Micro switch button 6x6x7mm

    Global Pi Shop Micro switch button 6x6x7mm

    8 in stock

    Specification Microswitch, push-on, release-off switch, size 6x6x7mm

    8 in stock

    2.00 ฿

  • Last stock! Jump Wire (Male to Female) 20cm.

    Global Pi Shop Jump Wire (Male to Female) 20cm.

    1 in stock

    Specification Jump Wire (Male to Female) 20cm. 40 pieces

    1 in stock

    49.00 ฿

  • Last stock! NRF24L01 Module

    Global Pi Shop NRF24L01 Module

    2 in stock

    Specification 2.4G NRF24L01 Wireless Transceiver/Receive Module NRF24L01 2.4GHz wireless data transmission module NRF24L01 is a work in the 2.4-2.5GHz worldwide ISM band single-chip transceiver, wireless transceiver, including: the frequency generator the enhanced SchockBurstTM mode controller power amplifier crystal amplifier modulator demodulator output power channel selection and protocol set by the SPI interface to set a very low current consumption, lower current consumption mode 12.3mA Power-down mode and standby mode when in transmit mode emission power 6dBm when current consumption is 9.0mA acceptance model. Ball to open ISM band maximum 0dBm transmit power, license-exempt use. The open 100 meters! Support six channels of data reception (1) low operating voltage: 1.9 ~~ 3.6V low-voltage (2) high-rate: 2Mbps, air transmission time is very short, greatly reducing the wireless transmission of collision phenomena (software settings 1Mbps or 2Mbps air transmission rate) Multi-frequency points: 125 frequency points, to meet the multi-point communications and frequency hopping communications needs 4 ultra-compact: built-in 2.4GHz antenna compact 15x29mm (including antenna) (5) Low power consumption: when in answer mode communication, fast air transmission and start-up time greatly reduces the current consumption. Low application cost: NRF24L01 integrates all RF protocol high-speed signal processing section, such as: automatically resend lost packets and automatically generate an acknowledge signal, etc. the nRF24L01 The SPI interface can take advantage of the microcontroller hardware SPI port or microcontroller I / O port to simulate the internal FIFO can be used with a variety of low-speed microprocessor interface, easy to use low-cost microcontroller. 7 facilitate the development: the link layer is fully integrated in the module, very easy to develop. Automatic retransmission function, automatic detection and retransmission of lost packets, the retransmission time and the number of retransmission can be software-controlled automatic storage is not received the packet of the response signal auto-answer, after the receipt of a valid data, the module automatically sends the reply fixed frequency detection signals without any additional programming Carrier Detect - built-in hardware CRC error detection and point-to-multipoint communication address control packet transmission error counter and carrier detection can be used for frequency hopping set can also set up six to receive the channel address, can have a choice of open receive channel standard the pin Dip2.54MM spacing interfaces for embedded applications.

    2 in stock

    39.00 ฿

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

  • PayPal

Login

Forgot your password?

Don't have an account yet?
Create account