pidou46

Results 17 comments of pidou46

You also get my cheers. Keep going good work

+1 Yes it's a must have feature for me also. Keep going good work...

Thank you for your answer. I have two board with different revision. For one of it it's obvious I see the circuit make a Y and it's easy two understand...

My board is T8 V1.1 Here is what I think I have to do: ![image](https://user-images.githubusercontent.com/19211942/97713125-b4d70c00-1abf-11eb-8e20-72b2419a2ca6.png) Are you agree ?

Thanks for the workaround, I will test it soon.

@mishbahr I would aperciate if you could merge this PR, to avoid loosing this usefull feature for django-cms.

Hi, I have started to investigate: Here is an extract of the error message: ```Advertiser created: Joystick with services: [UUID(0x1812)] Server started Started advertising Central connected: 0 MTU exchanged: 23...

I have tried to add a elif clause for IRQ_GATTS_READ_REQUEST event, and make it "gatts-write" zero back to the client to accept the read, but I dont know which "value...

I give it a try, but I get the following error: ```Unhandled exception in IRQ callback handler Traceback (most recent call last): File "hid_services.py", line 328, in ble_irq TypeError: object...

I have changed to: ```self._ble.gatts_write(attr_handle, bytearray(0))``` And I get no more error, but does it works ? I have to make tests.