WE310F5-I/P Porting Reference Guide 1. INTRODUCTION Scope This document describes an overview about the WE310F5 module porting procedures. Audience This document is intended for Telit customers, especially system integrators, about to implement their applications using the Telit module. Contact Information, Support...
All dates are in ISO 8601 format, that is. YYYY-MM-DD. Related Documents Table 2: Related documents Module Name Description 80664ST11034A WE310F5-I/P AT Command Reference Guide 1VV0301663 WE310F5-I/P EVB Hardware User Guide 1VV0301662 WE310F5-I/P Module Hardware User Guide 1VV0301733 Rev. 6...
WE310F5-I/P Porting Reference Guide 2. HARDWARE SPECIFICATION Overview It is required to redesign the designs for WE310F5 as the size and pin count differ from GS2K modules. For the recommended footprints and dimensions, refer to the respective Module Hardware User Guides.
Page 8
WE310F5-I/P Porting Reference Guide Following figure shows the interfacing of UART0 with Host MCU Figure 1: UART Interface Design. Following figure shows the interfacing of SPI with Host MCU Figure 2: SPI Interface Design. Following is the schematics for using USB interface with Host: 1VV0301733 Rev.
WE310F5-I/P Porting Reference Guide Figure 3: USB Interface with Host. Following is the schematics for using SDIO interface with Host: Figure 4: SDIO Interface with Host. Pin Mapping 2.4.1. GS2011M (apart from GPIO’s) and WE310F5 Table 4: GS2011M and WE310F5 Module Pin Map.
Page 10
WE310F5-I/P Porting Reference Guide GS2011MIx Pin# and GS2011M WE310F5 Pin# and Comments Name xxS Pin# Name JTAG_TRST_n WE310 has only one Wake RTC_IO_1 WAKEUP RTC_IO_0 VRTC W1, AA3 VBATT_3V3 DC_DC_CNTRL/ RTC_IO_4 ADC_SAR_0 ADC_SAR_1 RTC_IO_2 GPIO6/SPI1_DIN GPIO7 / SPI1_DOUT VOUT_1V8 GPIO5/SPI_CLK...
WE310F5-I/P Porting Reference Guide GS2011MIx Pin# and GS2011M WE310F5 Pin# and Comments Name xxS Pin# Name GPIO26/ UART1_CTS GPIO27/ UART1_RTS GPIO3/ UART1_RX GPIO32/ SDIO_DAT2/ UART1_TX GPIO1/ AA15 TXD0 UART0_TX GPIO25/ AA17 RTS0 UART0_RTS GPIO0/ RXD0 UART0_RX GPIO24/ CTS0 UART0_CTS GPIO31/PWM2...
Page 12
WE310F5-I/P Porting Reference Guide GS2101MIx Pin# and GS2101Mx WE310F5 Pin# and Comments Name Pin# Name JTAG_TMS SWD_DATA JTAG_TRST_n VRTC W1, AA3 VBATT_3V3 WE310F5 has ADC_SD_0P single channel SAR ADC_SD_0N ADC_SD_1P ADC_SD_1N ADC_SD_2P ADC_SD_2N EXT_RESET_n Module Reset pin Only one RTC IO pin...
WE310F5-I/P Porting Reference Guide GS2101MIx Pin# and GS2101Mx WE310F5 Pin# and Comments Name Pin# Name RXD0 GPIO0/ UART0_RX GPIO24/ CTS0 UART0_CTS UART1 in GS2101M GPIO37/ is alternate UART1_TX TX_AUX function UART1 in GS2101M GPIO9 or GPIO37 / is alternate UART1_RX...
WE310F5-I/P Porting Reference Guide 2.4.4. Power Pins Below table shows WE310F5 needs 3.3V DC regulated supply supporting 500mA peak current. Table 7: Power Pins We recommend adding an external EMI filter to improve the quality of the power supply especially when the module is embedded with other technologies, (i.e. Cellular). The...
WE310F5-I/P Porting Reference Guide GS2011M GS2200M GS2101M / GS2100M WE310F5 5 (ADC_SD_1N) 6 (ADC_SD_2P) 7 (ADC_SD_2N) 2.4.6. Program, Run and Restore Pins The table below gives pin map for program, run and code restore modes. Note that there is no code (previous) restore pins in GS2101MIx, GS2200MIx and WE310F5.
WE310F5-I/P Porting Reference Guide WE310F5 has two variants. Refer to WE310F5 Module Hardware User Guide section 7: Design Guidelines. For WE310F5-P antenna pad, we recommend simple matching circuit with antenna having gain ≤2.3dBi @2.4GHz as shown below: Figure 6: WE310F5 Antenna Circuit.
WE310F5-I/P Porting Reference Guide 3. SOFTWARE SPECIFICATION Table 13: Software Comparison. GS2K WE310F5 Features Systems Cortex -M33 Application CPU Cortex -M3 Two CPU: APP and WLAN CPU Three CPU: APP, WLAN and BLE SRAM for Customer Application 512 KB (Code + Data + Heap )
Page 20
WE310F5-I/P Porting Reference Guide GS2K WE310F5 Features Hostless Software Architecture Host less Architecture Host less application Source code for different Source is available as part of AppZone applications (S2W, TLS, TLS LP, ADE ( Application development Video ADK) is available and can be Environment).
Page 21
WE310F5-I/P Porting Reference Guide GS2K WE310F5 Features Start of Frame 0xA5 ( 1 Byte ) 4 Bytes ( 0xA5, 0xA5, 0xA5, 0xA5) Header Tx Sequence Send 4 Bytes of header wait for 3.2 Send 64Bytes which include both usec send remaining 4 bytes...
Page 22
WE310F5-I/P Porting Reference Guide GS2K WE310F5 Features STEP3: Send 2nd block as maximum as 1536. ( Includes 12bytes of Header and 1524 bytes of Data). Ex: For1400 bytes of data 1st block is inlclude 12+54 bytes, 2nd block 1408 = 12+1346(1400-54)+ 50...
WE310F5-I/P Porting Reference Guide GS2K WE310F5 Features Firmware upgrade Methods OTAFU Push OTAFU Push OTAFU Pull OTAFU Pull OTHFU (Over the Host Firmware XFP over serial interface (available in Upgrade) feature) GS Link Cloud Ready Yes (In Roadmap) Cloud: AWS Note: MQTT AT commands can be used to communicate AWS cloud.
Page 25
WE310F5-I/P Porting Reference Guide GS2011M GS2101M GS2200M WE310F5 Features External Flash Support I2C, ADC (12 bit), No ( But Feasible) PWM, GPIO Network Protocol CoAP (Constrained No (But Feasible) Application Protocol) No (But Feasible) RTSP No (But Feasible) Embedded Platform (GEPS in GS2K & m2mb)
WE310F5-I/P Porting Reference Guide GS2K Vs WE310F5 Table 15: GS2K Vs WE310F5 Application GS2011M GS2101M GS2200M WE310F5 Serial To Wi-Fi Network Protocol CoAP ( Constrained Application No (But Protocol) Feasible) DTLS ( Datagram Transport Layer No ( But Security) Feasible)
WE310F5-I/P Porting Reference Guide Table 16: Challenges with Single Interface S2W Application. Interface Challenges in Migrating to WE310F5 UART Easy to migrate. No challenges foreseen Customer Host side Application require modification to support SPI application protocol SDIO Easy to migrate. SDIO Lines are Multiplexed with I2C, I2S and SPI0. For 4 Data line...
Page 28
WE310F5-I/P Porting Reference Guide Parameters Commands GS2K WE310F5 GS2K WE310F5 8)Rate adaptation- min app throughput AT+WA Supported Supported 1)SSID 1) Supported but change 2)BSSID 2) Supported in supported 3)Channel 3) Supported parameter’s 4)RSSI FLAG 4) Not supported 5)WPS Registrar 5) Not supported...
Page 29
WE310F5-I/P Porting Reference Guide Parameters Commands GS2K WE310F5 GS2K WE310F5 14)DTIM in AP 15)Time out interval 16)DHCP process 17)Lease period 18)time interval between successive DHCP retries 19)Power optimized scan AT+NXSETSOCKOPT Supported Supported 1)CID 1) Supported but change 2)Type 2) Supported...
WE310F5-I/P Porting Reference Guide 5. PRODUCT AND SAFETY INFORMATION Copyrights and Other Notices SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE Although reasonable efforts have been made to ensure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions in this document or the use of the information contained herein.
WE310F5-I/P Porting Reference Guide Telit’s products described in this instruction manual shall not be copied (reverse engineered) or reproduced in any manner without the express written permission of the copyright owner, being Telit or the 3rd Party software supplier. Furthermore, the...
WE310F5-I/P Porting Reference Guide 5.2.5. Third-Party Rights The software may include 3rd Party’s software Rights. In this case, the user agrees to comply with all terms and conditions imposed in respect of such separate software rights. In addition to 3rd Party Terms, the disclaimer of warranty and limitation of liability provisions in this License shall apply to the 3rd Party Rights software as well.
Page 37
WE310F5-I/P Porting Reference Guide • It can interfere with other electronic devices, particularly in environments such as hospitals, airports, aircraft, etc. • There is a risk of explosions such as gasoline stations, oil refineries, etc. It is the responsibility of the user to enforce the country regulation and the specific environment regulation.
WE310F5-I/P Porting Reference Guide 6. GLOSSARY Table 20: Acronym List Acronym Definition TTSC Telit Technical Support Centre Universal Serial Bus High Speed Serial Peripheral Interface Analog – Digital Converter Digital – Analog Converter Input Output GPIO General Purpose Input Output MOSI Master Output –...
WE310F5-I/P Porting Reference Guide 7. DOCUMENT HISTORY Table 21: Document History Revision Date Changes 2021-10-07 Updated the Description in command AT+NMAC and AT+SSLCONF. 2021-09-28 Addition of SPI Communication in Software Specification Chapter. 2021-08-23 Updates in Software Specification Chapter. Updated GS2100M Pin Mapping in Hardware Specification.
Need help?
Do you have a question about the WE310F5-I and is the answer not in the manual?
Questions and answers