Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

8 total results found

Đề xuất mạch custom tcall-lilygo sử dung Quectel thay thế A7670E

4G-5G-Nb-IoT-GPS-GNSS EG800K

A7683E-4G-V2

4G-5G-Nb-IoT-GPS-GNSS A7683E

TDM2315-A7672S Module Breakout

4G-5G-Nb-IoT-GPS-GNSS A7677S-A7672S

Mô tả sản phẩm & tính năng  TDM2315 là phiên bản Module 4G GPS SIMCOM đã ra chân và khay sim, phù hợp sử dụng với nhà mạng tại Việt Nam  TDM2315-A7672S một module 4G LTE nhỏ gọn và mạnh mẽ, được thiết kế cho các ứng dụng IoT và M2M. Module này hỗ trợ c...

TEST SD CARD

KNC VN Hdan test các chức năng của mạch

#include "FS.h" #include "SD.h" #include "SPI.h" //Uncomment and set up if you want to use custom pins for the SPI communication #define REASSIGN_PINS int sck = 7; int miso = 5; int mosi = 6; int cs = 4; void listDir(fs::FS &fs, const cha...

TEST MODULE SIM 4G

KNC VN Hdan test các chức năng của mạch

#include <HardwareSerial.h> #include <WiFi.h> #define simSerial Serial0 #define MCU_SIM_BAUDRATE 115200 #define MCU_SIM_TX_PIN 43 #define MCU_SIM_RX_PIN 44 #define MCU_SIM_EN_PIN 41 #define...

TEST RS485

KNC VN Hdan test các chức năng của mạch

#include <HardwareSerial.h> #define MAX485_CTRL 39 #define RS485_RX 38 #define RS485_TX 40 HardwareSerial Serial_RS485(1); unsigned long lastSendTime = 0; const unsigned long sendInterval = 1000; void setup() { pinMode(MA...

TEST ETHERNET

KNC VN Hdan test các chức năng của mạch

/** ****************************************************************************** * @file ETH_DHCP.ino * @brief Initialize W5500 Ethernet module using DHCP and print the IP address. * @version V1.0 * @date 2025-07-03 * @license MIT ...

code test c3 - A7600C

4G-5G-Nb-IoT-GPS-GNSS

#include <HardwareSerial.h> #define simSerial Serial0 // Sử dụng UART1 cho module SIM #define MCU_SIM_BAUDRATE 115200 #define MCU_SIM_TX_PIN 21 #define MCU_SIM_RX_PIN 20 #define MCU_SIM_EN_PIN 9 #define MCU_SIM_LED_PIN 10 #define PHONE_NUMBER "sđt"/...