Advanced Search
Search Results
8 total results found
Đề xuất mạch custom tcall-lilygo sử dung Quectel thay thế A7670E
A7683E-4G-V2
TDM2315-A7672S Module Breakout
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
#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
#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
#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
/** ****************************************************************************** * @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
#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"/...