The Wayback Machine - https://web.archive.org/web/20200912190752/https://github.com/topics/bluetooth
Skip to content
#

bluetooth

Here are 2,305 public repositories matching this topic...

averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

balena-sound
tmigone
tmigone commented Mar 24, 2020

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

Improve this page

Add a description, image, and links to the bluetooth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bluetooth topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.