Bluetooth Low Energy Peripheral

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello, good afternoon. You can implement a Peripheral application using C # code for Bluetooth Low Energy. Is there any reference?

0 Likes
1 Solution

The BCM20702 is not a "WICED-Smart" evaluation board/device that is supported by the SDK, but instead is a Dual-Mode Bluetooth device typically plugged into a Windows Machine to add Bluetooth connectivity.


You need to use SDK1.1.0 and acquire a BCM20732 based evaluation board.


or You need to use SDK 2.0.1 and acquire a BCM20736/20737 based evaluation board.


Check the partners page on the forum.

View solution in original post

5 Replies
Anonymous
Not applicable

Hello


Please see the hello_sensor app in the SDK examples.


Let me know if this helps.


JT 

0 Likes

Note that this is all in C and uses the WICED Smart SDK. You cannot write code in C# for the 2073x.

Anonymous
Not applicable

Downloaded WICED-Smart-SDK-2.0.1-IDE-Installer and WICED-Smart-SDK-2.0.1.

And the two were given in buil make the hello_sensor. The dongle that is with me is

The BCM20702 Bluetooth 4.0 USB Device. When compiling the make is shown the following error:

WICED-Smart-SDK-2.0.1-IDE-Installer

Detecting device...

+------------------------------------------------------------------------------------------+

| No BCM20737 detected                                                                     |

| 1. Verify the BCM20737 tag is connected _AND_ powered                                    |

| 2. Verify SW2 and SW3 switches are towards Vusb and Vreg respectively and all SW4        |

|     switches are set to ON                                                               |

| 3. Press the reset button on the tag and retry                                           |

|                                                                                          |

| If this problem persists, the EEPROM on the tag may be corrupted                         |

| Please see Appendix D in the Quick Start Guide for recovery instructions                 |

+------------------------------------------------------------------------------------------+

Download failed. This version of the SDK only supports download to BCM20732A1, BCM20736A1 and BCM20737A1 devices

WICED-Smart-SDK-2.0.1

Detecting device...

+------------------------------------------------------------------------------------------+

| No tag detected                                                                          |

| 1. Verify the tag is connected _AND_ powered                                             |

| 2. Verify SW2 and SW3 switches are in the UP position and all SW4 switches are set to ON |

| 3. Press the reset button on the tag and retry                                           |

|                                                                                          |

| If this problem persists, the EEPROM on the tag may be corrupted                         |

| Please see Appendix D in the Quick Start Guide for recovery instructions                 |

+------------------------------------------------------------------------------------------+

Downloading application...

**** Download failed - Press the reset button on the device and retry ****

In short, I can not even compile in both scenarios

0 Likes

The BCM20702 is not a "WICED-Smart" evaluation board/device that is supported by the SDK, but instead is a Dual-Mode Bluetooth device typically plugged into a Windows Machine to add Bluetooth connectivity.


You need to use SDK1.1.0 and acquire a BCM20732 based evaluation board.


or You need to use SDK 2.0.1 and acquire a BCM20736/20737 based evaluation board.


Check the partners page on the forum.

Thanks.

Both boards are shown on this document: BCM2073X Product Portfolio (Module and Evaluation Board Overview)

Our distribution partners should have both in stock.

0 Likes