Skip to main content

RA4M1 Mini Arduino R4 Minima Development Kit


Tổng tả sản phẩm & tính năngquan


TDM2431 là phiên bản RA4M1 Mini Arduino R4 Minima Development Kit.

TDM2431-RA4M1 Mini Arduino R4 Minima Development Kit đâyphiêmột board phát triển bảvi điều khiển Arduino R4 mới nhất với kích thước nhỏ gọn với nhiều giao diện kỹ thuật số. Về phần cứng, nó sử dụng chip R7FA4M1AB3CFM, được trang bị vi xử lý 32-bit Cortex-M4® đơn nhân, có đơn vị tính toán dấu chấm động (FPU), hỗ trợ tần số xung nhịp lên đến 48MHz. Bộ nhớ tích hợp gồm 256KB ROM, 32KB SRAM giá8KB thànhEEPROM, rẻ.

giúp

image.png

tăng

Sảnkhả phẩmnăng tương thích kíchvới thước,nhiều pinngoại tovi pinkhác nhau, hỗ trợ linh hoạt cho các ứng dụng.

Về phần mềm, bạn có thể sử dụng Arduino IDE để lập trình, giúp việc phát triểntậpứng lệnhdụng hoànnhanh toànchóng, giốdễ dàng.

Sử dụng chung source với ModuleArduino 4GUno A7680CR4 TDM-4G-V2Minima giúp dễ dàng phát triển các ứng dụng trên arduino.

Tính năng nổi bật

  • A7682SVi Đđiều khiển Renesas RA4M1 dựa trên kiến trúc ARM Cortex-M4, tốc độ hoạt động 48MHz, tích hợp FPU.

  • Bộ nhớ: 256KB flash, 32KB SRAM, 8KB EEPROM.

  • Ngoại vi: ADC 14-bit, DAC 12-bit, bộ điều khiển CAN, giao diện USB 2.0, LED RGB tích hợp.

  • Bảo mật: Hỗ trợ mã hóa firmware, khởi động an toàn, chống giả mạo, đảm bảo tinan cậytoàn cho cácdữ kháliệu và hệ thống.

  • Tương thích hàng đang còn nghi ngờ về khả năngcao, hỗ trợ chínhnhiều thứgiao diện ngoại vi, mở rộng linh hoạt.

  • Thiết kế mô-đun castellated, cho phép hàn trực tiếp vào board mạch chủ.

  • Hỗ trợ Arduino IDE, giúp người dùng A7680Cphát triển Vietnhanh Nam,chóng và thuận tiện hơn.

Sơ đồ chân 

 

 

LưuKích ý: để gọi đượthước quý khámạch phải đăng kí 4G và Volte theo nhà mạng sử dụng. và module sim phải hỗ trợ tính năng Volte.


 

Hướng dẫn sửset dụng: 

  • Sơ đồ đấu nối với vi điều khiển:
  • Mô tả sơ đồ chân
    VCCNguồn cấp 5-12V (khuyến nghị >1A)
    GNDTDM-A7680C
    TXĐấu nối chéo với RX của VDK
    RXĐấu nối chéo với TX của VDK
    NETChân trạng thái mạng ( đồng bộ với led)
    PENĐiều khiển nguồn SIM 
    Mặc định thả nổi ON, kéo xuống mức 0 để OFF
    DTR

    Chân DTR từ module sim

    thả nổi nếu không dùng

Các thông tin tham khảoupcodelập mẫu:

trình 

Code mẫu điều khiển Led RGB trên Arduinoarduino IDE

#include <Adafruit_NeoPixel.h>

// Define the data pin and number of LEDs
#define DATA_PIN 6    // P106 (Pin 6 on Arduino R4)
#define NUM_LEDS 1    // One LED

// Create NeoPixel object
Adafruit_NeoPixel strip = Adafruit_NeoPixel(NUM_LEDS, DATA_PIN, NEO_GRB + NEO_KHZ800);

void setup() {
  // Initialize the NeoPixel strip
  strip.begin();
  strip.setBrightness(50); // Set brightness (0-255, 50 is ~20% to avoid overheating)
  strip.show(); // Initialize all pixels to 'off'
  
  // Initialize serial communication for debugging (optional)
  Serial.begin(9600);
  while (!Serial) {
    ; // Wait for serial port to connect
  }
  Serial.println("Addressable RGB LED Control Started");
}

void loop() {
  // Red
  setRGB(255, 0, 0); // Full Red, no Green, no Blue
  Serial.println("Red");
  delay(1000);
  
  // Green
  setRGB(0, 255, 0); // No Red, full Green, no Blue
  Serial.println("Green");
  delay(1000);
  
  // Blue
  setRGB(0, 0, 255); // No Red, no Green, full Blue
  Serial.println("Blue");
  delay(1000);
  
  // White
  setRGB(255, 255, 255); // Full Red, Green, Blue
  Serial.println("White");
  delay(1000);
  
  // Purple
  setRGB(255, 0, 255); // Full Red, no Green, full Blue
  Serial.println("Purple");
  delay(1000);
  
  // Off
  setRGB(0, 0, 0); // No Red, no Green, no Blue
  Serial.println("Off");
  delay(1000);
}

// Function to set RGB LED color
void setRGB(uint8_t red, uint8_t green, uint8_t blue) {
  strip.setPixelColor(0, strip.Color(red, green, blue)); // Set color for the first (and only) LED
  strip.show(); // Update the LED
}

Thông số kĩ thuật:


Bản vẽ kĩ thuật


  • Schematic
  • Mechanical Dimension
  • Basic Block Diagram

3D Model/Cad


3D model: 3D-TDM-4G-Module-V2_model.STEP

Technical Support
  If you need technical support or have any feedback/review, please contact via email: contact@tdlogy.com