bluetooth-le
Here are 189 public repositories matching this topic...
-
Updated
Oct 10, 2019 - Swift
-
Updated
May 26, 2020 - Java
-
Updated
May 14, 2020 - Shell
-
Updated
Nov 15, 2019 - Java
-
Updated
May 13, 2020 - Swift
-
Updated
May 26, 2020 - C++
-
Updated
Feb 26, 2020 - Python
-
Updated
May 2, 2020 - Java
Beta Documentation
I've been using the beta version of this plugin for a bit and I'm noticing a fair amount of divergence between the Readme in the readme-2x branch and the way the plugin actually works.
Is there a more up-to-date document? If not, @EddyVerbruggen do you have a problem with a PR with some updated the documentation based upon some of the things I've noticed?
Here are a few points I've noticed:
The documentation says to use BluetoothLowEnergyAdapter.InitActivity( this ); in OnCreate but this initActivity doesn't exist. The example code is as follows:
protected override void OnCreate( Bundle bundle )
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate( bundle );
UserDialog
-
Updated
Apr 9, 2019 - Java
-
Updated
Apr 27, 2020 - Python
-
Updated
Nov 15, 2017 - Swift
-
Updated
May 8, 2020 - JavaScript
-
Updated
Mar 3, 2020 - Python
-
Updated
Jul 23, 2019 - JavaScript
-
Updated
May 28, 2020 - C#
-
Updated
Apr 26, 2020 - C++
-
Updated
Dec 5, 2018 - C
-
Updated
Feb 6, 2020 - Java
-
Updated
Nov 9, 2019 - Java
-
Updated
Nov 8, 2017 - C#
-
Updated
May 12, 2020 - Java
-
Updated
Sep 30, 2017 - Java
-
Updated
Mar 5, 2020 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Sep 27, 2016 - Swift
Improve this page
Add a description, image, and links to the bluetooth-le topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bluetooth-le topic, visit your repo's landing page and select "manage topics."


I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
Repro steps
I ran
go get -d -u gobot.io/x/gobot/...(worked)Pasted the sample listed to main.go: