Is it possible to connect the HC-05 bluetooth module to the CYPD3120?

Announcements

Live Webinar: USB-C adoption. Simple & Cost-efficient solutions | April 18th @9am or 5pm CEST. Register now !

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NaMe_2085021
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

Hello everybody,

Please answer the following questions:

Is it possible to connect the HC-05 bluetooth module to the CYPD3120?

If so, could you give an example of the code?

With best regards

Nazar Melnichek

0 Likes
1 Solution

Hi Nazar,

Yes, I checked the datasheet and it should be possible to connect the HC-05 bluetooth module over the UART interface. You could add a SCB configured with the required parameters for the UART interface and assign the appropriate pins in the CCG3 firmware.

For example, you could add the following code in main()-

    UART_Start();

    UART_UartPutString("In main function\t\n");

For more information on the UART APIs, please refer to the SCB component datasheet in PSoC Creator.

Best Regards,
Sananya

View solution in original post

0 Likes
4 Replies
Sananya_14
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello Nazar,

Could you please show a block diagram showing the interfaces you wish to connect? Please note that there are no examples currently on this for CYPD3120.

Best Regards,

Sananya

0 Likes
lock attach
Attachments are accessible only for community members.

Hi Sananya,

Attached a block diagram.

Best Regards,

Nazar

0 Likes

Hi Nazar,

Yes, I checked the datasheet and it should be possible to connect the HC-05 bluetooth module over the UART interface. You could add a SCB configured with the required parameters for the UART interface and assign the appropriate pins in the CCG3 firmware.

For example, you could add the following code in main()-

    UART_Start();

    UART_UartPutString("In main function\t\n");

For more information on the UART APIs, please refer to the SCB component datasheet in PSoC Creator.

Best Regards,
Sananya

0 Likes

Hi Sanaya,

Thank you, for your quick feedback.

Best Regards

Nazar

0 Likes