วันศุกร์ที่ 16 ตุลาคม พ.ศ. 2563

Arduino Unique ID, Serial number

วันนี้ได้มีโอกาสทำ arduino และ ต้องการจะอ่าน serial number จาก arduino

เริ่มต้นจาก google ค้นหาคำว่า arduino serial number และได้พบว่า arduino มันไม่มี serial number แต่มันจะมีอะไรบางอย่างที่ใช้แทนได้ เขาเรียกว่า "UniqueID" และเขาก็ได้ทำ library มาให้เรา download เรียบร้อย

code ตัวอย่างการใช้งานครับ

#include <ArduinoUniqueID.h>

void setup() {
  // put your setup code here, to run once:
  Serial.begin(19200,SERIAL_8N1);
  UniqueIDdump(Serial);
}

void loop() {
  // put your main code here, to run repeatedly:

}

 

download library

 

 

ที่มา

https://www.thethingsnetwork.org/forum/t/arduino-has-a-unique-id/21415

https://github.com/ricaun/ArduinoUniqueID

http://ww1.microchip.com/downloads/en/DeviceDoc/40001906A.pdf