melvyniandrag

Results 11 comments of melvyniandrag

I'm not sure this qualifies as an issue, this is a question. I don't have this chip to experiment with, so I can't help you out. Were you able to...

Just glanced at this issue. The base function call doesn't work for me either, not sure why. I had to add a function ``` BLETypedCharacterisitc::setValue( const unsigned char* arr, unsigned...

OK just banged together something that seems to work but I have no idea if it's stable. https://github.com/melvyniandrag/arduino-BLEPeripheral See examples/longCharacteristic and src/BLECharArrayCharacteristic.* from commit 6ad9f8d . It working now, but...

It seems to be working for me with only changing the requirements file. I'm not going to have any free time for the next few weeks because of work and...

Hi @Rickedb yes exactly that. Any format really, json, csv, anything. For now I've got stuff like this: ``` String ret = ""; ret += "MID0001 - Start Communication" +...

Hello everyone thanks for the info. Forgot to reply that your solutions solved the issue for me. I just had the issue again and sure enough I had to bump...

Hello, I am having this issue when the CollectionView when I have the collectionview inside a scroll view. To make my apps responsive I usually put a ScrollView in my...

Issue is apache or https configuration. Looking into apache2 config now to see if it's reasonable to patch and PR. probably not.

Abandoning this for now. Hope to circle back in the near future.

Just checked out the final version of the project to see if this is fixed in a later video and its still crashing.