0

I have a question regarding the capability of the combination of different chips.

We have a PIC16F1824 microchip controller, is it possible to connect this with the bluetooth module from http://www.microchip.com/pagehandler/en-us/technology/bluetooth and read data from a chip, which is connected with this microchip controller?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Tim Lodder
  • 271
  • 2
  • 5

1 Answers1

0

Yes, both the PIC and the bluetooth module have a UART interface. The only thing you need to be careful of is if they use the same supply voltage. If not, look through the data sheets to ensure that the I/O pins on both devices will tolerate the I/O voltage mismatch. The most common case is a 3.3V device with inputs that are not tolerant of 5V logic.

Joe Baker
  • 235
  • 1
  • 8