bluetooth
Here are 2,179 public repositories matching this topic...
I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
undefined: gobot.On
Repro steps
I ran go get -d -u gobot.io/x/gobot/... (worked)
Pasted the sample listed to main.go:
package main
import (
"fmt"
"gobot.io/x/gobot"
"gobot.io/x/gobot/drivers/gpio"
"gobot.io/x/gobot/platfor
A Dockerfile for each server [ai, main] and docker-compose.yml would make development and deployment easier.
Instead of rebuilding the whole system via docker every development iteration, we would only build the parts that have been modified.
-
Updated
Jun 29, 2020 - C++
-
Updated
Jun 5, 2020 - Swift
-
Updated
Jun 13, 2020 - Java
-
Updated
Apr 28, 2020 - Swift
-
Updated
Oct 9, 2016 - Swift
Is your feature request related to a problem? Please describe.
For now there is no documentation on how to disconnect from device when it is connected after state restoration. Look at #278 for more information.
Describe the solution you'd like
Add documentation as a Wiki page
-
Updated
Apr 24, 2020 - Objective-C
-
Updated
Oct 5, 2018 - Swift
When we released Bluejay 1.0, Rob and I reviewed the API and pointed out a couple confusing names or parameters. We should do this again before locking everything down for 1.0.
Dolphin Profile
It's not an issue than a question:
I'm using this very nice project to use joy-cons on Dolphin (with this gyro server thingy)
and I'm impressed how well this works. 👌🏻
Has someone figured out a good Dolphin controller config and would share it?
(nunchuck left joy-con - wiimote right)
Pi0 devices can miss event broadcasts that announce a new master. Based on my testing this is rare and only on pi0 devices due to them barely being able to run balena-sound stack.
An option to remedy this could be adding an env var FORCE_MASTER_SERVER that:
- forces all devices on the fleet to point to that server
- disables autoconfig on stream start
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
May 24, 2020 - Perl
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Oct 10, 2019 - Swift
You should add 'not installed' section of plugins to plugin manager, so users know what plugins exist and can download them from there, or have links there...
-
Updated
May 14, 2020 - Shell
-
Updated
Jun 26, 2020 - C++
The dead zone range in the editors matches an 8bit axis. It is scaled internally according to the axis resolution of the emulated controller type.
The dead zone range in the editors should be adjusted according to the axis resolution of the emulated controller. For example the Xbox 360/One have 16bit axes for sticks.
-
Updated
Jul 5, 2020 - Python
-
Updated
Jun 19, 2020 - Go
Improve this page
Add a description, image, and links to the bluetooth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bluetooth topic, visit your repo's landing page and select "manage topics."

There is an optional
boardparam than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.