bluetooth
Here are 2,130 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
May 13, 2020 - C++
-
Updated
Feb 21, 2020 - Swift
-
Updated
Feb 27, 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
May 24, 2020 - Perl
Describe the bug
I have installed a few Raspberry Pi's (3B+ and Zero W) and they are randomly crashing after a few hours, rendering them inaccessible via SSH and not reporting states.
To reproduce
Install following the docs
Relevant configuration
global:
instanceName: bryggers
integrations:
- homeAssistant
- bluetoothClassic
homeAssistant:
mqttUrl: 'mq
-
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
Feb 29, 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.
I just fixed a problem that would manifest differently on every platform on which I tried it. Upon a quick browse of open issues, I think this covers at least #218 and #196.
Basically, it turned out that it's necessary to call ICharacteristic.StopUpdatesAsync() for every ICharacteristic.StartUpdatesAsync() before calling IAdapter.DisconnectDeviceAsync(). I suggest making the de-registering of t
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.