Dan Steinman

Results 11 comments of Dan Steinman

Unfortunately it looks like this library does not work on the nRF52840. I receive this error while compiling: ``` Arduino: 1.8.9 (Mac OS X), Board: "SparkFun Pro nRF52840 Mini, s140...

Is there an example of how to use Pion as BOTH the server and the client (for audio only calls, and no web browser involved)? I've just about exhausted all...

> > Is there an example of how to use Pion as BOTH the server and the client (for audio only calls, and no web browser involved)? > > I've...

Thanks, I've upgraded my version gcc and tried more on both Mac OS and Ubuntu, but still cannot compile for different reasons. On Ubuntu Linux (12.04) with GCC 4.7.3 I...

The peripheral-explorer.js was the most helpful for my situation and here is the result when connecting my device: ``` (node:19638) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability...

I've been able to locate the probable cause. https://github.com/noble/noble/blob/master/lib/hci-socket/gatt.js ``` Gatt.prototype._queueCommand = function(buffer, callback, writeCallback) { this._commandQueue.push({ buffer: buffer, callback: callback, writeCallback: writeCallback }); if (this._currentCommand === null) { while...

I would love to do so but unfortunately BluetoothHciSocket doesn't compile for me on the main codebase at https://github.com/noble/noble ``` binding.target.mk:99: recipe for target 'Release/obj.target/binding/src/BluetoothHciSocket.o' failed make: *** [Release/obj.target/binding/src/BluetoothHciSocket.o] Error...

I'm on v10.15.3 on my Pi at the moment, and pretty sure it failed with v8 as well. There's already bugs posted on the main repo, and I just posted...

I should have updated this. I was able to avoid this problem by migrating my Arduino firmware to use Adafruit's Bluefruit BLE library rather than the "old" BLEPeripheral library which...