3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности

Сохраните в закладки:

Цена:7 894,92RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Sep-15-2025 9394.22 руб. 9864.45 руб. 9629 руб.
    Aug-15-2025 9315.51 руб. 9781.79 руб. 9548 руб.
    Jul-15-2025 7815.95 руб. 8206.36 руб. 8010.5 руб.
    Jun-15-2025 9157.15 руб. 9615.77 руб. 9386 руб.
    May-15-2025 7973.76 руб. 8372.16 руб. 8172.5 руб.
    Apr-15-2025 8999.64 руб. 9449.63 руб. 9224 руб.
    Mar-15-2025 8920.91 руб. 9366.72 руб. 9143 руб.
    Feb-15-2025 8841.39 руб. 9283.42 руб. 9062 руб.
    Jan-15-2025 8762.11 руб. 9200.89 руб. 8981 руб.

    Новые товары

    Характеристики

    3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности

    Описание товара


    Intelligent TFT-LCD Module




    Model


    STWI035WT-01

    Equipment Manual



    Preface


    This equipment manual is part of our Intelligent TFT-LCD Module documentation. It provides the information in regards of operation, installation, configuration, function, system as well as its technical design and working principle.


    Organization of the manual


    TheSTWI035WT-01 equipment manual is organized into the following chapters:


    Chapter

    Contents

          1

    Overview of features and functional scope of the STWI035WT-01

    2-3

    Technical Parameters, Interface Description

    4-5

    Accessories, Physical Dimensions

    6-8

    Electrical Components, Naming Rule, International Certification

    Appendix

    ESD Guidelines, Glossary


    Customer Online Services


    Customer Support offers comprehensive additional information of Intelligent Products through its Online services as follows:


    Other support


    In need of technical queries, please contact STONE representatives in the subsidiaries and branches responsible for your area.


    Trademarks


    STONE registered trademarks are as below:


    - STONE


    - STONE TECH


    - Intelligent HMI


    - Intelligent TFT-LCD Module


    Abbreviations

    The abbreviation table in this equipment manual is as below:

      LED      Light Emitting Diode

      CPU     Central Processing Unit

      ESD      Electrostatic Sensitive Device

      HMI       Human Machine Interface

      IF          Interface

      LCD      Liquid Crystal Display

      UART    Universal Asynchronous Receiver/Transmitter

      COM     Commercial

      DIN        Data Input

      DOUT     Data Output

      VIN         Voltage Input

      GND       Ground

      TP          Touch Panel


    A list of all the technical terms together with their explanations is provided in the glossary at the end of this manual.


    1Introduction


    This chapter contains general information of:


    - Brief Introduction

    - Warranty

    - Product Characteristics

    - Application Area

    - Working principle

    - Operation Processing

    - Software Operation


    Brief Introduction

    The STWI035WT-01has been conceived as TFT monitor & Touch controller.It includes processor, control program, driver, flash memory, RS232/RS422 / RS485/

    TTL / LAN port, Wi-Fi / Bluetooth, touchscreen, power supply etc., so it is a whole display system based on the powerful & easy operating system, which can be controlled by Any MCU.


    TheSTWI035WT-01 can be used to perform all basic functions, such as text display, image display, curve display as well as touch function, Video & Audio function etc. The User Interface can be more abundant and various. And the flash memory can store your data, configuration files, image file, font file, video file and audio file etc.


    1.2 Warranty

    All products purchased from our company are guaranteed to keep in good repair for

    3 years. If quality problems (except human error) happen in guarantee period, our company will maintain for free to replace the broken one unconditionally.


    1.3 Product Characteristics

    - With Cortex A8 CPU & Driving device

    - Controlled by any MCU

    - Display Picture/ Text /Curve / Video

    - 262K (18bit) colour TFT display

    - With/without Touch Screen

    - RS232/RS422 / RS485/ TTL UART Interface & USB port

    - Ethernet port/WI-FI/Bluetooth optional

    - Wide voltage range

    - Easy to use! Powerful function! Saving Much Development cost and time!


    1.4 Application Area

    Widely used in various industrial field


    - Medical & Beauty Equipment

    - Engineering Machinery and Vehicle Equipment

    - Electronic Instrument

    - Industrial Control System

    - Electric Power Industry

    - Civil Electronic Equipment

    - Automation Equipment

    - Traffic

    - New energy project

    - IOT applications

    Etc.


    1.5 Working Principle

    The Intelligent TFT-LCD Module communicates with the Customer’s

    MCU/CPU / FPGA / PLC via Commands (JSON command and HEX Code), and then the MCU would control its connected equipment to work according to the received commands.

    1.6 Operation Processing

    Only 3 steps to use our TFT-LCD Module:

    Build a GUI project by STONE designer GUI editor with png/jpg/bmp/svg/gif image files.

    Connect with customer’s MCU through RS232,RS422,RS485,TTL directly. Plug and play.

    Write a simple program for MCU to control the TFT-LCD Module via Command Set.

    (JSON code to TFT-LCD Module and HEX Code to Customer’s MCU ).

    That’s all.


    The communication protocol (customized command set) is built with 2 parts:

    Initiative command (MCUàTFT-LCD Module)


    Frame head: ST<

    Command content: { json }

    Frame end: >ET


    For example:

    ST<{"cmd_code":"open_win","widget":"label_value"}>ET ST<{"cmd_code":"set_value","widget":"label_value",”value”:100}>ET

    Important: The text content should be with the quotes(“”), including widgets’ name but the value content shouldn’t be with the quotes, such as value or true/false states.

    Passive command (TFT-LCD ModuleàMCU)


    Basic command format:

    Frame head + CMD + LEN + DATA + Frame tail + CRC16

    Example: ST< 0x1068    0x00040x01 0x02 0x03 0x04        >ET CRC16


    The TFT LCD module serial port command frame is composed of 5 data blocks, shown as the table 1-1.6. All serial port commands or data are represented with hex format. The data transfer in MSB manner. E.g. for 0x1234, first send 0x12 and then send 0x34.

    Definition

    Frame header

    Command

    length

    Data

    Frame tail

    CRC check code

    Length (byte)

    3

    2

    2

    N

    3

    2

    Description

    Could be customized

    Specific command function, default setting

    The bytes number of Data

    -


    Could be customized

    Default setting

    Example

    ST<

    0x1068

    0x0004

    0x01,0x02,0x03,0x04.

    >ET

    CRC16


    More information, please refer to the document of Development Guide.

    1.7 Software Operation


    We will offer simple "Stone Desinger GUI editor" to help you to design the new project file for Intelligent TFT-LCD Module on Windows system PC

    or MacOS PC, or it also can Design on website version directly.


    2TechnicalParameters


    This chapter contains technical data on:


    - Physical Parameters:

    Physical Parameters

    Display


    - Hardware Parameters:

    Processor

    Memory

    Interface

    Power Supply


    - Storage & Test

    Electrical Characteristics

    Ambient Conditions

    Noise Immunity

    Radio Interference


    - Support Device

    Support Device


    Technical Parameters


    Physical Parameter

    Size

    3.5 inch

    Resolution

    320×RGB×240

    Pixel Spacing

    73um × 219um

    Color

    262,144
    colors (18 bit)

    Viewing Area

    70.08(H) × 52.56(V)

    Display Dimension

    71.9mm× 53.8mm

    Overall Dimension

    93mm×70.1mm×14.9mm (T)

    (Standard
    type)

    93mm×70.1mm×23.8mm (T)

    (with
    Ethernet port)

    Net Weight

    100g (T)


    Display

    Backlight
    Type

    LED

    Brightness

    300cd/m2

    (Brightness can be
    adjustable in 100 levels)

    Contrast

    400:1

    Backlight
    life

    30,000 hours

    Viewing
    Angle

    60°/60°/50°/55°(L/R/U/D)

    TFT Panel

    A Class Industry Panel

    Touch Screen

    4 Wire Resistance Touch /Capacitive Touch /
    Without Touch Screen

    Screen
    Mode

    Digital


    Processor

    CPU

    Cortex A8

    Refresh Rate

    1G Hz

    Max Frame rate

    60 FPS


    Memory

    Flash Memory

    Standard 256MB, Extension 1GB or 2GB

    Memory
    Amount for Image

    According
    to the capability of the image, Suggest "PNG, BMP, JPG, SVG, GIF"
    format.



    Interface

    Serial Interface

    RS232 / RS422 / RS485 / TTL level

    Ethernet interface

    10M/100M (Optional)

    Wireless interface

    Wi-Fi / Bluetooth (Optional)

    Project file downloading

    USB2.0 port or U storage Disk


    Power Supply

    Rated voltage

    +12V DC or +5V DC

    Permissible voltage range

    +7V DC...+28V DC or +5V DC

    Max. permissible transients

    +28V

    Time between two transients

    50 sec minimum

    Internal Fuse

    2A self-recovery fuse

    Power consumption

    0.8
    W


    Electrical Characteristics

    Parameter

    Condition

    Min

    Type

    Max

    Supply
    Current


    VIN=12V

    (Max
    brightness)


    120mA


    VIN=12V

    (close
    brightness)


    60mA


    Baud
    Rate



    115200
    bps


    Signal











    Technical Parameters


    Ambient Conditions

    Max. permissible ambient temperature

    Operation

    Storage


    -30℃~+80

    -30℃~+80

    Relative humidity

    Operation

    Storage


    55,85%

    60,90%

    Shock loading

    Operation

    Storage


    15 g/11 msec

    25 g/6 msec

    Vibration

    Operation

    Storage


    0.035 mm (10 - 58
    Hz)/ 1 g (58 - 500 Hz)

    3.5 mm (5 - 8,5
    Hz)/ 1 g (8.5 - 500 Hz)

    Barometric pressure

    Operation

    Storage


    706 to 1030 hPa

    581 to 1030 hPa


    Noise Immunity

    Static
    discharge

    (contact
    discharge/air discharge)

    EN
    61000-4-2

    6 kV/8 kV

    RF
    irradiation

    EN 61000-4-3

    10
    V/m, 80% AM

    1
    kHz


    Pulse
    modulation


    ENV 50204

    900
    MHz
    ±5 MHz

    10
    V/meff., 50% ED, 200 Hz


    RF conduction


    EN 61000-4-6

    150 kHz - 80 MHz

    10 V, 80% AM, 1 kHz

    Burst
    interference

    Supply lines

    Process data lines

    Signal lines

    EN 61000-4-4

    2kV

    2kV

    1kV


     Radio Interference

    Radio interference level complying to

    EN 55011

    Class A


    Support Device

    UART Port

    Support

    RS232 / RS422 / RS485 / TTL

    Network Port

    Support

    Ethernet Port / Wi-Fi / Bluetooth

    Flash Memory

    Support

    Standard 256MB, Extend 1GB or 2GB

    Buzzer

    Support

    RTC

    Support

    USB port

    Support

    Online Download By USB Cable

    U Storage Disk Interface

    Support.

    Offline Download or Copy User Data

    Touch Screen

    4 Wire Resistance / Capacitive

    Vector Font

    Standard TTF Format

    Image

    Support PNG/JPG/BMP/SVG/GIF Format

    Audio Interface

    Support WAV format

    The length of single audio file is not limited, theoretically up to 4096 audio files, speaker power is 8 ohms 2 watts or 4 ohms 3 watts

    Command Set

    Unified Simplified Command Sets



    3
    InterfaceDescription

    This chapter contains the description of the interfaces:


    - VVC

    - NC

    - DOUT

    - DIN

    - GND


    Please notify the interface type before ordering. RS232/ RS422/ RS485/TTL Interface.

    Communication Interface Definition

    Pin Name

    Pin NO.

    Pin Type

    Interpret

    GND

    1,2

    P

    Power Ground

    DIN

    4

    I

    Data Input

    DOUT

    5,

    O

    Data Output

    NC

    3,6


    None

    VCC

    7,8

    P

    Power Supply Input

    I: Input   O: Output   P: Power


    Note A:  1. Adopting the 8 Pin 2mm spacing socket. Model Code: A2006WF-08A.

    2. Direction of the signal was defined with TFT-LCD Module;

    “I” refers to the signal from the user’s MCU transmitted to the TFT-LCD Module.

    3. Pins with the same definition are connected together in the module inside.

    4. RS232, RS422, RS485, TTL port can be default which need to point out in the order.

    Note B: The selection of Baud rate for the serial interface:

    Baud rate(bps)

    1200

    2400

    4800

    9600

    19200

    38600

    57600

    115200



    4Accessories


    This chapter contains the accessories:


    - Double 8-pin Connect Cable

    - 8-pin Socket

    - Type AUSB Cable

    - Converter: USB⇌RS232/RS422/RS485/TTL

    - Metal Bezel (optional)

    - IP65 Plastic Box (optional)


    Accessory Name

    Model

    Note

    Picture

    Double 8-pinCable

    L8

    Optional:10cm/20cm/35cm/65cm

    8-pin Socket

    S8

    SMD-8 2.0mm with Lock

    Type AUSB Cable

    LU


    Double USB Port Cable

    Online Downloading



    Converter

    UR2.0

    UR4.0

    UR1.0

    USB to RS232

    USB to RS422 / RS485

    USB to TTL

    U Storage Disk



    Offline USB Batch Downloading Function



    Accessory Name

    Model

    Note

    Picture

    IP65 Plastic Box

    (optional)

    PB-043

    PB-050

    PB-056

    PB-070

    PB-080

    PB-104

    For: 4.3”, 5”, 5.6”, 7”, 8”,10.4”




    Metal Bezel

    (optional)

    MB-035

    MB-043

    MB-050

    MB-056

    MB-070

    MB-080 MB-101

    MB-104

    For: 3.5”, 4.3”, 5”, 5.6”, 7”, 8”,10.1”,10.4”





    5PhysicalDimensions


    This chapter contains the information of Physical Dimensions.


    6Electrical Components

    This chapter contains the brands of the components:


    - TFT Panel

    - Touch Screen

    - CPU

    - LCD Controller

    - Flash memory

    - Connecter

    - Capacitance

    - IC


    7Naming Rule


    This chapter contains the naming rule:


    As sample STWI035WT-01N


    Code

    Explain

    ST

    Company Code

    W

    The third version product

    I

    I=Industrial Type; A=Advanced Type; C=Civil Type

    035

    TFT Panel Dimension: 3.5 inch

    W

    W=Wide Voltage(+7V to +28V) L=Low Voltage (+5V)

    T

    T=With Resistive Touch Screen

    N=Without Touch Screen

    C=With Capacitive Touch Screen

    0

    0=RS232 4=RS422 / RS485 1=TTL Level

    1

    Hardware Code

    N

    N=Ethernet W=Wi-Fi/Bluetooth


    8International  Certification


    This chapter contains the certification we passed:


    - CE Certificate

    - ROHS Certificate

    - FCC Certificate

    - ISO9001:2008 Quality System


    CE Certificate                                                        FCC Certificate                                                                  

    RoHS Certificate                                                     ISO9001:2008 


    APPENDIX


    ESD Guidelines


    What does ESD mean?


    Virtually all present-day modules incorporate highly integrated MOS devices or components. For technological reasons, these electronic components are very sensitive to over voltages and consequently therefore to electrostatic discharge:


    These devices are referred to in German as Elektrostatisch Gefährdeten Bauelemente/ Baugruppen: ºEGBº


    The more frequent international name is:


    ºESDº (Electrostatic Sensitive Device)


    The following symbol on plates on cabinets, mounting racks or packages draws attention to the use of electrostatic sensitive devices and thus to the contact sensitivity of the assemblies concerned:

    ESDs may be destroyed by voltages and energies well below the perception threshold of persons. Voltages of this kind occur as soon as a device or an assembly is touched by a person who is not electrostatically discharged . Devices exposed to such over voltages cannot immediately be detected as defective in the majority of cases since faulty behavior may occur only after a long period of operation.


    Precautions against electrostatic discharge


    Most plastics are capable of carrying high charges and it is therefore imperative that they be kept away from sensitive components.


    When handling electrostatic sensitive devices, make sure that persons, workplaces and packages are properly grounded


    Handling ESD assemblies


    A general rule is that assemblies should be touched only when this cannot be avoided owing to the work that has to performed on them. Under no circumstances should you handle printed-circuit boards by touching device pins or circuitry.


    You should touch devices only if


    you are grounded by permanently wearing an ESD wrist strap or


    you are wearing ESD shoes or ESD shoe-grounding protection straps in conjunction with an ESD floor.


    Before you touch an electronic assembly, your body must be discharged. The simplest way of doing this is to touch a conductive, grounded object immediately beforehand ± for example, bare metal parts of a cabinet, water pipe etc.


    Assemblies should not be brought into contact with charge-susceptible and highly insulating materials such as plastic films, insulating table tops and items of clothing etc. containing synthetic fibers.


    Assemblies should be deposited only on conductive surfaces (tables with an ESD coating, conductive ESD cellular material, ESD bags, ESD shipping containers).


    Do not place assemblies near visual display units, monitors or television sets (minimum distance to screen > 10 cm).



    Measuring and modifying ESD assemblies


    Perform measurements on ESD assemblies only when


    the measuring instrument is grounded ± for example, by means of a protective conductor ± or

    the measuring head has been briefly discharged before measurements are made with a potential-free measuring instrument ± for example, by touching a bare metal control cabinet.

    When soldering, use only grounded soldering irons.

    Shipping ESD assemblies

    Always store and ship assemblies and devices in conductive packing ± for example, metallized plastic boxes and tin cans.

    If packing is not conductive, assemblies must be conductively wrapped before they are packed. You can use, for example, conductive foam rubber, ESD bags, domestic aluminum foil or paper (never use plastic bags or foils).

    With assemblies containing fitted batteries, make sure that the conductive packing does not come into contact with or short-circuit battery connectors. If necessary, cover the connectors beforehand with insulating tape or insulating material.

    Glossary

    Baud rate

    Rate of speed at which data is downloaded. Baud rate is specified in Bit/s.

    Boot

    A loading process which downloads the operating system in the working memory of the operating unit.

    Command Set

    Hex Code, the MCU can control the TFT Module via the command set.

    Configuration file

    It can be created by the software.

    Download

    Download the image, configuration files and data through mini USB port or USB port.

    Download mode

    Through mini USB port or USB port.

    Flash memory

    Programmable memory which can be electrically deleted and written to again segment-by-segment.

    Half Brightness Life

    The period of time after which the brightness tube only achieves 50% of the original value.

    Input field

    Enables the user to enter values which are subsequently sent to the MCU.

    MCU

    Micro Control Unit, it is widely used in the industrial control.

    Normal operation

    Operating unit operating mode in which messages are displayed and screens can be operated.

    Output field

    Displays current values from the MCU on the operating unit.

    Process screen

    The display of process values and process progress on the operating unit in the form of screens, which may contain graphics, texts and values.

    RS485

    Standard interface for serial data transfer at a very high transmission rate.

    Screen

    A screen displays all the logically related process data on the operating unit, whereby the individual values can be modified.

    Touch panel

    This is an operating unit without a keyboard. The touch panel (abbreviated to TP) is operated via the contact-sensitive screen elements.















    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    Михаил 29 Февраля 2024, 06:19 #

    Купил комп сборку по заявленным, привезли, подключили, всё быстро и хорошо... Читать отзыв полностью...

    Ольга 23 Декабря 2021, 11:05 #

    Добрый день! Заказывала блузку через сайт alisalebay.ru.Меня удивила очень быстрая доставка, я не ждала полтора месяца, как это обычно... Читать отзыв полностью...

    Лиана 19 Декабря 2021, 13:43 #

    Давно хотела заказать что нибудь с Алика,вот и увидела это безупречное кольцо. Заказала кольца позолоченные и себеристый. Я... Читать отзыв полностью...

    Нина Александровна 24 Декабря 2021, 11:04 #

    Отличные часы, купила для любимого мужа, и он и я просто в восторге. Дизайн не стандартный, очень эффектно смотрятся на... Читать отзыв полностью...

    Станислав 23 Декабря 2021, 13:45 #

    Решил заказать для своей дочки платье на Новый Год. Приглянулось данный товар. Доставку ждал около трех месяцев, главное, что пришел... Читать отзыв полностью...

    Ольга 18 Декабря 2021, 11:22 #

    Хорошая клавиатура для ноутбука. Тихая, но вместе с тем достаточно отзывчивая и при нажатии чувствуется небольшое сопротивление. Клавиатура экстротонкая,но вместе... Читать отзыв полностью...

    Игорь Гайсин 19 Декабря 2021, 20:21 #

    Качественная игрушка, с хорошо прорисованными узорами, без посторонних запахов, да и упакована вполне прилично. Пока еще не сломалась, а это... Читать отзыв полностью...


    Отзывы о 3.5 inch MCU Display LCD Touch Panel with Controller and Software | Электронные компоненты и принадлежности

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha