HC-06 no AT reply

Hey I am trying to follow a project:

https://create.arduino.cc/projecthub/mjrobot/connecting-stuff-via-bluetooth-android-arduino-d0b8f1

I am not receiving anything from the HC 06, no OK when sending AT. This project is pretty similar to what I am trying to do but falling at the first hurdle.

I have tried a logic level converter but still no success. Anyone any ideas or something I could possibly try?

Hi,
HC-06 Information, Utility sketch HERE

Had a look this seems to be for hc-05?

Had a look this seems to be for hc-05?

HC-05 As I understand it, is very similar to HC-06 but cannot be a Master in a link...

Procedure for configuring HC-06 is indeed quite different from HC-05. There are some notes here:

http://www.martyncurrey.com/arduino-and-hc-06-zs-040/

Note, commands to be in upper case and do not use carriage return and new line (\r\n) characters.

You only need a 1k/2k divider on the Arduino Tx pin, nothing more.