I have a bluetooth module HC-06 and want to pair it to my Arduino UNO. The thing is when I researched how to do so, I got different answers. What pairing should I use? Thank you in advance. I have highlighted the differences.
First version: https://www.instructables.com/id/Add-bluetooth-to-your-Arduino-project-ArduinoHC-06/
HC-06>>>Arduino
VCC>>>>3.3v
GND>>>>GND
TXD>>>>RXD
RXD>>>>TXD
Second version: http://42bots.com/tutorials/hc-06-bluetooth-module-datasheet-and-configuration-with-arduino/
HC-06 <<>> Arduino
HC-06 Ground GND <<>> GND
HC-06 VCC pin <<>> 5v
HC-06 TX/TXD pin <<>> Arduino RX
HC-06 RX/RXD pin << resistors >> Arduino TX
[![enter image description here][1]][1]
[![enter image description here][2]][2]