LinkMatik TM. Summary. LinkMatik SE 18pin Dual in Line package BASIC Stamp Board of Education / BS2p Demo Board Programming Cable

Size: px
Start display at page:

Download "LinkMatik TM. Summary. LinkMatik SE 18pin Dual in Line package BASIC Stamp Board of Education / BS2p Demo Board Programming Cable"

Transcription

1 FlexiPanel LinkMatik TM Stamp Edition BASIC Stamp wireless programmer and Bluetooth transceiver. antenna RxD CTS ATN Sin / TxD Sout / RTS BASIC Stamp programmer Write BASIC code using BASIC Stamp Editor from Parallax Inc. Free Stamp Wireless Programmer software from FlexiPanel Ltd connects to LinkMatik SE and programs BASIC Stamps. Debug terminal in Stamp Wireless Programmer. Bluetooth transceiver WFP / Master / Slave Status Connect / Sleep Vcc Easy to use serial data interface TX / RX (no AT commands!) Pairs with Bluetooth devices (e.g. PDA s, PC s, Phones) as master or slave. Maximum data rate approx 50K full duplex. FCC / CE / IC compliant. Does not need recertification if integral antenna used. Baud rates 9600 to 115K baud. Hardware flow control or no flow control. Bluetooth PIN code and encryption. Bluetooth error correction layer. Class I Bluetooth V1.1 radio, 100m range. 3-5V supply. Integral antenna. Summary LinkMatik Stamp Edition (SE) is a serial to Bluetooth transceiver with Stamp programming capability. The module can interface with many standard Bluetooth devices, e.g. Laptop computers, PDAs, Mobile phones etc. Operating in Wireless Field Programming (WFP) mode, it is used with FlexiPanel Ltd s free Stamp WFP software to program BASIC Stamps. In slave mode, it initializes itself and waits for a remote Bluetooth device to connect. In master mode, it looks for specific devices to connect to. Two LinkMatik SE s can be paired together. The modules manage themselves and require no external control or AT commands. Baud rate, device name, class of device, etc, can be reconfigured from a PC via the Bluetooth connection. The module contains all RF circuitry, including integral antenna and controller, and provides a simple-to-use, plug-in module with digital interface to the Stamp. It enables designers to easily add Bluetooth wireless features to their products without the need for RF and antenna design expertise. Manufactured to ISO9001:2000 Ordering Information Part No Description LinkMatik SE 18pin Dual in Line package BASIC Stamp Board of Education / BS2p Demo Board Programming Cable Page 1 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

2 Pin Connections Pin Name Description ATN Connected to the BASIC Stamp ATN pin in WFP mode. Connect / Sleep Input: high to connect, low to enter sleep state (notes 2,3). CTS Clear To Send: Flow control input to LinkMatik SE. When low, LinkMatik SE will output data on the TxD line. Power ground reference. Only one pin needs to be connected. leave unconnected RxD Serial data input to LinkMatik SE. Sin / TxD Serial data output from LinkMatik SE. Connected to the BASIC Stamp Sin pin in WFP mode. (note 1) Sout / RTS Flow control output from LinkMatik SE. When high, do not send data to LinkMatik SE. Connected to the BASIC Stamp Sout pin in WFP mode. Status Output indicating connect state. Vcc 5V power supply peak requirement 250mA Default: High at startup starts WFP mode; low at startup starts slave mode. Option 1: High at startup starts master mode; low at startup starts slave mode. WFP / Master / Slave Option 2: High at startup starts WFP mode; low at startup starts master mode. Option 3: Operates in WFP mode whatever the state of this pin. Option 4: Operates in Slave mode whatever the state of this pin. Option 5: Operates in Master mode whatever the state of this pin. 1. Output uses 4k7 pull-up resistor and a pull-down transistor. 2. Also powers some circuits, drawing 10mA. 3. Must be pulled low to enter sleep state. Leaving this pin floating is not sufficient. Operating Modes There are three modes of operation. WFP mode is used for programming BASIC Stamps. In slave mode, the LinkMatik SE operates as a Bluetooth transceiver that allows other devices to connect to it. In master mode, the LinkMatik SE operates as a Bluetooth transceiver and actively looks for other devices to connect to. When the Connect / Sleep pin goes high, LinkMatik SE inspects the state of the WFP / Master / Slave pin and decides which mode to operate in. By default, if it is low, it enters Slave mode. If it is high, it enters WFP mode. The module can also be configured so that it can enter Master mode depending on the state of the WFP / Master Slave pin at startup. Refer to the Device Configuration section to activate Master mode. Wireless Field Programming (WFP) Mode LinkMatik Stamp Edition contains a special mode called WFP mode for programming BASIC Stamps BS2, BS2sx, BS2p, BS2e and BS2pe. To use it you should be familiar with the BASIC Stamp Editor from Parallax Inc. You must also download the Stamp WFP Development Kit from This contains the Stamp WFP application which is used to program Stamps, and the sample BASIC file WirelessProg.bsp which is used in the tutorial below. You will require a PC running Windows ME (with service pack 2), Windows 2000 or Windows XP. It will also need an inbuilt Bluetooth radio or a USB Bluetooth adapter, and you will need to know how to make serial connections from that radio to other Bluetooth devices. The module is placed in WFP mode according to the state of the WFP / Master / Slave pin at power-up. In its default setting, WFP mode will start if the WFP / Master / Slave pin is high at power-up. Other settings are possible see the Device Configuration section. If placed in WFP mode, the module cannot be used for regular Bluetooth communication without resetting the module by removing and re-applying power. To use the module in WFP mode, connect a BASIC Stamp as shown in the diagram on the next page. The diagram assumes the WFP / Master / Slave pin is in its default configuration and that connecting it to Vdd will place it in WFP mode. In the photograph, a BS2p Stamp and the LinkMatik SE are shown correctly connected using the BS2p Demo Board and the programming cable accessory. The LED shown has an integral 1k resistor. Page 2 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

3 Vdd Vcc BASIC Stamp ATN Sin Sout Connect Vcc / sleep WFP/M/S ATN LinkMatik SE Sin Status Sout 1k Vss Provided you are not using the ATN, Sin and Sout pins in your BASIC Stamp application, you do not need to disconnect the Stamp from the rest of its circuit to program it. However, if you were using the LinkMatik as a Bluetooth transceiver in the circuit, you would need to disconnect that from its circuit first. The LED is optional. Once you have connected the LinkMatik SE to the Stamp, follow these steps to program the Stamp: 1. Locate the file WirelessProg.bsp in the LinkMatik SE Development Kit and open it using the BASIC Stamp Editor. You will see that all the program does is write data to the debug terminal. 2. If the BASIC Stamp you are using is not a BS2p, change the directive {$STAMP BS2p} so that it refers to the correct type of stamp, and save it with the correct file extension. 3. Next you will use a program called Stamp WFP.exe to program the Stamp. Before you do so, you must check the syntax and save the BASIC file. Type Ctrl+T to test check the syntax and then Ctrl+S to save the file. Try to get into the habit of typing Ctrl+T, Ctrl+S before switching to Stamp WFP.exe, because if you forget to save the file, Stamp WFP will open the version that was last saved. 4. Apply power to the LinkMatik SE and the Stamp. If an LED was attached to the Status pin, it will flash rapidly indicating that it is waiting for your PC to connect. From the Bluetooth Manager application on your PC, search for the device whose name begins LinkMatik SE and connect to it. If the Bluetooth Manager asks you for a PIN code, you can choose to use no PIN code or use the PIN code The Bluetooth Manager will confirm that the connection has been made. 5. Locate and start Stamp WFP.exe in the LinkMatik SE Development Kit and start it. Note that the file Tokenizer.dll, also in the development kit, must be in the same directory. The first time you run it, the screen will look like the screenshot on the right. Find out which COM port was used by the Bluetooth Manager to connect to the ToothPIC. It probably told you during step 4. Sometimes, this COM port is called the Bluetooth outgoing COM port or the Client Applications COM port. Enter the COM port number in the box provided and then press the Program tab. Once you have established the Bluetooth connection, the LinkMatik will stay connected and you can program the Stamp (or multiple Stamps) as often as you like. Page 3 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

4 6. Press the Browse button on the Program tab. Locate the WirelessProg file you saved in step 3 and select it. 7. Ensure the programming settings are set as shown on the right. You may need to select that you are using a LinkMatik Stamp Edition. Note the options for what to do after programming. You can enter debug mode immediately or simply wait. Select to enter debug mode after programming. (Ignore the normal ToothPIC mode option.) 8. Press the Program Now button to program the Stamp. Note that if the $STAMP directive specified multiple programming slots, all slots will be programmed. When programming is complete, Stamp WFP will automatically switch to the Debug tab and debug data will appear. Note how the debug screen shows Debug line 1 being repeated line after line. It was intended to count upwards each line, but the code to increment the counter was omitted. Go back to the Stamp Editor and add the line i = i + 1 after the line with the DEBUG command. Press Ctrl+T, Ctrl+S to verify and save your changes. 9. Back in Stamp WFP, switch to the Program tab and press the Program Now button again. The Stamp will be reprogrammed and the correct debug messages will be shown as pictured right. You have now seen how to program BASIC Stamps wirelessly using the LinkMatik SE and the Stamp WFP application. If that s all you need to do for the moment, then you do not need to read about Slave and Master mode. Later, when you want to use the LinkMatik SE for communicating via Bluetooth, you can start again from the next section. Slave and Master Modes In Slave mode, LinkMatik SE is placed in a detectable state. Unless it has been configured as Monogamous and it has already found a partner, it will allow any device to connect to it. A PIN code may be required, depending on configuration. If the remote device disconnects, LinkMatik SE returns to the discoverable and detectable state. To disconnect locally, set the Connect / Sleep pin low. In Master mode, LinkMatik SE searches for a partner to connect to. What it connects to is defined by the device configuration. The partner does not have to be another LinkMatik SE. When it finds a partner, it connects immediately. If configured as Monogamous, it will thereafter only reconnect to that specific Bluetooth device. (It will also reconnect much more quickly.) If the remote device disconnects, LinkMatik SE starts searching for a partner again. To disconnect locally, set the Connect / Sleep pin low. Page 4 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

5 In both slave and master modes, the serial data is standard, active-low format with 8 data bits, no parity bit and 1 stop bit. Hardware flow control is supported. If no flow control is required, RTS must be connected to CTS. For RS232 levels, use a level shifter IC such as a MAX232. If authentication is enabled locally or required by the remote device, LinkMatik SE will pair with newly encountered remote devices by exchanging PIN codes. LinkMatik SE will remember up to 7 paired devices. (The eighth device erases the first, etc.) If encryption is enabled or required by the remote device, the link will be encrypted. The PIN code is set in the device configuration. The default is four zeroes. The WFP / Master / Slave pin state should normally remain unchanged. While LinkMatik SE is looking for a partner, a change of state will erase monogamous partner information and any information about paired devices. The change of state should be at least 10ms long. After erasure LinkMatik SE will wait for the WFP / Master / Slave pin state to change state and then resets. Radio Link / Antenna The radio is a 2.4GHz Class I Bluetooth device with an integral antenna. To achieve 100m range, the corresponding Bluetooth device must also be Class I. LinkMatik SE is supplied with an integral antenna. This will provide adequate range for most applications. There is also the facility to attach an external antenna, via the on-board Hirose U.FL series connector. Please note that the product is certified for use with the antenna supplied. Should an alternative antenna be used then EMC re-certification must be sought. The module supports Hold and Sniff power saving modes if requested by the remote device, but cannot enter these states itself. Park mode is not supported. The module is configured with a specific name and device class. The name appears in user interfaces when remote devices search for Bluetooth devices in range. LinkMatik SE also uses the beginning portion of remote device s name in order to decide whether it should connect to them. The device class specifies the type of device. This is used for icons and by remote devices searching for specific device types. To change these settings refer to the Device Configuration section. PCB Mounting Considerations In order to realize the maximum possible range between two modules the antenna position is of importance. During design, consider the RF characteristics of the environment surrounding the module. Experiment with the location and orientation of the antenna and avoid locating it near large conducting materials (e.g. metal, water). Ideally, mount the module so that antenna overhangs the edge of the motherboard. If this is not possible then ensure that there are no other components or metal within 4cm of the antenna. Finally, ensure the area where the module is mounted has a solid ground plane. Device Configuration Settings LinkMatik SE has settings which may be reconfigured using the LinkMatik SE Configuration Tool software. This can be freely downloaded from and/or In large volumes, LinkMatik SE can be supplied with specific configuration settings. The available settings are as follows: The status pin function may be: - Low unless connected - High until initialized, low if unconnected, high if connected - Low until initialized, 1Hz if unconnected, high if connected (factory setting) Page 5 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

6 The baud rate may be: 9600 baud (factory setting) baud baud baud baud The device type defines how the module will appear to be to other Bluetooth devices and will therefore affect the icon that appears on other Bluetooth devices. Note that this may affect the device discovery function, for example some mobile phones only look for certain sub classes, e.g. headsets. Select one of: Imaging device General peripheral Joystick Gamepad Remote control Sensing device Digitizer Card reader Desktop computer Server Laptop computer Handheld computer Palm-sized computer Wearable computer Computer (other) Cellphone (factory setting) Cordless phone Smartphone Gateway / modem ISDN Phone (other) Wearable headeset Hands free audio device Microphone Loudspeaker Headphones Walkman / ipod Car audio Set-top box Hi-Fi VCR / DVD Video camera Camcorder Monitor TV / Monitor with audio Conferencing device Toy LAN 0% utilized LAN 1% - 17% utilized LAN 17% - 33% utilized LAN 33% - 50% utilized LAN 50% - 67% utilized LAN 67% - 83% utilized LAN 83% - 99% utilized LAN 100% utilized Miscellaneous device Uncategorized device The services define the capabilities device. Select as many as appropriate from the following list. Note that services marked or are only selectable for device types having a corresponding or symbol. For an explanation of limited discoverable service, refer to Limited discoverable (factory setting) Information Positioning Keyboard Networking (factory setting) Pointing device Rendering Display Capturing Camera Object transfer (factory setting) Scanner Audio Printer Telephony (factory setting) The device name is an ASCII string of up to 31 characters. This is used during device discovery to identify devices. Each LinkMatik SE module has a unique 12-character hexadecimal Bluetooth ID. To incorporate the Bluetooth ID in the device name, include the ~ in the device name 12 times. LinkMatik SE will substitute the Bluetooth ID characters for the ~ characters. For example, if a LinkMatik SE module with Bluetooth ID ABCDEF uses the factory-setting: LinkMatik SE ~~:~~:~~:~~:~~:~~ Page 6 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

7 The actual device name becomes: LinkMatik SE 12:34:56:AB:CD:EF Note that most Bluetooth device managers store discovered device names locally. If you re-configure the device name, products which have previously discovered the device may continue to display the old name for a while afterwards. If operating in master mode, LinkMatik SE connects to the first device it discovers whose name matches the pair match prefix. If the discovered device name is longer than the pair match prefix, characters beyond the end of the pair match prefix are ignored. For example, the factory setting is: LinkMatik Which specifies that the module will attempt to connect to any device whose name begins with LinkMatik. If operating in slave mode, the pair match prefix is ignored; LinkMatik SE accepts connection from any device, subject to authentication settings. The mating mode specifies whether LinkMatik SE stays paired once first connected. The factory setting is polygamous mode, where LinkMatik SE will allow connection with any device that fulfils the pair match criteria. In monogamous mode, once LinkMatik SE has successfully connected to any device, it will thereafter only connect to that device. To erase monogamous partner information, change the state of the WFP / Master / Slave pin as specified in the Bluetooth Operation section. The PIN code is an ASCII string of up to 16 characters. This is the code used during bonding if authentication is enabled either on LinkMatik SE or on the remote device. Note that some devices can only enter the digits 0-9 in PIN codes. The factory setting is four zeroes, which is the de facto Bluetooth default value. The Security setting defines the level of security with which connections are made. If authentication is selected, LinkMatik SE will only allow connection to a device whose PIN code matches its own. If encryption is enables, the link is encrypted. The factory setting is authentication and encryption. The WFP / Master / Slave defines how the state of this pin is interpreted at startup and consequently in which modes LinkMatik SE operates. Select one of: High at startup starts master mode; low at startup starts slave mode. High at startup starts WFP mode; low at startup starts slave mode. (Factory setting) High at startup starts WFP mode; low at startup starts master mode. Operates in WFP mode whatever the state of this pin. Operates in Slave mode whatever the state of this pin. Operates in Master mode whatever the state of this pin Device Configuration Process To configure a LinkMatik SE module, you will require a PC running Windows ME (with service pack 2), Windows 2000 or Windows XP. It will also need an inbuilt Bluetooth radio or a USB Bluetooth adapter, and you will need to know how to make serial connections from that radio to other Bluetooth devices. The following steps allow you to configure a LinkMatik SE module: 1. Connect the module as shown in the schematic diagram below. You will require a 4k7 resistor with a tolerance of 1% and an LED with a 1K current limiting resistor. 2. Apply power. If configured correctly, the LED will flash rapidly (10Hz) after initialization, indicating that LinkMatik SE is in configuration mode. Note that this is actually the same operating mode as WFP mode only the software you use on the PC is different. If the current settings allow you to enter this mode another way, you can omit step 1. Page 7 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

8 3. Download and run the LinkMatik Configuration Tool application on a Windows PC. This file is in the LinkMatik SE Development Kit. 4. The factory settings are shown in the screen capture below. Change these settings to the settings you require. If you run the application again later, it will remember the settings you previously selected. 5. Ensure that no applications are connected to the PC s Bluetooth COM port. These might include Windows HyperTerminal, if you have been evaluating LinkMatik SE, and some ActiveSync programs which try to stay permanently connected. 6. Using the Bluetooth device manager on the PC, discover and connect to the LinkMatik SE module. Authentication is disabled in configuration mode, so LinkMatik SE will not require a PIN code. However, if your PC requires the use of a PIN code, you must use the code currently programmed into the LinkMatik SE module. 7. Make a note of the COM port that the Bluetooth device manager uses to connect to LinkMatik SE and enter the COM port value in the box marked Connected to COM port. 8. Press the Program LinkMatik SE Now button. Successful configuration will take about a second. When complete, the LED will stay lit constantly. If configuration fails for any reason, an error message will be displayed and you should restart from step Power down, remove the 4k7 resistor and then re-apply power. LinkMatik SE will now operate in the new configuration. The first time it initializes, it may take a little longer than usual. Please note that many Bluetooth devices store information about other devices locally, so changes made may not be apparent. In particular, once the name has been changed, the new name may not immediately appear on a device which has previously discovered the device under its old name. The best way to check that reconfiguration has been successful is to scan using a device which has never encountered the LinkMatik SE before. Vdd Connect / sleep Status LinkMatik SE TxD Vcc RxD 4k7 (1%) 1k Vss Page 8 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

9 Development Kit Inventory The LinkMatik Stamp Edition Development Kit contains: 1. The Stamp Wireless Field Programmer application, Stamp WFP.exe and the library Tokenizer.dll which must be unzipped into the same directory. 2. The LinkMatik configuration tool LinkMatik Configuration Tool.exe. 3. The tutorial part file WirelessProg.bsp, and the error corrected version WirelessProg (error corrected).bsp. 4. This documentation LinkMatik SE.pdf. Page 9 26-Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

10 Mechanical Dimensions HFL connector for external Antenna Antenna RxD 33 CTS ATN Sin / TxD Sout / RTS WFP / Master / Slave Status Connect / Sleep 23 PCB Components Vcc Note 1. All dimensions shown are in mm 2. Pin spacing 2.54mm Page Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

11 Technical Specifications Electrical Radio Max operating temperature -20ºC to +75 ºC Max storage temperature -30ºC to +85 ºC Dimensions L W H 33mm 20mm 9mm excluding pins Supply Voltage (regulated) Vcc 3V to 5.5V (see note 1) Peak power requirement 250mA Max voltage on I/O pins -0.5V to Vcc+0.5V 1. LinkMatik SE will operate down to 3V but Class I performance is only guaranteed if operated above +4.5V. Max RF output power RF frequency range Range Communication latency, serial to serial via two LinkMatik SE radios Pairing method Class I = 100mW = +20dBm 2402MHz to 2480MHz 100m nominal 30ms to 50ms Unit link key FCC, CE and IC modular approval The radio has modular approval for USA, Canada and certain European countries, provided the existing integral antenna is used. The CE mark on the module indicates that it does not require further R&TTE certification. The exterior of the product should be marked as follows: Contains Transmitter Module FCC ID: CWTUGPZ1 Contains Transmitter Module IC: 1788F-UGPZ1 Technical Support, Distributor Contact Details LinkMatik SE is exclusively distributed by agreement by Parallax Inc: Manufacturer Contact Details LinkMatik SE is designed and owned by FlexiPanel Ltd: Parallax Inc 599 Menlo Dr, Suite 100 Rocklin, CA 95765, USA Rocklin Sales: sales@parallax.com, (888) Support : support@parallax.com, (888) FlexiPanel FlexiPanel Ltd Suite 120, Westbourne Studios 242 Acklam Road London W10 5JJ, United Kingdom Tel +44 (0) support@flexipanel.com Page Sep-05 LinkMatik SE FlexiPanel Ltd Patents apply and/or pending

PCMS PCMC PCMI CTS DNC DNC PCMO RTS ESC ATN. Vdd. Vss. Summary

PCMS PCMC PCMI CTS DNC DNC PCMO RTS ESC ATN. Vdd. Vss. Summary FlexiPanel LinkMatik 2.0 TM Bluetooth 2.0 serial / audio transceiver with auto-connect modes and command interface DIL SO RTS Antenna Reset PCMS PCMC PCMO PCMI ESC ATN NC Reset Antenna PCMS PCMC PCMI PCMO

More information

Toothpick Stamp Edition TM

Toothpick Stamp Edition TM FlexiPanel Toothpick Stamp Edition TM Slave microcontroller with Stamp programmer, Bluetooth radio and user interface server Sout - Sin - ATN Data - TxD - RxD (to Stamp) AN0 - AN11 20MHz 32768Hz Vdd Vin

More information

Serial Port Plug - F2M01SXA Brief Datasheet. Features. Applications. General Description. Provides transparent RS-232 serial cable replacement.

Serial Port Plug - F2M01SXA Brief Datasheet. Features. Applications. General Description. Provides transparent RS-232 serial cable replacement. Serial Port Plug - F2M01SXA Features Provides transparent RS-232 serial cable replacement. No need for external drivers. Power is supplied via the D-SUB or mini-usb connector. Supports the Bluetooth Serial

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Content. 9 Serial interface joined each other explanation

Content. 9 Serial interface joined each other explanation 1 Brief introduction 2 Feature 3 Chart 4 Technical specification Content 5 Indicator light and Button explanation 6 Stantard RS232 (Female ) PIN define 7 Power supply explanation 8 Original parameter setting

More information

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v.0, v. RS Serial Adapter Revised 8/NOV/0.mm mm mm Features World s smallest Bluetooth Serial Adapter (RS) Bluetooth v.0, v. wireless technology 8 dbm Tx Power and -8 dbm Rx Sensitivity Serial

More information

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack)

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth v. Dual Mode RS Serial Adapter Revision Draft v.0.mm mm mm Features World s smallest Bluetooth Serial Adapter (RS) Ease of configuration and setup using the LM9v software Bluetooth v. wireless

More information

Product Specification

Product Specification Product Specification 15mm x 27mm Description One of the most capable Bluetooth modules available, the BT-21 Bluetooth OEM Module is designed for maximum flexibility. The BT-21 module includes 14 general

More information

Product Specification

Product Specification Product Specification Features Amp ed RF, Inc. Description 15mm x 27mm The added class 1 power, +18dBm, of the BT-11, gives this module one of the best ranges in the industry. It s completely pin compatible

More information

BT-22 Product Specification

BT-22 Product Specification BT-22 Product Specification Features Amp ed RF, Inc. Description 10.4 mm x 13.5 mm Our micro-sized Bluetooth module is the smallest form factor available providing a complete RF platform. The BT-22 is

More information

BT 31 Data Sheet. Amp ed RF Technology Inc.

BT 31 Data Sheet. Amp ed RF Technology Inc. BT 31 Data Sheet Amp ed RF Technology Inc. Product Specification BT31 Features Bluetooth features FCC&Bluetooth licensed radio Bluetooth v3.0 Class 1 radio Range up to 100m LOS 1.5Mbps data throughput

More information

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v2.0, v2. RS232 Serial Adapter - SMA Connector Revised 3/MAR/20 Datasheet Version.0 mm mm 34mm Features Bluetooth v2.0, v2. wireless technology dbm Tx Power and - dbm Rx Sensitivity Serial (RS232)

More information

BlueSerial. Bluetooth Serial RS232 Port Adapters. User Manual HANTZ + PARTNER. The Upgrade Company!

BlueSerial. Bluetooth Serial RS232 Port Adapters. User Manual HANTZ + PARTNER. The Upgrade Company! Bluetooth Serial RS232 Port Adapters User Manual HANTZ + PARTNER The Upgrade Company! www.hantz.com Deutschland: Tel.: 0761 / 59 21 00 Fax: 0761 / 58 52 28 Schweiz: Tel.: 061 / 27 311-31 Fax: 061 / 27

More information

1. BLUETOOTH BASEBAND

1. BLUETOOTH BASEBAND MEMBER HOME PAGE PUBLIC SITE FAQ S The Bluetooth SIG, Inc. Member Web Site Assigned Numbers - Bluetooth Baseband Home Bluetooth Baseband Link Manager Protocol (LMP) Logical Link Control and Adaptation

More information

BM2001 (Bluetooth USB Adapter) User s Guide

BM2001 (Bluetooth USB Adapter) User s Guide BTWIN is a Trademark of BTNetworks. BM2001 (Bluetooth USB Adapter) User s Guide BTNetworks Co., LTD 2005 08.30 Ver 3.0 1 Table of Contents 1 Introduction (Model: BM2001) 4 2 Bluetooth USB Adapter & Bluetooth

More information

Board Of Education USB (#28850)

Board Of Education USB (#28850) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 Sales: sales@parallax.com 1-888-512-1024 Tech Support: support@parallax.com 1-888-99-STAMP Web Site:

More information

Parallax WX ESP8266 Wi-Fi Modules

Parallax WX ESP8266 Wi-Fi Modules Web Site: www.parallax.com Office: (916) 624-8333 Forums: forums.parallax.com Fax: (916) 624-8003 Sales: sales@parallax.com Sales: (888) 512-1024 Technical: support@parallax.com Tech Support: (888) 997-8267

More information

Bluetooth to RS-232&RS422/485. EX-9132B/BI Bluetooth Adapter Operation Manual

Bluetooth to RS-232&RS422/485. EX-9132B/BI Bluetooth Adapter Operation Manual Bluetooth to RS-232&RS422/485 EX-9132B/BI Bluetooth Adapter Operation Manual First Edition, Jun 2008 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel

More information

USER MANUAL- HPU-120

USER MANUAL- HPU-120 Your Communications Solutions Provider www.industrial-grade-modem.com USER MANUAL- HPU-120 Communicate to several serial RS232 devices, wirelessly, at the same time without the need of a COM port on your

More information

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna Bluetooth Serial Data Module 25m Distance with On-Board Antenna Product: 1 General Description is LM Technologies Ltd Class 2 Bluetooth Data module with on-board chip antenna. This module is a CSR Bluecore

More information

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd.

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd. March 21, 2011 BT22 Datasheet Amp ed RF Technology, Co., Ltd. BT22 Features Bluetooth features Bluetooth qualified Bluetooth v2.1+edr Class 2 radio Range up to 30m LOS Description 10.4 mm x 13.5 mm Our

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

Saturn Reader User Manual

Saturn Reader User Manual FCC Compliance Saturn Reader User Manual Version 1.00 On Track Innovations Ltd. (O T I) P/N 1100054F P/N 1100054F page 0 FCC Compliance FCC Compliance This device (Reader Saturn 3000) complies with Part

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

LM058 Bluetooth Serial Adapter

LM058 Bluetooth Serial Adapter LM058 Bluetooth Serial Adapter with external antenna The LM058 Bluetooth Serial Adapter eliminates your conventional RS232 serial cables, providing an easy-to-use, invisible connection with freedom of

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

User s Manual. USB Bluetooth Dongle

User s Manual. USB Bluetooth Dongle User s Manual USB Bluetooth Dongle Briefing Note: Please do not insert USB Bluetooth Adaptor before installation of software. Screenshots have been taken in Windows XP, and will slightly differ to Windows

More information

HANTZ + PARTNER. User s Guide RS232 Bluetooth Adapter. Version: 2.8. The Upgrade Company!

HANTZ + PARTNER. User s Guide RS232 Bluetooth Adapter. Version: 2.8. The Upgrade Company! User s Guide RS232 Bluetooth Adapter Version: 2.8 www.smartmodular.de HANTZ + PARTNER The Upgrade Company! www.hantz.com Deutschland: Tel.: 0761 / 592100 Fax: 0761 / 585228 Schweiz: Tel.: 061 / 27311-31

More information

USER MANUAL HPS-120. About this product: Your Communications Solutions Provider

USER MANUAL HPS-120. About this product:  Your Communications Solutions Provider Your Communications Solutions Provider www.industrial-grade-modem.com USER MANUAL HPS-120 About this product: Industrial Grade Modems works to provide you with reliable, easy to use, wireless serial communications

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

User s Manual BTS1009C. Bluetooth to Serial Adapter. SUNIX Co., Ltd.

User s Manual BTS1009C. Bluetooth to Serial Adapter. SUNIX Co., Ltd. BTS1009C Bluetooth to Serial Adapter User s Manual Second Edition, April 2007 SUNIX Co., Ltd. Tel : +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com.tw info@sunix.com.tw BTS1009C Bluetooth to

More information

Toothpick 28-pin Dual-in-Line package evaluation version Toothpick 28-pin Dual-in-Line package Custom firmware xxx

Toothpick 28-pin Dual-in-Line package evaluation version Toothpick 28-pin Dual-in-Line package Custom firmware xxx FlexiPanel Toothpick TM PIC with integral Bluetooth and Toothpick Services firmware layer 20MHz 32768Hz Vdd Vin AN0 - AN11 TxD - RxD LDO 5V reg 400mA CCP1 - CCP5 PIC18LF6720 SDA - SDO - SCL INT0 - INT1

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Bluetooth RS-232 Dongle. User s Manual BTS-100

Bluetooth RS-232 Dongle. User s Manual BTS-100 Bluetooth RS-232 Dongle User s Manual BTS-100 Table of Contents 1. INTRODUCTION... 2 2. PHYSICAL DIAGRAM... 3 3. BLUETOOTH PAIRING AND CONNECTING... 4 4. RS-232 INSTALLATION... 10 5. HYPERTERMINAL SETTING

More information

LM058 Bluetooth Serial Adapter SMA Antenna 100m m Range SPP GAP + Wireless DTR DSR RTS CTS

LM058 Bluetooth Serial Adapter SMA Antenna 100m m Range SPP GAP + Wireless DTR DSR RTS CTS LM0 Bluetooth Serial Adapter SMA Antenna Features The can communicate with another Bluetooth serial adapter or Bluetooth devices such as laptops, desktops, PDA s or mobile phones. Supports Bluetooth Serial

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

RM024 DVK USER GUIDE VERSION 1.2

RM024 DVK USER GUIDE VERSION 1.2 USER GUIDE VERSION 1.2 Americas: +1-800-492-2320 Asia: +852-2923-0610 REVISION HISTORY Version Revision Date Change Description Approved By 1.0 20 Dec 2012 Initial Release Chris Downey 1.1 15 Apr 2014

More information

Use of ISP1507-AL Evaluation Boards

Use of ISP1507-AL Evaluation Boards Use of ISP1507-AL Evaluation Boards Application Note AN181103 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1507-AL,

More information

Bluetooth RS232 Serial Adapter

Bluetooth RS232 Serial Adapter Bluetooth RS232 Serial Adapter LM058 Table of contents 1. Introduction Page 1 2. Features Page 1 3. Packaging Page 2 4. General Specification Page 2 5. RS232 Interface Page 3 5.1 Pin Out Page 3 5.2 Signals

More information

WRAP THOR WT11 Bluetooth Module. Description. Key Features. Bluetooth Class 1. Two antenna options: integrated chip antenna or U.

WRAP THOR WT11 Bluetooth Module. Description. Key Features. Bluetooth Class 1. Two antenna options: integrated chip antenna or U. WRAP THOR WT11 Bluetooth Module Description WT11 is a next-generation, class 1, Bluetooth 2.0+EDR (Enhanced Data Rates) module. It introduces three times faster data rates compared to existing Bluetooth

More information

Technical Documentation

Technical Documentation Technical Documentation for metratec QR15 HF RFID Module Date: June 2015 Version: 1.8 Technical Documentation metratec QR15 Page 1 of 14 Table of Contents 1 General Information / Security Advice...3 1.1

More information

TECHNICAL DESCRIPTION

TECHNICAL DESCRIPTION Rev 1.1 TECHNICAL DESCRIPTION Fastrax UP501 GPS Receiver This document describes the electrical connectivity and main functionality of the Fastrax UP501 hardware. July 1 st, 2010 Fastrax Ltd. TRADEMARKS

More information

NDB-C0706A Dual Mode Bluetooth Module

NDB-C0706A Dual Mode Bluetooth Module NDB-C0706A Dual Mode Bluetooth Module 1 Device Overview 1.1 Description This module is designed with Cypress CYW20706 (previously Broadcom BCM20706) dual mode Bluetooth 5.0 SoC. CYW20706 features 96 MHz

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI FEATURES Ready-to-use Bluetooth Low Energy HCI module Ultra Small form factor 12mm x 12mm Ultra Low Power consumption EM Microelectronic Bluetooth Low

More information

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o. User_Guide_GW-USB-05_ Page 1

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o.   User_Guide_GW-USB-05_ Page 1 FW v1.07 IQRF USB Gateway User's Guide 2016 MICRORISC s.r.o. www.iqrf.org User_Guide 160405 Page 1 Description is an IQRF gateway with USB connectivity. It is intended as an interface between IQRF network

More information

Wireless Modem Evaluation Board User s Guide

Wireless Modem Evaluation Board User s Guide Features Supports all CCI Modems and Radios Two independent transceivers and interfaces RS-232 Host Serial and USB Serial Communications RS-232,TTL Digital Serial and USB Host Interfaces Wireless modem

More information

LM780 Bluetooth Serial Data Module

LM780 Bluetooth Serial Data Module Features Bluetooth v2.0 + EDR and v2.1 + EDR compliant firmware available Class 2 radio with integrated chip antenna - 25 m range in open space Lead Free, RoHS compliant Small Size: 15.24mm x 27.67mm x

More information

xpico 200 Series Evaluation Kit User Guide

xpico 200 Series Evaluation Kit User Guide xpico 200 Series Evaluation Kit User Guide This guide describes how to setup the xpico 200 series evaluation kit and provides the information needed to evaluate the included xpico 240 or xpico 250 embedded

More information

Document Name : User Manual for SC10B : RS232 to Bluetooth Converter.

Document Name : User Manual for SC10B : RS232 to Bluetooth Converter. Document Name : User Manual for SC10B : RS232 to Bluetooth Converter. SC10B is Bluetooth V.2.0-certified and is backward compatible with v1.1/1.2 devices. You can connect between your computers (Master)

More information

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~ rn-134-ds v1.

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~  rn-134-ds v1. WiFly GSX Super Module SuRF Board Features UART interface with RS232 and TTL signaling Through hole board simplifies system integration Accepts 3-12VDC Status LEDs to show network status and data transfer

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7 Bluetooth Module DATASHEET Website:http://www.elinketone.com 2013 06 09 1 / 7 A. Overview Bluetooth Module is designed by ShenZhen ElinkEtone Technology Company for intelligent wireless transmission, with

More information

The Wireless Connectivity Expert

The Wireless Connectivity Expert The Wireless Connectivity Expert 48511 Warm Springs Blvd., Suite 206, Fremont CA 94539 Tel: (510) 490-8024 Fax: (510) 623-7268 Website: http://www.actisys.com/ E-mail: irda-info@actisys.com ACT-IR100SD

More information

See version notes page for changes EPOS. Aviation M2M LNG

See version notes page for changes EPOS. Aviation M2M LNG Bluetooth Module with IC Antenna Features Revised 16/MAY/2018 See version notes page for changes Bluetooth.0,.1 wireless technology Configurations preinstalled on production 18 dbm Tx Power and 88 dbm

More information

SPECIFICATIONS LR802UKG. Ver. 2A1 Date: 06/15/ b/g Wireless LAN USB Module. Approved by :

SPECIFICATIONS LR802UKG. Ver. 2A1 Date: 06/15/ b/g Wireless LAN USB Module. Approved by : SPECIFICATIONS 802.11b/g Wireless LAN USB Module LR802UKG Ver. 2A1 Date: 06/15/2007 Prepared by : Approved by : Qcom Technology Inc. Specifications of USB2.0 802.11b/g Wireless LAN USB Module 2 Contents:

More information

Bluetooth TO Serial CONVERTER E-P132-B

Bluetooth TO Serial CONVERTER E-P132-B Bluetooth TO Serial CONVERTER E-P132-B 1 Table of Contents Introduction..3 Package checklist...4 Product Specification...5 Product Panel Views Description...6 Product Views. 6 DC-In Power Outlet 6 Antenna

More information

Technical Specifications

Technical Specifications Technical Specifications ACF30 Floppy Bay Smart Card Reader Advanced Card Systems Ltd. Website: www.acs.com.hk Email: info@acs.com.hk Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported

More information

BASIC Stamp 1 Project Board (#27112) Development / Education Platform for the BASIC Stamp 1

BASIC Stamp 1 Project Board (#27112) Development / Education Platform for the BASIC Stamp 1 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

GWK5Mx 2.4GHz Wireless Audio Module

GWK5Mx 2.4GHz Wireless Audio Module GWK5Mx 2.4GHz Wireless Audio Module 1. General Description GWK5Mx is the module version of Gigawit GWK5 family wireless digital audio products. GWK5MO is 0dBm and GWK5MP is 18dBm, it can be easily integrate

More information

Bluetooth Micro Dongle User s Guide. Rating: 5V DC 80mA Made in China

Bluetooth Micro Dongle User s Guide. Rating: 5V DC 80mA Made in China Bluetooth Micro Dongle User s Guide Rating: 5V DC 80mA Made in China Introduction Package Contents USB Bluetooth adapter x 1 Installation CD x 1 (includes Bluetooth software and User s Guide) User s Guide

More information

BLUE bean. Data sheet

BLUE bean. Data sheet Data sheet is a high performance and ultra low power surface mount USB radio combining single-stream 11ac Wave2 Wi-Fi and Bluetooth 5.0 in a very small form factor is IEEE 802.11b/g/n/a/ac Wave2 dual-band

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

More information

Bluetooth to RS-232 Converter. RT-132B Bluetooth Adaptor Operation Manual

Bluetooth to RS-232 Converter. RT-132B Bluetooth Adaptor Operation Manual Bluetooth to RS-232 Converter RT-132B Bluetooth Adaptor Operation Manual First Edition, Nov 2007 Table of Contents 1. Introduction.. 2 2. Package checklist.. 3 3. Product Specification... 4 4. Product

More information

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0 BLE Bluetooth Low Energy Modules SBC2112-B Preliminary Specification Version 1.0 23-JUN.-2014 Content 1. Description...3 2. Features...3 3. Block Diagram...3 4. Radio Characteristics...4 5. Electrical

More information

Bluetooth PC Card from IBM

Bluetooth PC Card from IBM Bluetooth PC Card from IBM Installation and User s Guide IBM 19K4260 Note: Before using this information and the product it supports, read Appendix E, Product warranties and notices on page E-1. First

More information

Hints and tips when using RC1xx0 RF Modules

Hints and tips when using RC1xx0 RF Modules AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters

More information

HZX N03 Bluetooth 4.0 Low Energy Module Datasheet

HZX N03 Bluetooth 4.0 Low Energy Module Datasheet HZX-51822-16N03 Bluetooth 4.0 Low Energy Module Datasheet SHEN ZHEN HUAZHIXIN TECHNOLOGY LTD 2017.7 NAME : Bluetooth 4.0 Low Energy Module MODEL NO. : HZX-51822-16N03 VERSION : V1.0 1.Revision History

More information

WG209 USB WiFi Module Datasheet

WG209 USB WiFi Module Datasheet WG209 USB WiFi Module Datasheet Name: 802.11b/g/n USB WiFi Module Model NO.: WG209 Revision: V2.01 Revision History: Revision Description Approved Date V1.01 Initial George 20140115 V2.01 FCC/CE certification

More information

xpico 110 Wired Device Server Module Evaluation Kit User Guide

xpico 110 Wired Device Server Module Evaluation Kit User Guide xpico 110 Wired Device Server Module Evaluation Kit User Guide Part Number 900-788-R Revision A April 2017 Intellectual Property 2017 Lantronix, Inc. All rights reserved. No part of the contents of this

More information

BLE232: Manual Copyright 2014 taskit GmbH

BLE232: Manual Copyright 2014 taskit GmbH BLE232 Manual BLE232: Manual Copyright 2014 taskit GmbH BLE232 All rights to this documentation and to the product(s) described herein are reserved by taskit GmbH. This document was written with care,

More information

XPort Direct+ Integration Guide/Data Sheet

XPort Direct+ Integration Guide/Data Sheet XPort Direct+ Integration Guide/Data Sheet Part Number 900-524 Revision B December 2007 Patents, Copyright and Trademark 2007, Lantronix. All rights reserved. No part of the contents of this book may be

More information

Specification. Delock industry USB WLAN 144Mbps module. date: ,50 60,00 25,00

Specification. Delock industry USB WLAN 144Mbps module. date: ,50 60,00 25,00 5,50 60,00 25,00 date: 16.03.2009 Contents: device overall description 802.11n Wireless LAN - features - block diagram - modulation methods - channel assignment - security - software & OS support - operating

More information

CO1211A/00 Converter Control/Power

CO1211A/00 Converter Control/Power Description The is an integrated power supply and controller for Sivers IMA mm-wave converters. It provides proper biasing and allows for control of converter functions using a PC, over a USB connection.

More information

KERN YKI-02 Version /2016 GB

KERN YKI-02 Version /2016 GB KERN & Sohn GmbH Ziegelei 1 D-72336 Balingen E-Mail: info@kern-sohn.com Installation manual RS-232 Bluetooth adapter KERN YKI-02 Version 1.1 01/2016 GB Tel: +49-[0]7433-9933-0 Fax: +49-[0]7433-9933-149

More information

Use of ISP1807-LR Evaluation Boards

Use of ISP1807-LR Evaluation Boards Use of ISP1807-LR Evaluation Boards Application Note AN181104 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1807-LR,

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

More information

Universal RFID Socket board with USB interface

Universal RFID Socket board with USB interface Data Sheet UNI_USB.pdf 9 Pages Last Revised 18/03/13 Universal RFID Socket board with USB interface The Universal RFID Socket board is the baseboard for the MicroRWD RFID reader modules from IB Technology.

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

EasySync Ltd. ES-R-2x01-M RS232 to RS422 / RS485 Converter. User Guide. Document Reference No.: ES_ Version draft Issue Date:

EasySync Ltd. ES-R-2x01-M RS232 to RS422 / RS485 Converter. User Guide. Document Reference No.: ES_ Version draft Issue Date: EasySync Ltd ES-R-2x01-M RS232 to RS422 / RS485 Converter User Guide Document Reference No.: ES_000011 Issue Date: 2009-04-10 The ES-R-2001-M and ES-R-2101-M provide a simple method of converting RS232

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

KERN YKI-02 Version /2014 GB

KERN YKI-02 Version /2014 GB KERN & Sohn GmbH Ziegelei 1 D-72336 Balingen E-Mail: info@kern-sohn.com Installation manual RS-232 Bluetooth adapter KERN YKI-02 Version 1.0 12/2014 GB Tel: +49-[0]7433-9933-0 Fax: +49-[0]7433-9933-149

More information

EWAVE Inc Gracefield Ln. Dallas, Texas (972)

EWAVE Inc Gracefield Ln. Dallas, Texas (972) EWAVE Inc. 7419 Gracefield Ln. Dallas, Texas 75248 (972) 248-2931 www.electrowave.com STAMPER User s Manual Version 1.0 Ewave Radio Modems covered in this manual: STAMPER INTRODUCTION... 3 1.1 FEATURES

More information

AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine

AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine Version: 01.01 AQ_G24 Terminal Card_HD_V01.01 17.JUL.2008-1 - Hardware Interface Description 1. Hardware Features of the AQ_G24 Terminal Card Feature

More information

Trimble Recon Handheld: Using the Socket Bluetooth CompactFlash Card

Trimble Recon Handheld: Using the Socket Bluetooth CompactFlash Card 31 August 2006 Trimble Recon Handheld: Using the Socket Bluetooth CompactFlash Card This document explains how to use the Socket Bluetooth CompactFlash card on the Trimble Recon handheld running the Microsoft

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

SocketModem Cell CDMA SocketModem icell CDMA. MTSMC-C2 Device Guide

SocketModem Cell CDMA SocketModem icell CDMA. MTSMC-C2 Device Guide SocketModem Cell CDMA SocketModem icell CDMA MTSMC-C2 Device Guide COPYRIGHT AND TECHNICAL SUPPORT SocketModem Cell CDMA Device Guide SocketModem icell CDMA Device Guide S000542, Version A MTSMC-C2-xx,

More information

User Manual Sample. (English version)

User Manual Sample. (English version) BT-2001 v2.5 User Manual Sample (English version) Man & Tel Co., Ltd. [www.manntel.com] SMD-BT2-E025a Copyright Man&Tel 2004 Page 1of 10 Contents I. Hardware 1. Hardware Overview and Functions 3 2. Hardware

More information

WG209 USB WiFi Module Datasheet

WG209 USB WiFi Module Datasheet WG209 USB WiFi Module Datasheet Name: 802.11b/g/n USB WiFi Module Model NO.: WG209 Revision: V2.03 Revision History: Revision Description Approved Date V1.01 Initial George 20140115 V2.01 FCC/CE certification

More information

Low-Power-Radio Transceiver IC

Low-Power-Radio Transceiver IC Addressed Mode With Acknowledge Broadcast Mode Automatic Retry Serial Interface Stand Alone Operation Achieves Maximum Range From RF Modules Flow Control Option Two Telemetry I/O Lines (addressed mode

More information

Professional Development Board (#28138)

Professional Development Board (#28138) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Overview: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

LM780 Bluetooth Classic Data Module with IC Antenna

LM780 Bluetooth Classic Data Module with IC Antenna Bluetooth Classic Data Module with C Antenna Revised 7/DEC/206 Features Bluetooth v2.0/ v2. specification 26.92mm x 5.20mm x 2.0mm 4 dbm Tx utput Power (Class 2) SMT Side and Bottom Pads for easy production

More information

Cytron USB to UART Converter UC00A

Cytron USB to UART Converter UC00A Cytron USB to UART Converter UC00A User s Manual V1.1 August 2009 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded

More information

SKB360I Bluetooth 4.0 Low Energy Module Datasheet

SKB360I Bluetooth 4.0 Low Energy Module Datasheet SKB360I Bluetooth 4.0 Low Energy Module Datasheet Name: Bluetooth 4.0 Low Energy Module Model No.: SKB360I Version: V1.01 Revision History: Revision Description Approved Date V1.01 Initial Release Hogan

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Document Reference No.: FT_000065 Version 1.0 Issue Date: 2008-08-28 Future Technology Devices International

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

bluetooth module Contents 1. Product s picture 2. Feature 3. Pins description 4. The parameters and mode of product 5.

bluetooth module Contents 1. Product s picture 2. Feature 3. Pins description 4. The parameters and mode of product 5. bluetooth module Contents 1. Product s picture 2. Feature 3. Pins description 4. The parameters and mode of product 5. Block diagram 6. Debugging device 7. Characteristic of test 8. Test diagram 9. AT

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information