Matthew

Results 52 comments of Matthew

@chegewara Thanks, I will try to root down the problem on my code then. I fear it might be iOS because as I search through similar errors with other boards...

@chegewara I still have not been able to find out why I get random disconnects on my iphone.... I have updated to the new library, and added updateConnParams: ` pServer->updateConnParams(param->connect.remote_bda,...

@chegewara Thanks for all the help! Really appreciate it. From my end, what I see everytime before disconnection event is that it looks like there is some sort of stuttering...

I did expand looking at other ble modules to see if they have the same problem and some do have public issues, but someone posted a solution for an NRF...

I have tried all three options: ``` void onConnect(BLEServer* pServer, esp_ble_gatts_cb_param_t *param) { pServer->updateConnParams(param->connect.remote_bda, 0x01, 0x90, 0, 800); deviceConnected = true; }; ``` I also put the following at the...

@chegewara Changed the settings to match as far as I can tell with no more success. I did notice that everytime I use the "reset" button or software "reset", the...

There have been a few times where I have searched docs and had been pointed to somewhere else in docs. I feel like sometimes it can be tricky to find...

Ok - I do have indirect access to a computer with a gpu. Let me try and look around the code etc... If you have any advice lmk.

A current workaround for me is to append "/" to the end of the "getDirectory" function. Sadly this puts a double slash in the url, but it still works in...