Skip to content

multiple addHID instance problem #137

Open
@claudioarduino

Description

@claudioarduino

Hi all, I try to use the HID_test example from arduino-BLEPeripheral library for interfacing with my IPhone. The problem is that The program work properly if I instance only one addHid:
bleHID.addHID(bleMultimedia);
but when I try to add the keyboardHID:
bleHID.addHID(bleMultimedia);
bleHID.addHID(bleKeyboard);
The system does not work, it seem in loop in setup() function or the system in in continous reset.
If somebody had this kind of problem, please help me.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions