ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
ใส่ Bootloader ไว้ให้แล้ว ด้วย STM32duino สามารถโปรแกรมได้โดยตรงผ่าน USB Port แบบ Arduino


  • STM32F103C8
  • ARM Cortex M3
  • Micro USB 
  • Clock 72 MHz
  • Flash 128 KB
  • 20 KB RAM
  • Reset button
  • LED on PIN PC13
  • 32 kHz Real time clock crystal
  • Jump links on Boot0 and Boot1
  • Micro USB connector for power and data
  • ST-Link header on the top of the board.
  • Regulator RT9193-33 (300 mA)
  • 53.0mm x 22.5mm

โปรแกรมทดสอบ Blink

//M2M Lorawan Shop
//Black Pill
//#define LED_PIN PB12
 
//Blue Pill
#define LED_PIN PC13
 
void setup()
{
 
pinMode(LED_PIN, OUTPUT);
}
 
void loop()
{
digitalWrite(LED_PIN, HIGH);
delay(1200);
digitalWrite(LED_PIN, LOW);
delay(1200);
}

ตัวอย่างการใช้งาน คลิก
การนำไปใช้กับ LoRaWan คลิก
เอกสารการเชื่อมขา เอกสาร






อ้างอิง คลิก

How to make your Arduino IDE ready for blue pill.
Go to your browser and open https://github.com/rogerclarkmelbourne/Arduino_STM32 Click Clone or Download/Download Zip. You will get Arduino_STM32-master.zip . Copy unzip file from Arduino_STM32-master.zip to your sketchbook folder/hardware. Go to arduino IDE menu click File>Preference and you’ll find the location of your sketchbook folder(Ex. C:\Users\Documents\Arduino). If there’s no hardware folder, create one named as “hardware” (all lowercase letter). Re-open your Arduino IDE and now it ready for Blue pill.

Open Arduino IDE. Go to Tools>board> Generic STM32F103C Series. Then go to Tools>Variant>STM32F103C8 (20k ram, 64k flash). Go to tools> upload method>STM32duino bootloader. Select your Port ComX (Maple Mini) and Optimize Smallest.

Architecture: 32-bit ARM Cortex M3

Operating Voltage: 2.7- 3.6V

CPU Frequency: 72 MHz

Number of GPIO pins: 37

Number of PWM pins: 12

Analog input Pins: 10 (12-bit)

USART Peripherals: 3

I2C Peripherals: 2

SPI Peripherals: 2

Can 2.0 Peripheral: 1

Timers: 3(16-bit), 1 (PWM)

Flash Memory: 64KB

RAM: 20kB

STM32F103C8T6 ระหัสมีความหมายดังนี้

 

  • STM » stands for the manufacturers name STMicroelectronics
  • 32 » stands for 32-bit ARM architecture
  • F103 » stands to indicate that the architecture ARM Cortex M3
  • C » 48-pin
  • 8 » 64KB Flash memory   บางรุ่นจะมา 128KB
  • T » package type is LQFP
  • 6 » operating temperature -40°C to +85°C


    เมื่อใช้งาน Arduino IDE
    ให้เลือก
  •  
  • Generic STM32F103C series
  • STM32F103CB (20k RAM, 128k Flash)
  • STM32duino Bootloader
  • Port ที่มีชื่อ Maple Mini 
เงื่อนไขอื่นๆ
Tags

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

ธนาคารกรุงศรีอยุธยา จำกัด (มหาชน) สาขาบางอ้อ ออมทรัพย์
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านlorawan
lorawan
จำหน่ายอุปกรณ์ Internet of Things เน้นอุปกรณ์ด้าน LoRaWan เช่น Node หรืออุปกรณ์สำหรับการนำไปประกอบเป็น Node หรือ Gateway ในลักษณะ DIY จำหน่ายชุด KIT เพื่อใช้ในการศึกษาการทำงาน ของ LoRaWan Node และ LoRaWan Gateway
เบอร์โทร : 062-1982256
อีเมล : m2mlorawan@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม