Download Print this page
Advantech EPD-302 User Manual
Advantech EPD-302 User Manual

Advantech EPD-302 User Manual

Wireless epaper display solution

Advertisement

Quick Links

User Manual
EPD Device
EPD-302.303
System Solution
Wireless ePaper Display Solution

Advertisement

loading
Need help?

Need help?

Do you have a question about the EPD-302 and is the answer not in the manual?

Questions and answers

Summary of Contents for Advantech EPD-302

  • Page 1 User Manual EPD Device EPD-302.303 System Solution Wireless ePaper Display Solution...
  • Page 2: Product Warranty (2 Years)

    No part of this manual may be reproduced, copied, translated, or transmitted in any form or by any means without the prior written permission of Advantech Co., Ltd. The information provided in this manual is intended to be accurate and reliable.
  • Page 3: Technical Support And Assistance

    Technical Support and Assistance Visit the Advantech website at www.advantech.com/support to obtain the latest product information. Contact your distributor, sales representative, or Advantech's customer service center for technical support if you need additional assistance. Please have the following information ready before calling: –...
  • Page 4: Safety Instructions

    A battery subjected to extremely low air pressure may result in an explosion or leakage of flammable liquid or gas. DISCLAIMER: These instructions are provided according to IEC 704-1 standards. Advantech disclaims all responsibility for the accuracy of any statements contained herein. EPD-303 User Manual...
  • Page 5: Consignes De Sécurité

    AVERTISSEMENT: Cet ensemble d'instructions est donné conformément à la norme CEI 704-1. Advantech décline toute responsabilité quant à l'exactitude des déclara- tions contenues dans le. EPD-303 User Manual...
  • Page 6 EPD-303 User Manual...
  • Page 7: Table Of Contents

    Hardware Specifications ............... 2 Table 1.1: EPD-303-N1001/EPD-303-N2001......3 1.2.2 ID Dimensions................3 System Implementation................4 1.3.1 Advantech EPD-303, NFC APP, NFC Agent, NFC Reader..4 Chapter NFC Writer & Reader ......5 Introduction ....................6 Specifications .................... 6 Figure 2.1 EPR-210 ..............6 Table 2.1: EPR-210 ..............
  • Page 8 EPD-303 User Manual viii...
  • Page 9: Chapter 1 Product Overview

    Chapter Product Overview...
  • Page 10: Introduction

     Passive NFC-powered e-Paper, battery-free  Fast transmission with a 3-color LED  Enables refresh by smartphone through the Advantech NFC App or NFC  Reader Supports an operating temperature range of 0 ~ 40°C (B/W)  Includes DLL sample code for seamless communication with the EPD server to ...
  • Page 11: Id Dimensions

    System Memory RAM 20KB Screen Size 3.7" (53 x 92.99 x 1.0 mm) Resolution 240 x 416 pixels Display EPD-302 black and white Color EPD-303 black, white, and red Internal Flash: 128 KB RAM: 20 KB Storage External User data/Image...
  • Page 12: System Implementation

    Advantech provides a total solution for developing various architectures according to the end customer's system requirements. NFC agent: Users can utilize Advantech C+ sample code and a DLL to compile API and user data. Advantech NFC APP: Download the Advantech NFC APP on Android smart- phones, which reads ISO15693 type.
  • Page 13: Chapter 2 Nfc Writer & Reader

    Chapter NFC Writer & Reader...
  • Page 14: Introduction

    Introduction The EPR-210 is Advantech’s NFC writer and reader. Users can apply the Advantech C# DLL to develop APIs and handle data binding. The NFC APP is an Android app that allows users to generate various types of images using pre-defined templates and push them to the Advantech EPD-210 via Near Field Communication (NFC).
  • Page 15: Chapter 3 Nfc Agent With Dll Sample Code And Mobile Phone App

    Chapter NFC Agent with DLL Sample Code and Mobile Phone APP...
  • Page 16: Nfc App

    NFC APP 3.1.1 Introduction Advantech offers a free app featuring local templates, empowering end users to input data independently. 3.1.2 Preparation An Android phone (version >= 5.0, NFC) Google Play Store Advantech EPD-303 NFC ePaper device 3.1.3 Installation Search for the APP in the Google Play Store. Keyword: EPD NFC Writer https://play.google.com/store/apps/details?id=com.advantech.nfcepaper...
  • Page 17 Confirm your Google account to sign in. EPD-303 User Manual...
  • Page 18 First screen after signing in. EPD-303 User Manual...
  • Page 19 Choose your model name: EPD-210 or EPD-303. The app provides a variety of sample templates for different domains. You can select your preferred template to create an image for the EPD display. For example, consider the price tag template. EPD-303 User Manual...
  • Page 20 Create your own template by typing in some user data. EPD-303 User Manual...
  • Page 21 The green light indicates successful device detection and image transmission. EPD-303 User Manual...
  • Page 22 Position your mobile phone over the EPD-303 ePaper device, ensuring it matches the NFC icon positioned at the bottom of the ePaper display. Wait until the progress bar reaches completion to confirm successful data transmission. EPD-303 User Manual...
  • Page 23 Image Management  Images generated by local templates can be found in the Home section. In this section, you can browse all images and delete unnecessary ones. Click an image to delete it. EPD-303 User Manual...
  • Page 24 User Data Encoding  Go to the NFC Encoding Page, where you can learn how to encode user data into the EPD-302/EPD-303 card through NFC encoding. EPD-303 User Manual...
  • Page 25 Choose an encoding type. We support various types such as Website, Tele- phone, SMS, Email, Business Card, LINE, and Wi-Fi settings. For this example, we’ll use Telephone number. EPD-303 User Manual...
  • Page 26 You can enter a telephone number manually or select it from your contact list on your Android phone. Here, we’ll select one from the contact list. EPD-303 User Manual...
  • Page 27 Choose a contact with a phone number. EPD-303 User Manual...
  • Page 28 You can see the telephone number is filled in. Click the CLICK TO PUBLISH button to start. EPD-303 User Manual...
  • Page 29 Place the EPD-303 against the NFC chip location on the back of your Android phone. Please wait patiently until the process completes. If there is an NFC type detection error (e.g., IsoDep), remove the EPD-303 card from your Android phone and try touching it again until the correct NFC type is detected (e.g., NfcV).
  • Page 30: Nfc Dll: Read/Write Data And Refresh Images

    NFC DLL: Read/Write Data and Refresh Images 3.2.1 Introduction Advantech provides NFC driver sample code to help customers seamlessly integrate their WMS or system. This ensures easy deployment and includes functionalities such as device detection, data reading/writing, and image refreshing.
  • Page 31: Sample Programing: Nfc App

    3.2.4 Sample Programing: NFC APP 3.2.5 Sample Code: Initial Code using AdvNFCWrap;  public partial class Form1 : Form, NFCWrap.TagState, AdvNF- CWrap.NFCWrap.ProcessState private AdvNFCWrap.NFCWrap oNFC = new NFCWrap(); // TagState callback public void onTagState(nTagState state) // ProcessState callback public void onProcessState(nImageState state, object data) 3.2.6 Sample Code: Detect Port using AdvNFCWrap;...
  • Page 32: Sample Code: Connect Tag

    enableButtonButtons(true); 3.2.7 Sample Code: Connect Tag Connect tag Async  string strReturn = await oNFC.ConnectTagAsync(); MessageBox.Show(strReturn); 3.2.8 Sample Code: Get Information Tag ID  String strReturn = oNFC.GetTagID(); MessageBox.Show(strReturn); Tag Version  String strReturn = oNFC.GetVersion(); MessageBox.Show(strReturn); 3.2.9 Sample Code: Pin Code Unlock ...
  • Page 33: Sample Code: Draw Image From Code

    MessageBox.Show(strReturn); 3.2.11 Sample Code: Draw Image from Code String strReturn = oNFC.UnlockPinCode(txtUnLock.Text); if (strReturn == "OK") //Create Image Bitmap bitmap = new Bitmap(Convert.ToInt32(296), Con- vert.ToInt32(128), System.Drawing.Imaging.PixelFormat.For- mat32bppArgb); Graphics g = Graphics.FromImage(bitmap); g.Clear(Color.White); // Create font and brush. Font drawFont = new Font("Arial", 12); SolidBrush drawBrush = new SolidBrush(Color.Black);...
  • Page 34: Integration Requirements For A 3Rd Reader

    The NFC reader must meet specifications that support the 13.56MHz operating band and comply with the ISO 15693 standard for air interface communication with EPD-302/303. Additionally, it should have an RF output power of at least 200mW (23dBm) for optimal performance, enabling card reading and image refreshing at distances of up to 10 mm.
  • Page 35 EPD-303 User Manual...
  • Page 36 No part of this publication may be reproduced in any form or by any means, such as electronically, by photocopying, recording, or otherwise, without prior written permission from the publisher. All brand and product names are trademarks or registered trademarks of their respective companies. © Advantech Co., Ltd. 2024...