Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Interfacing Bluetooth with de10 nano

Durga_Praveen_Kumar
614 Views
How to interface HC-05 Bluetooth module with de10 nano?
0 Kudos
1 Reply
ak6dn
Valued Contributor III
596 Views

Those modules have a simple 8 pin connector.

Two power lines, four status/enable lines, and a UART RX/TX pair.

So four GPIO pins and two (RX/TX) lines for a standard 9600/38400 baud asynchronous UART module.

So you will have to implement some logic on the FPGA side (UART, GPIO ports) and tie it into the processor side of the DE10-NANO.

 

Capture.JPG

0 Kudos
Reply