Vela IF820 Series - Bluetooth 5.4 Dual-Mode Modules
Overview
Ensure your estate of Classic Bluetooth devices don’t get left behind in a growing environment of Bluetooth LE-only wireless options. Our Vela IF820 series being dual mode allows a single module to cover legacy Classic Bluetooth and migration to Bluetooth LE with a single part. This innovative series is based on Infineon Technologies AIROC™ CYW20820 silicon. This range of flexible modules, adapters and DVKs marries all the benefits of the CYW20820 hardware, software, and tools offerings with our added value application software, services, certification, and support capabilities. The Vela IF820 series provides OEMs with multiple software development options suited to their resources and skillsets, with close attention to providing forward-looking module options for some of Laird Connectivity’s legacy Bluetooth product portfolio.
The Vela IF820 includes multiple small form factor PCB modules to suit any host board footprint and targets both hosted and hostless applications. They’re accompanied by low cost, easy to use development kits and the addition of a certified, packaged USB Adapter to add Classic BT and Bluetooth LE connectivity to a variety of additional products in your Bluetooth solution. Together, Infineon and Laird Connectivity drive down your total cost of ownership, design complexity and risk, while ensuring you the fastest time to market for your next dual mode Bluetooth IoT design.
- Bluetooth BR / EDR & Bluetooth LE v5.4
- Industrial Temp Rating (-40° to +85 °C)
- Hostless & Hosted operation – Internal MCU reduces BOM
- Powerful Core Cortex-M4, 96MHz: 256 kB on chip Flash, 176kB on-chip RAM, 1MB on chip ROM
- Fully featured development kits - Everything needed to start Bluetooth & Bluetooth LE development
Register For a Chance to Win: Vela IF820
The Vela IF820 Series is a great way to develop for dual-mode Bluetooth applications with all of our value-added software and development options. Hosted or hostless, the Vela IF820 modules provide a platform to either design new Bluetooth Classic + Bluetooth Low Energy applications or refresh your legacy designs, with either an onboard antenna or external antenna option available.
Develop your way with either EZ Serial, standard HCI UART interface, or full C code development via Infineon's Modus Toolbox software suite.
Register now for a chance to win one of 10x DVKs and 10x USB adapters!

Specifications
176 kB on chip RAM
1 MB on chip ROM
5V (USB adapter variant)
Part Number | Antenna Options | Dimension (Height - mm) | Dimension (Length - mm) | Dimension (Width - mm) | Packaging | Voltage |
---|---|---|---|---|---|---|
453-00171RBuy Now | Integrated Antenna | 2.15 mm | 12.5 mm | 9.3 mm | Tape and Reel | 2.6 to 3.3 V |
453-00171CBuy Now | Integrated Antenna | 2.15 mm | 12.5 mm | 9.3 mm | Cut / Tape | 2.6 to 3.3 V |
453-00172RBuy Now | MHF4 Connector | 2.15 mm | 7.5 mm | 7.5 mm | Tape and Reel | 2.6 to 3.3 V |
453-00172CBuy Now | MHF4 connector | 2.15 mm | 7.5 mm | 7.5 mm | Cut / Tape | 2.6 to 3.3 V |
450-00185Buy Now | Integrated Antenna | 11 mm | 50.74 mm | 18.39 mm | 5V |
Development Kits
Documentation
Does the IF820 Support Audio?
If using MODUS Toolbox
on the IF820 it can support Hands Free Profile (HFP) over the I2S/PCM
interface. Infineon, in MODUS Toolbox, supports mSBC and CVSD audio CODECs in FW
which is used in HFP.
SBC CODEC which is used as the compression algorithm for Advance Audio Distribution Profile (A2DP) could be done in FW as well but the I2S interface doesn’t support 44KHz/48KHz sample rates, thus, it can’t be used for A2DP.
There is no support for LE Audio.
How do you make an SPP connection (Classic Bluetooth) with the Vela IF820 to a Windows PC?
By default, the Vela IF820 module is loaded with EZ-Serial firmware, which has Classic Bluetooth SPP data mode active by default.
The EZ-Serial firmware platform for Laird Vela IF820 series module supports Bluetooth Classic SPP service as a simple method to send and receive serial data over a Bluetooth connection. This operational mode is separated from the normal command mode where the API protocol may be used. When SPP data mode is active, any data received from an external host will be transmitted to the remote peer, and any data received from the remote peer will be sent out through the hardware serial interface to the external host.
To connect Vela IF820 via Bluetooth SPP profile using a computer (Windows) follow these steps:
1. Click the Bluetooth icon on your Windows Taskbar or access the Bluetooth menu from Control Panel > All Control Panel Items > Devices and Printers. Select Add a device.
2. Select device named “EZ-Serial XX:XX:XX_BT” and connect. Windows will install drivers for this device. You will find two ports associated with this device in Device Manager.
3. Open a terminal application and connect to the COM port (typically the lower numbered COM port is the port to select).
Now you can transfer data between the terminal application in Windows and the terminal of the Laird Vela IF820 module.
Why does my IF820 EZ-Serial not disconnect from an SPP connection?
There are two ways to disconnect from an SPP connection.
- Using the CYSPP pin
- Using the disconnect command in non-transparent mode
SPP can be controlled through the hardware GPIO on the EZ-Serial firmware platform for Laird Vela IF820 series module. Cyspp pin, which is also used for CYSPP, can be used to control the SPP connection state:
• By default, CYSPP pin is set in HIGH state.
• Once SPP connection is active, CYSPP pin will be set to LOW state.
• If CYSPP pin is set to HIGH by an ex ternal MCU while a SPP connection is active, the SPP connection will be terminated.
Note there is a jumper on the IF820 DVK that may be pulling CYSPP high which needs to be removed before using this method of disconnection.
In non-transparent mode, though SPP is connected, user still can use command mode. Data receive from SPP connection will arrive with event “.SPPD”. See the command protocol_set_parse_mode (SPPM, ID=1/1) to use non-transparent mode. See bt_disconnect (/BTDIS, ID=14/6)
When using the available Python scripts to program EZ-Serial firmware to the Vela IF820, does the script automatically select the correct firmware version for the module I am programming?
Each variant of the Vela IF820, (integrated antenna, or external antenna connector) use a different power table. The script is not able to auto-detect which variant of the Vela IF820 is being flashed, therefore, users must ensure they have modified the script to select the correct firmware version for the variant of the IF820 they are programming. Of note, the Vela IF820 dongle uses the integrated antenna firmware.
For example, to select the external antenna firmware version of the v14.12.12 firmware to flash to the module, open the {} settings.jason file in VSCode. Locate the "ezserial_firmware" line and modify the path provided for the firmware to select the correct path in the VSCode workspace files for the v1.4.12.12-candidate_ext-ant/202309011_ezserial_app_VELA-IF820-EXT-ANT-EVK_141212_v1.4.12.12_download.hex. An example of the modified script is shown below:
{
"default_baud": "115200",
"mini_driver": "${workspaceFolder}/files/minidriver-20820A1-uart-patchram.hex",
"ezserial_firmware": "${workspaceFolder}/files/v1.4.12.12-candidate_ext-ant/202309011_ezserial_app_VELA-IF820-EXT-ANT-EVK_141212_v1.4.12.12_download.hex",
"comport_BT900_device1": "/dev/cu.usbserial-AL04XL61"
Please see the Vela IF820 User Guide for additional information about modifying the {} settings.json file.
Does the Vela IF820 support more than one connection when using EZ-Serial?
Does the Vela IF820 support more than one concurrent SPP connection when using EZ-Serial?
No, only a single SPP connection is supported with EZ-Serial. If multiple SPP connections are required, consider using Modus Toolbox.
How do I disable transparent data mode in EZ-Serial for the Vela IF820?
Transparent data mode can be disabled with bit 1 of the SPPM command as below. This can be used in both text and binary parse modes
(<<) SPPM,M=2
(>>) @R,000A,SPPM,0000
Now when entering a SPP connection instead of going straight into transparent data mode EZ-Serial will remain in command mode and allow the use of commands such as
Query Connections
(<<) /btqc
(>>) @R,0010,/BTQC,0000,C=01
(>>) @E,002D,BTCS,C=01,A=0016A4001589,T=01,B=00,R=00,S=00
Query peer address
(<<) /btqpa,c=1
(>>) @R,0020,/BTQPA,0000,A=0016A4001589,T=00
Query RSSI
(<<) /btqss,a=58a0238ed80b
(>>) @R,0011,/BTQSS,0502,R=00
You can also send a disconnect command
(<<) /btdis,c=1
(>>) @R,000C,/BTDIS,0000
(>>) @E,0012,BTDIS,C=01,R=0000
To send data in this mode use
(<<) .spps,c=1,d=4C6169726420436F6E6E6563746976697479
(>>) @R,0010,.SPPS,0000,C=01
Where c = the connection handle and d = is the outgoing payload in hex
When receiving data in this mode you will see
(>>) @E,0016,.SPPD,C=01,D=4D61726B
where c is the connection handle and d is the incoming data in hex
Why does the Vela IF820 DVK have two comports and how do I identify them?
When plugged into a Windows PC the Vela IF820 DVK will show two comports in Windows device manager.
One com port is a regular UART com port that can be used with EZ-Serial and the other is a HCI com port for flashing firmware.
If its not clear which com port is which you can use Windows device manager. Identify the com ports, right click, select properties and go to the details tab. select the bus reported device description property from the drop down menu.
If the value contains UART0 then this is the HCI com port.
If the value contains UART1 then this is the regular UART com port.
See IF820 DVK SETUP section in the Software User Guide for more information.
Does the Vela IF820 Series - Bluetooth 5.2 Dual-Mode Modules support LE Coded Phy?
Does the Vela IF820 Series - Bluetooth 5.2 Dual-Mode Modules support LE Coded Phy?
Unfortunately not but it does support 2M Phy.
What is Laird Connectivity's product lifecycle EOL and PCN policy?
Laird Connectivity is committed to the long-term supply of all its standard embedded wireless modules and packaged products. Laird Connectivity’s products are specifically designed to meet the needs of the industrial and medical markets, which typically require 7 – 10 years product lifecycle. Although Laird Connectivity can’t guarantee that a component used in our products will not be obsoleted and cannot be reasonably substituted, Laird Connectivity can assure customers we will continue to sell our product when we have customer demand and can obtain the necessary components to build our products.
Become a Laird Connectivity Customer and Gain Exclusive Access to Our Design Services Team
- Antenna Scans
- Antenna selection and placement
- Custom antenna design
- Worldwide EMC testing / certifications
- Embedded RF hardware / firmware design
- Cloud architecture and integration
- Mobile application development
- Product & Industrial Design
Buy Now
Distributor | Part | In Stock | Region | Buy |
---|---|---|---|---|
Farnell | 450-00185 | 100 | EMEA | Buy Now |
Mouser | 450-00185 | 99 | North America | Buy Now |
Avnet | 450-00185 | 0 | North America | Buy Now |
DigiKey | 450-00185 | 0 | North America | Buy Now |
Symmetry Electronics | 450-00185 | 0 | North America | Buy Now |
DigiKey | 453-00171-K1 | 23 | North America | Buy Now |
Mouser | 453-00171-K1 | 16 | North America | Buy Now |
Farnell | 453-00171-K1 | 9 | EMEA | Buy Now |
Future Electronics | 453-00171-K1 | 3 | North America | Buy Now |
Avnet | 453-00171-K1 | 0 | North America | Buy Now |
Symmetry Electronics | 453-00171-K1 | 0 | North America | Buy Now |
Farnell | 453-00171C | 490 | EMEA | Buy Now |
Mouser | 453-00171C | 250 | North America | Buy Now |
Avnet | 453-00171C | 0 | North America | Buy Now |
Symmetry Electronics | 453-00171C | 0 | North America | Buy Now |
DigiKey | 453-00171R | 1998 | North America | Buy Now |
DigiKey | 453-00171R | 1998 | North America | Buy Now |
DigiKey | 453-00171R | 1000 | North America | Buy Now |
Mouser | 453-00171R | 1000 | North America | Buy Now |
Avnet | 453-00171R | 0 | North America | Buy Now |
Future Electronics | 453-00171R | 0 | North America | Buy Now |
Symmetry Electronics | 453-00171R | 0 | North America | Buy Now |
Mouser | 453-00172-K1 | 24 | North America | Buy Now |
DigiKey | 453-00172-K1 | 20 | North America | Buy Now |
Farnell | 453-00172-K1 | 10 | EMEA | Buy Now |
Future Electronics | 453-00172-K1 | 3 | North America | Buy Now |
Avnet | 453-00172-K1 | 0 | North America | Buy Now |
Symmetry Electronics | 453-00172-K1 | 0 | North America | Buy Now |
Farnell | 453-00172C | 500 | EMEA | Buy Now |
Mouser | 453-00172C | 247 | North America | Buy Now |
Avnet | 453-00172C | 0 | North America | Buy Now |
Symmetry Electronics | 453-00172C | 0 | North America | Buy Now |
DigiKey | 453-00172R | 2000 | North America | Buy Now |
DigiKey | 453-00172R | 2000 | North America | Buy Now |
DigiKey | 453-00172R | 2000 | North America | Buy Now |
Mouser | 453-00172R | 1000 | North America | Buy Now |
Avnet | 453-00172R | 0 | North America | Buy Now |
Symmetry Electronics | 453-00172R | 0 | North America | Buy Now |
Distributors
Distributor | Phone Number | Region | Website |
---|---|---|---|
Alpha Micro UK Only | +44 1256-851770 |
EMEA | Website |
Arrow Electronics | 1-855-326-4757 +44 2039 365486 |
APAC, North America, South America, EMEA | Website |
Avnet | 1-480-643-2000 +44 1628 512900 |
APAC, North America, South America, EMEA | Website |
Braemac Australia, New Zealand, South East Asia | +61 2 9550 6600 +64 9 477 2148 |
APAC | Website |
Cal-Chip Connect | 1-215-942-8900 |
North America | Website |
DigiKey | 1-800-344-4539 |
North America, South America, APAC, EMEA | Website |
EBV Elektronik | EMEA | Website | |
Farlink Technology China, Hong Kong | +86 13266922199 |
APAC | Website |
Farnell | 1-800-936-198 +44 3447 11 11 22 |
EMEA | Website |
Future Electronics | 1-800-675-1619 1-514-428-8470 |
North America, South America, APAC, EMEA | Website |
Glyn | +49-6126-590-0 |
EMEA | Website |
Jetronic China, Hong Kong and Taiwan | 852-27636806 |
APAC | Website |
Laird Connectivity | 1-847-839-6925 +44 1628 858941 |
North America, South America, APAC, EMEA | Website |
M2M Germany | +49-6081-587386-0 |
EMEA | Website |
Martinsson | +46 8 7440300 |
EMEA | Website |
McCoy South East Asia | +65 6515 2988 |
APAC | Website |
Mouser | 1-800-346-6873 +44 1494 427500 |
North America, South America, APAC, EMEA | Website |
RS Components | +852-2421-9898 +44 3457-201201 |
North America, South America, APAC, EMEA | Website |
Ryoyo Japan | +81-3-3543-7711 |
APAC | Website |
Solsta UK Only | +44 (0) 1527 830800 |
EMEA | Website |
Supreme Components International India, South East Asia | +65 6848-1178 |
APAC | Website |
Symmetry Electronics | 1-866-506-8829 |
North America | Website |
Tekdis Australia and New Zealand | +61 3 8669 1210 |
APAC | Website |
Telsys | +972 3 7657666 |
EMEA | Website |
WPG | +44 1628 958460 |
EMEA | Website |