พอดีผม จะทำกันขโมยรถ ผมควรใช้บอร์ด ตัวไหน ดี คูกับโมดูล Gsm/Gps

ช่วยแนะนำด้วยครับ

รู้สึกเหมือนเว็บรีใหม่ปาวคับ

รียังไงหรอครับผม

ยูสเก่าเข้าไม่ได้ 55

ใช่ครับ ตอนนั้น config ผิดพลาด ไฟล์ระบบหาย 20% ไม่ได้ backup ไว้ด้วย :sob: ต้องขออภัยด้วยครับ

ตอนนี้เปิดระบบ backup ไว้ อาทิตละครับ ปลอดภัย % แน่นอน

แนะนำบอร์ดด้วยพี่ ผมคิดไม่ออกจริงๆว่าตัวไหนดี

esp8266 ก็น่าจะจบนะ ต้องดูว่าต้องการอะไรซับซ้อนกว่านี้รึป่าว

arduino nano ตัวนี้ กับ esp8266 ตัวไหนดีคับ

ถ้าใช้กับบอด esp8266 ต้องเพิ่มโคดอะไรบ้างครับ

/* Comment this out to disable prints and save space */
#define BLYNK_PRINT Serial

// Select your modem:
#define TINY_GSM_MODEM_SIM800

#include <TinyGsmClient.h>
#include <BlynkSimpleTinyGSM.h>

// You should get Auth Token in the Blynk App.
char auth[] = "YourAuthToken";

// Your GPRS credentials
// Leave empty, if missing user or pass
char apn[]  = "internet";
char user[] = "true";
char pass[] = "true";

// Hardware Serial on Mega, Leonardo, Micro
#define SerialAT Serial1

// or Software Serial on Uno, Nano
#include <SoftwareSerial.h>
SoftwareSerial SerialAT(2, 3); // RX, TX

TinyGsm modem(SerialAT);

void setup()
{
  // Debug console
  Serial.begin(9600);

  delay(10);

  // Set GSM module baud rate
  SerialAT.begin(9600);
  delay(3000);

  // Restart takes quite some time
  // To skip it, call init() instead of restart()
  Serial.println("Initializing modem...");
  modem.restart();

  Blynk.begin(auth, modem, apn, user, pass);
}

void loop()
{
  Blynk.run();
}

nano เสถียรกว่าครับ เวลาเขียนปัญหาน้อยกว่า

อ่อครับเรื่องความทนทานตัวนี้เป็นไงครับหรือมีตีวอื่นแนะนำไหมครับ

ความทนทานมันก็พอๆ กันครับ