HC-05 not connecting to MIT App (Error 507)

I used NerdCave tutorial on youtube and when I tried connecting it to the phone it shows the Error 507: Unable to connect is the device turned on?

We already used different devices and it’s always says the Error 507

Please help. Thank you

BTW, I used RPi Pico for this

507 usually happens when you leave a Clock Timer enabled and it sends data without checking if it is connected yet.

Show all the blocks, and post an exported aia file too for good measure.

this is the .aia I used (from NerdCave)
Raspberry_Pi_Pico_Tutorial.aia (10.1 KB)

here is the screenshots of the blocks





I was wondering if the problem is on the phones we used

I can't look at your aia till tomorrow

In the meantime, post your ino sketch file and try using a Bluetooth terminal app from the play store to test your sketch with out the AI2 app.

Since you're using a Raspberry and not a genuine Arduino with a HC05, how have you connected the HC05 to the RPi ? Can you post also (in addition to your RPi code, as @ABG has already asked for) the schematic diagram of the connection ?
Cheers.

I don't see any problems in your aia export that would cause a 507 error.
Try the other suggestions, the Bluetooth terminal app and posting the sketch code.