John Price
John Price
I'm not sure how to pull an item out of the middle of the buffer, but you can choose whether or not to process an item at the time it's...
I’m not sure what your data structure looks like, but if you have the option, you might consider using a ‘toBeProcessed’ flag on each entry that you could toggle on...
> I have had the same problem. I am using MKR WAN 1310 and have the TTN indoor gateway (in the same room). joinOTAA works for me intermittently. The problem...
I know this is an old post, but I think I found the problem. The current code in the repo has a memory leak in: BLEAdvertisedDeviceCallbacks(). ``` class MyAdvertisedDeviceCallbacks: public...
Hi Andreas. No problem! I never forked the whole repo, 'just grabbed some bits out I needed. Here's my version of the class in question: ``` class MyAdvertisedDeviceCallbacks: public BLEAdvertisedDeviceCallbacks...
Hi @MertGurdogann I'm sorry, but my fix probably wont help much with your "connect" issue. I just fixed a memory leak in the routine that scans advertising messages. (My application...
@SensorsIot No problem! Happy to be of some use after all the great stuff you've given us. :) On 9/6/2021 1:08 AM, SensorsIOT wrote: > > I added the line...
Hi. Anyone have any thoughts on this issue? Connecting to one device works great, but I'd also like to make multiple Bluetooth classic connections to devices so I can aggregate...
> I haven't tested connecting multiple BLE devices simultaneously but I was able to pull data from different sensors by cycling between disconnecting and connecting to the address of the...
> Hello, are you able to test your issue on development version [2.0.3-RC1](https://github.com/espressif/arduino-esp32/releases/tag/2.0.3-RC1) to check if this is still valid? ... Thanks, @VojtechBartoska . I'll give it a try once...