Hi everyone, I need to use an nRF51822 (MBH7BLZ07-109033) mounted on a custom board.
I want to develop my firmware application on the custom board in such a way I can use the bluetooth to send some data wirelessly to a PC: basically, I want extend an UART peripheral via wireless that is on the custom board, in order to implement a bluetooth com port to exchange some data wirelessly.
I am NOT USING any hardware development kit, I am using this module MBH7BLZ07-109033 by Fujitsu based on nRF51822 directly mounted on my custom board. The connection between the custom board and the bluetooth module is via UART.
Is there any simple example that is helping me to establish a connection with the PC and sending some "Hello world" string from my UART peripheral via bluetooth to the PC in a transparent way?
Best regards, Riccardo