I am working on a project, where I need to have a wireless (preferably blue-tooth) keyboard connection, between a PC working as a transmitter, (for user's typed info) and a remote passive board working as a receiver.
The receiver board has no OS, uC/uP and thus cannot have any drivers/firmware for the receiving BT module. The keyboard data (in HID format) could be collected from the receiving module, whether it is available in serial or parallel(preferred) format.
I would also prefer range of at-least 10 meter, more the merrier. Kindly advice the best (again preferably the :-) easiest) solution to implement.
From my head-scratching so far, it seems on the PC side things would be simpler, though it's not yet clear, how would I configure the BT module to act as an HID transmitter. Also how would I be able to config the receiving BT module to act like an HID receiver, given that I can't have drivers, uC/uP, OS etc.
I am assuming that the keyboard data would be available in HID format, though I would prefer it was also directly available in ASCII format. Any off-the-shelf solutions would be ideal.
Many thanks