Multitech MultiConnect xDot Developer's Manual

Hide thumbs Also See for MultiConnect xDot:
Table of Contents

Advertisement

Quick Links

®
xDot
Developer Guide
for Japan

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MultiConnect xDot and is the answer not in the manual?

Questions and answers

Summary of Contents for Multitech MultiConnect xDot

  • Page 1 ® xDot Developer Guide for Japan...
  • Page 2 Legal Notices The MultiTech products are not designed, manufactured or intended for use, and should not be used, or sold or re-sold for use, in connection with applications requiring fail-safe performance or in applications where the failure of the products would reasonably be expected to result in personal injury or death, significant property damage, or serious physical or environmental damage.
  • Page 3: Table Of Contents

    CONTENTS Contents Chapter 1 – Product Overview ..........................7 Overview ..................................7 What's New in Firmware Version 4.1 ........................... 7 LoRaWAN 1.0.4 Support and Regional Parameters RP2 1.0.3.................. 7 Changes to Wake Pin..............................7 Improved Boot Time from Sleep Mode........................7 AT Command Additions and Modifications ........................
  • Page 4 CONTENTS Measuring the Power Draw ............................24 Pin Information ................................25 Pin Information ................................. 25 Pull-Up/Down................................27 LoRa................................... 27 Crystals/Oscillator ..............................27 Sleep Wake and Deep Sleep Wake Pins ........................27 Interrupt Limitations ..............................28 xDot Pinout Design Notes ............................29 Serial Pinout Notes..............................
  • Page 5 CONTENTS Sécurité relative aux appareils à radiofréquence (RF)....................43 Interference with Pacemakers and Other Medical Devices ..................44 Potential interference ............................... 44 Precautions for pacemaker wearers ........................44 Device Maintenance ..............................44 User Responsibility..............................45 Chapter 8 – Regulatory Information........................46 EMC, Safety, and Radio Equipment Directive (RED) Compliance ................
  • Page 6 CONTENTS Chapter 14 – Mounting xDots and Programming External Targets ................. 64 Mounting the Device on Your Board .......................... 64 Stencil..................................64 Solder Profile................................64 Setpoints (Celsius)..............................65 xDot Packing ................................65 In-System Programming of xDot..........................66 Schematic Example ..............................66 Recommended Programming Hardware for Production..................
  • Page 7: Chapter 1 - Product Overview

    PRODUCT OVERVIEW Chapter 1 – Product Overview Overview The MultiConnect xDot (MTXDOT) is a LoRaWAN , low-power RF device, capable of two way communication over long distances, deep into buildings, or within noisy environments using the unlicensed ISM bands in North America, Europe and worldwide.
  • Page 8: Related Documentation

    USB drive, and reset the xDot. On the xDot mbed page, MultiTech supplies source code for non-RF portions of the xDot. To comply with FCC and ETSI certification, some portions of the software is available only as binary libraries.
  • Page 9: Xdot Platform

    Extended Unique Identifier (EUI). To query the device for the EUI, AT+DI: AT+DI=<8-BYTE-HEX-MSB> AT+DI=001122AABBCCDDEE For information on setting up xDots as part of a LoRa network, go to www.multitech.net. Configuration Persistence To safeguard your configuration, the device offers configuration persistence in the form of configuration redundancy and wear leveling.
  • Page 10: Product Build Options

    1 or 100 Developer Kits MTMDK-XDOT-JP1-A00 MultiConnect xDot Micro Developer Kit - Includes a AS923 w/LTB MHz xDot Note: The complete product code may end in .Rx. For example, MTXDOT-JP1-A00.Rx, where R is revision and x is the revision number.
  • Page 11: Chapter 2 - Getting Started

    GETTING STARTED Chapter 2 – Getting Started Getting Started with the xDot Developer Kit Getting started depends on what you want to do. By default, xDot ships with firmware that supports AT Commands that use the serial I/O. For AT Commands, refer to the separate MultiConnect Dots AT Command Reference Guide.
  • Page 12: Mac

    GETTING STARTED AT Command Port: XR21V1410 USB UART You may need to install a driver for the debug port to function properly. Go to: https://developer.Mbed.org/handbook/Windows-serial-configuration On Mac systems, COM ports appear in the Device Manager as: /dev/cu.usbmodemx Where x is a string of numbers and possibly letters, ending in a number. The COM port with lower number is the AT command port and COM port with the higher number is the debug port.
  • Page 13 GETTING STARTED For the bootloader, create a file with the following content. (Actual size may vary, but needs to accommodate the bootloader size.) Name the file Mbed_app.json and place it in the root directory. "target_overrides": { "XDOT_L151CC": { "target.restrict_size": "0x8000" For the application, create a file with the following content.
  • Page 14: Chapter 3 - Fota

    FOTA Chapter 3 – FOTA External Flash Components for FOTA AT firmware on the xDot supports FOTA when a compatible external flash component or block device is connected to the xDot. In this configuration, multicast and fragmentation sessions are managed by the xDot. Messages for multicast (port 200) and fragmentation (port 201) are handled by the xDot and are not passed through to the AT terminal.
  • Page 15: Fota Stages

    FOTA Conduit to update the firmware on many Dots at once using multicast and error correction packets. FOTA is still in its early stages of revision and does have potential problems, which are included in this topic. Note: FOTA is enabled by default. To start the FOTA process, the Conduit sends two setup downlinks to the Dot.
  • Page 16 FOTA Fragmentation During this stage, the device should only send uplinks as necessary, too many can cause excessive fragment loss. Applications on the device should not perform heavy processing activities during FOTA. Doing so can cause fragments to overlap and excessive fragment loss. The number of fragments required to send a file depends on the Data Rate.
  • Page 17: Potential Problems

    If AT+SLEEP is used during the FOTA session, the Dot will miss packets and the session will likely fail. The FOTA session sends down packets every 1.5 seconds (assuming no duty cycle) and parity packets every 3 seconds by default. For best results, Multitech recommends users suspend all normal Dot operations until the FOTA session is complete.
  • Page 18 FOTA If the Dot was able to reconstruct the file using parity fragments, it sends a CRC check to the Conduit. Check the Dot debug log for Sending CRC. If the Dot does not receive a response or the Conduit responds with CRC not correct, the Dot discards the file.
  • Page 19 FOTA To end a Multicast session that is in progress, use 'ps -A | grep mcm'. Find the PID associated with lora- mcm. Then use 'kill (pid of lora-mcm)'. Also send 'rm -r -f ~/.fota/'. Wiping out the .fota directory removes any future FOTA/multicast sessions scheduled that have not setup.
  • Page 20: Chapter 4 - Mechanical Drawings With Pinouts

    MECHANICAL DRAWINGS WITH PINOUTS Chapter 4 – Mechanical Drawings with Pinouts xDot Note: The xDot development board uses a land pattern that matches the xDot land pattern in the previous image. All pads are 0.028 inches square except the large one, which is 0.098 inches x 0.028 inches. ®...
  • Page 21: Chapter 5 - Specifications And Pin Information

    SPECIFICATIONS AND PIN INFORMATION Chapter 5 – Specifications and Pin Information MTXDOT Specifications Category Description General Compatibility LoRaWAN 1.0.4 specifications Interfaces Note that pin functions are multiplexed. Up to 19 digital I/O Up to 10 analog inputs 2 DAC outputs Wake pin Reset pin Full UART...
  • Page 22: Japanese Models (Mtxdot-Jp1)

    SPECIFICATIONS AND PIN INFORMATION Category Description Power Requirements Operating Voltage 2.4 to 3.57 V Japanese Models (MTXDOT-JP1) Category Description Radio Frequency ISM Bands AS920-923 MHz (“AS1”) Certifications and Compliance TELEC, Radio/Telecom Biz Act, Giteki Radio Japan Giteki, Radio/Telecom Biz Act Safety IEC 60950-1 2nd Ed AM1 &...
  • Page 23: Battery Draw Down

    SPECIFICATIONS AND PIN INFORMATION Battery Draw Down xDot battery life depends on many variables, including transmit power, data rate, sleep usage, and duty cycle. The following figure represents the current consumption in one possible application. Use the current consumption values from the following Electrical Characteristics table when calculating average power consumption.
  • Page 24: Measuring The Power Draw

    SPECIFICATIONS AND PIN INFORMATION Signal Description Conditions Typical Units Idle mode (no TX, no 11.1 RX), processor active TX, TXP=2 TX, TXP=11 62.5 TX, TXP=20 Maximum supply current. Transmitting at TXP=20, all peripherals active, no load on IO pins. VDD = 3.3V.
  • Page 25: Pin Information

    SPECIFICATIONS AND PIN INFORMATION Pin Information Pin Information Note: Using the mbed platform expands your pin functionality options. ® xDot Developer Guide for Japan...
  • Page 26 SPECIFICATIONS AND PIN INFORMATION Pins are on a 0.07 inch grid, and are 0.028 inches square (except for upper left) The xDot is 0.045 x 0.045, board is 0.93 x 0.93 xDot Pin STM32L151CCU6 (Where SW Name Notes applicable) PB12 SPI_NSS PB13 SPI_SCK...
  • Page 27: Pull-Up/Down

    SPECIFICATIONS AND PIN INFORMATION Pull-Up/Down xDot Pin Pin Name SW Name PU/PD NRST 10k PU PA15 LORA_NSS 100k PU BOOT0 10k PD LORA_SCK 100k PD LORA_MOSI 100k PD LoRa Function LORA_DIO0 LORA_DIO1 LORA_DIO2 LORA_DIO3 PC13 LORA_DIO4 LORA_MISO LORA_MOSI PA15 LORA_NSS LORA_RESET LORA_SCK Crystals/Oscillator...
  • Page 28: Interrupt Limitations

    SPECIFICATIONS AND PIN INFORMATION Description GPIO3 Wake Deep Sleep Wake Wake Interrupt Limitations Due to the processor's architecture, only one port of the same number (e.g. PA_1, PB_1, PC1, etc) may be configured as an Interrupt source. If you configure multiple ports of the same number as an Interrupt source, only the last one configured will actually trigger an interrupt in the processor.
  • Page 29: Xdot Pinout Design Notes

    SPECIFICATIONS AND PIN INFORMATION xDot Pinout Design Notes Refer to the mechanical drawing for your model for pin locations. All pins that go to connectors are directly connected to the processor. Refer to Pin Information table for pull up and pull down information. xDots allow you to program pins depending on your application: Serial: Available out of the box.
  • Page 30 SPECIFICATIONS AND PIN INFORMATION The following table provides example settings and the theoretical maximum range based on these settings. Example 18dB Transmit Power for Units Example 14dB Transmit Power for 915 MHz Models 868MHz Models Frequency TX Power TX Antenna Gain RX Sensitivity -120 -120...
  • Page 31: Resetting The Xdot

    SPECIFICATIONS AND PIN INFORMATION Resetting the xDot To reset the xDot Drive the RESET signal low for at least T NRESET Select either: Allow RESET to float. The internal pull-up resistor pulls it up. Drive the RESET line high. The processor starts executing code after the RESET line is high. ®...
  • Page 32: Chapter 6 - Antennas

    ANTENNAS Chapter 6 – Antennas Antenna System The LoRa antenna performance depends on the implementation and antenna design. The integration of the antenna system into the product is a critical part of the design process; therefore, it is essential to consider it early so the performance is not compromised.
  • Page 33: Lora Antenna

    ANTENNAS LoRa Antenna Manufacturer: Pulse Electronics Description: 868-928 MHz RP-SMA Antenna, 8" Model Number: W1063 MultiTech ordering information: Ordering Part Number Quantity AN868-915A-1HRA AN868-915A-10HRA AN868-915A-50HRA LoRa Antenna Specifications Category Description Frequency Range 868-928 MHz Impedance 50 Ohms VSWR < 2.0 Gain 1.0 dBi...
  • Page 34: Rsma-To-U.fl Coaxial Cables

    ANTENNAS RSMA-to-U.FL Coaxial Cables Coaxial Cable Specifications Optional antenna cables can be ordered from MultiTech Cable Type Coaxial Cable Attenuation <1.0db Connector Impedance 50 ohm Maximum Cable Length 16" (40 cm) Ordering Information Part Number Description CARSMA-UFL-1 RSMA-to-UFL Coax Cable (Single Pack)
  • Page 35: Ethertronics Chip Antenna

    ANTENNAS Ethertronics Chip Antenna This is the developer board's default antenna. Manufacturer: Ethertronics Description: 915MHz Chip RF Antenna 902MHz ~ 928MHz 2.56dB Solder Surface Mount Model Number: M620720 Datasheet: https://www.ethertronics.com/wp-content/uploads/2016/11/M620720-ISM-868- 915MHz-Ethertronics-Savvi-Ceramic-antenna-datasheet-20161020.pdf Antenna Specifications Category Description Electrical Specifications Frequency Range 868-870 MHz, 902-928 MHz Peak Gain 2.56 dBi VSWR...
  • Page 36: Stackup Table

    ANTENNAS Stackup Table Impedance Polar trial balance (L1 refer to L2) impedance 50.87 ohms, using 11 mil tracs, 22mil space. ® xDot Developer Guide for Japan...
  • Page 37 ANTENNAS Polar trial balance (L1 refer to L2/L4 refer to L3) impedance 93.54 ohms, using 8 mil tracs, 7mil space. ® xDot Developer Guide for Japan...
  • Page 38: Chip Antenna Design Guidelines

    ANTENNAS Chip Antenna Design Guidelines When designing antenna placement for the chip antenna, note the following: The antenna's long side must be along the edge of the ground plane. Remove the ground plane from all layers below the antenna. The distance from the antenna to the enclosure or plastic cover should be greater than 1.5 mm. The distance from the antenna to relatively large perturbations, such as a shield or large components, depends on the height of surrounding components.
  • Page 39: Antenna Pad Layout

    ANTENNAS Antenna Pad Layout PCB Layout ® xDot Developer Guide for Japan...
  • Page 40: Antenna Matching Network

    ANTENNAS Antenna Matching Network The following images come from the xDot Developer Board schematics and show component populations for the antenna tuning circuit. The values you use depend on which frequency band you are using, 898 MHz or 915 MHz ®...
  • Page 41: Oem Integration

    ANTENNAS OEM Integration FCC & IC Information to Consumers The user manual for the consumer must contain the statements required by the following FCC and IC regulations: 47 C.F.R. 15.19(a)(3), 15.21, 15.105 and RSS-Gen Issue 4 Sections 8.3 and 8.4. FCC Grant Notes The OEM should follow all the grant notes listed below.
  • Page 42: Host Labeling

    ANTENNAS Note: Host design configurations constituting a device for portable use (<20 cm from human body) require separate FCC/IC approval. Host Labeling The following statements are required to be on the host label: This device contains FCC ID: AU792U13A16858 This device contains equipment certified under IC: 125A-0055 For labeling examples, see Cellular Approvals and Labeling Requirements.
  • Page 43: Chapter 7 - Safety Information

    SAFETY INFORMATION Chapter 7 – Safety Information Handling Precautions To avoid damage due to the accumulation of static charge use proper precautions, such as an ESD strap, when handling any cellular device to avoid exposure to electronic discharge during handling and mounting the device. Radio Frequency (RF) Safety Due to the possibility of radio frequency (RF) interference, it is important that you follow any special regulations regarding the use of radio equipment.
  • Page 44: Interference With Pacemakers And Other Medical Devices

    Do not expose the device to water, rain, or spilled beverages. It is not waterproof. Exposure to liquids could result in damage to the device. Using accessories, such as antennas, that MultiTech has not authorized or that are not compliant with the device's accessory specifications may invalidate the warranty.
  • Page 45: User Responsibility

    SAFETY INFORMATION If the device is not working properly, contact MultiTech Technical Support. User Responsibility Respect all local regulations for operating your wireless device. Use the security features to block unauthorized use and theft. ® xDot Developer Guide for Japan...
  • Page 46: Chapter 8 - Regulatory Information

    This device is open development based product that contains a sub GHz radio technology. MultiTech has certified for compliance with US and Foreign compliance bodies including FCC, R&TTE and others. (e.g. FCC 15.247:2015 &...
  • Page 47: Industry Canada Class B Notice

    US and Foreign compliance bodies including FCC, R&TTE and others. (e.g. FCC 15.247:2015 & IC RSS 247:2015) This device is open development based product that contains a sub GHz radio technology. MultiTech has certified for compliance with US and Foreign compliance bodies including FCC, R&TTE and others. (e.g. FCC 15.247:2015 &...
  • Page 48: Chapter 9 - Environmental Notices

    Substances) complements the WEEE Directive by banning the presence of specific hazardous substances in the products at the design phase. The WEEE Directive covers all MultiTech products imported into the EU as of August 13, 2005. EU-based manufacturers, distributors, retailers and importers are obliged to finance the costs of recovery from municipal collection points, reuse, and recycling of specified percentages per the WEEE requirements.
  • Page 49: Restriction Of The Use Of Hazardous Substances (Rohs)

    2015/863 of the European Parliament (Restriction of the use of certain Hazardous Substances in electrical and electronic equipment - RoHS 3). These MultiTech products do not contain the following banned chemicals Lead, [Pb] < 1000 PPM Mercury, [Hg] <...
  • Page 50: Information On Hs/Ts Substances According To Chinese Standards

    ENVIRONMENTAL NOTICES Information on HS/TS Substances According to Chinese Standards In accordance with China's Administrative Measures on the Control of Pollution Caused by Electronic Information Products (EIP) # 39, also known as China RoHS, the following information is provided regarding the names and concentration levels of Toxic Substances (TS) or Hazardous Substances (HS) which may be contained in Multi-Tech Systems Inc.
  • Page 51: Information On Hs/Ts Substances According To Chinese Standards (In Chinese)

    ENVIRONMENTAL NOTICES Information on HS/TS Substances According to Chinese Standards (in Chinese) 依 依 照 照 中 中 国 国 标 标 准 准 的 的 有 有 毒 毒 有 有 害 害 物 物 质 质 信 信 息 息 根据中华人民共和国信息产业部...
  • Page 52: Chapter 10 - Labels

    (2) this device must accept any interference received, including interference that may cause undesired operation. The label shown is not the actual size. 1 - MultiTech Model Identification. 2 - MultiTech Ordering Part Number. 3 - Device Node Number. Example xDot Device Label Example Developer Board Device Label ®...
  • Page 53: Chapter 11 - Developer Kit Overview

    DEVELOPER KIT OVERVIEW Chapter 11 – Developer Kit Overview xDot Developer Kit The xDot developer kit comes with an xDot already mounted on the developer board. Simply plug the developer kit into a USB port on your computer to test, program, and evaluate your application. Developer Kit Package Contents Your Developer Kit (MTMDK-NX-XDOT-xx) includes the following: Developer Board...
  • Page 54: Xdot Developer Kit Mechanical Drawings

    DEVELOPER KIT OVERVIEW xDot Developer Kit Mechanical Drawings Note: The Reset and Wake buttons reset and wake the xDot processor. ® xDot Developer Guide for Japan...
  • Page 55: Micro Developer Board Leds

    DEVELOPER KIT OVERVIEW Micro Developer Board LEDs Description LED1 User-definable LED. LED3/SDA Programming Status. LED2/PWR Power, blue light when the board has power. LED4/PROXY LED for the proximity sensor, which is next to it (labeled U14 on the top assembly diagram).
  • Page 56: Chapter 12 - Developer Board Schematics

    DEVELOPER BOARD SCHEMATICS Chapter 12 – Developer Board Schematics Assembly Diagrams and Schematics Assembly Diagrams ® xDot Developer Guide for Japan...
  • Page 57 DEVELOPER BOARD SCHEMATICS Bottom ® xDot Developer Guide for Japan...
  • Page 58: Schematics

    DEVELOPER BOARD SCHEMATICS Schematics ® xDot Developer Guide for Japan...
  • Page 59 DEVELOPER BOARD SCHEMATICS ® xDot Developer Guide for Japan...
  • Page 60 DEVELOPER BOARD SCHEMATICS ® xDot Developer Guide for Japan...
  • Page 61 DEVELOPER BOARD SCHEMATICS ® xDot Developer Guide for Japan...
  • Page 62: Chapter 13 - Design Considerations

    DESIGN CONSIDERATIONS Chapter 13 – Design Considerations Noise Suppression Design Adhere to engineering noise-suppression practices when designing a printed circuit board (PCB). Noise suppression is essential to the proper operation and performance of the modem and surrounding equipment. Any OEM board design must consider both on-board and off-board generated noise that can affect digital signal processing.
  • Page 63: Electrostatic Discharge Control

    Take precautions to avoid exposure to electrostatic discharge during handling. MultiTech uses and recommends that others use anti-static boxes that create a faraday cage (packaging designed to exclude electromagnetic fields). MultiTech recommends that you use our packaging when returning a product and when you ship your products to your customers.
  • Page 64: Chapter 14 - Mounting Xdots And Programming External Targets

    MOUNTING XDOTS AND PROGRAMMING EXTERNAL TARGETS Chapter 14 – Mounting xDots and Programming External Targets Mounting the Device on Your Board A footprint diagram is included on the xDot Mechanical Drawing in Chapter 4. Stencil Match the stencil aperture size and layout to the mechanical footprint of the xDot (1:1). We recommend a stencil thickness of 5 mil.
  • Page 65: Setpoints (Celsius)

    MOUNTING XDOTS AND PROGRAMMING EXTERNAL TARGETS Setpoints (Celsius) Zone Bottom Conveyer Speed 32.0 inch/minute Max Rising Slope Max Falling Slope Soak Time 150- Peak Temp Total Time /218C 170C Position Slope Slope Time Temp Time <TC2> 1.38 -0.63 28.82 240.22 -30% 43.61 -55%...
  • Page 66: In-System Programming Of Xdot

    MOUNTING XDOTS AND PROGRAMMING EXTERNAL TARGETS Blue arrows point to slots for the xDot first and last serial number positions on the tray and the serial number flow through the tray. In-System Programming of xDot You can use the xDot developer board to in-system program an xDot on your custom board. To do this, your board must implement a 9-pin header for the JTAG SWD and Mbed debug serial signals.
  • Page 67: Recommended Programming Hardware For Production

    Recommended Programming Hardware for Production Note: MultiTech does not recommend using the MTMDK-XDOT developer board for production programming. It doesn't have ESD protection, isn't enclosed, and wasn’t tested to be a robust solution for production. MultiTech recommends using the following programming hardware for production: Segger J-Link programmer - SEG-JLINK https://www.segger.com/products/debug-probes/j-link...
  • Page 68: Appendix A - Appendix A Release Note Archive

    APPENDIX A RELEASE NOTE ARCHIVE Appendix A – Appendix A Release Note Archive What's New in Firmware Version 3.2 The new release includes the following changes: LoRaWAN Version 1.0.3 Class B support Russian channel plan support New and updated AT Commands LoRaWAN Version 1.0.3 Class B Support The LoRaWAN Class B option allows devices to open receive windows at fixed time intervals for server-initiated downlink messages.
  • Page 69: Pin Output Changes

    APPENDIX A RELEASE NOTE ARCHIVE ACK Enabled Power/Datarate Back-off: When you enabled ACK, back-off uses ADR Limit and Delay settings. ACK Retries LinkADRReq sets the number of retries with the nbTrans field. This also increases the maximum retries to 15. Join Dev and App Nonce: Join Dev Nonce increments with each Join Request sent Join App Nonce is validated to increment with each Join Accept received...
  • Page 70: What's New In Firmware Version 4.0

    APPENDIX A RELEASE NOTE ARCHIVE What's New in Firmware Version 4.0 The new release includes the following changes: Configuration Persistence FOTA Enhancements New and updated AT Commands Configuration Persistence To safeguard your configuration, the device offers configuration persistence in the form of configuration redundancy and wear leveling.
  • Page 71 APPENDIX A RELEASE NOTE ARCHIVE From reducing the AT command set and limiting response output: Removed all help text. Removed all commands with =?. Removed AT&V - Displays device settings and status. Removed AT&S - Displays device statistics. For an archive of release notes, go to Appendix A. ®...
  • Page 72: Index

    INDEX Index schematics Developer Board ...........56 electrical characteristics..........23 electromagnetic interference ........62 electrostatic discharge ..........63 EMI ................62 antenna ..............32 33 ESD ................63 developer board ............35 EUI ...................9 antenna design guidelines ..........38 external targets.............66 assembly diagrams Developer Board ............56 AT command port ................11 grant notes...............41 FCC Notice Class B ..............46...
  • Page 73 INDEX receive sensitivity............21 related products..............7 labeling reset ................31 host ................41 ribbon cable ..............66 labels ................52 RoHS................49 Linux ................11 RSMA-to-UFL cable ............34 LoRa range ................29 safety RF interference ............43 Mac ................11 safety standards............62 maintenance ..............44 serial settings ..............29 mbed ................8 solder profile ..............64 mechanical drawings.............20 specifications..............21 Micro Developer Board..........54...

This manual is also suitable for:

Mtxdot

Table of Contents