wiesener

Results 9 issues of wiesener

Hi, is there a version of msgpack which only uses stack and no heap? We need it for a embedded medical device where heap allocation is prohibited. Thanks C.W.

I guess I've missed something during the setup but the mouser API keys are not working in my place. I've added the search API key to the appsettings.json and restart...

It takes up to 10 seconds to connect to an peripheral device while the same device can be connected in less than 200 ms in iOS. What could be the...

I've measured the duration of sending one packet of 8 bytes to the peripheral with the code below: auto tick = boost::posix_time::microsec_clock::local_time(); this->nus_char_tx->write_value(buffer); auto now = boost::posix_time::microsec_clock::local_time(); boost::posix_time::time_duration diff =...

Hi I would like to connect to more than one BLE device via tinyb. My current workflow is the following: // First device manager = BluetoothManager::get_bluetooth_manager(); manager->start_discovery() auto foundServices =...

Hi, I am using the tinyb library successfully under my Linux VM and it runs like a charm. So far thanks for it. Do you have plans to port the...

Hi, we are using self hosted docker-jitsi. We are all using it via Chome on MacOS. One college has always the issue that he periodically is kicked out / freezed...

Hi, I've just tried your custom booloader example on a nucleo l073RZ with system workbench and it always fails with a HardFault: 0xfffffffe () at 0xfffffff9 __register_exitproc() at 0x8003862 atexit()...

Hi, I used the BMX055 and set the Gscale to 2000 dps. But when I integrate the rate at 50 Hz I get always a doubled error with the sensitivity...