Ok. Code works good. i have changed in code tx/rx to 0,1 pins.
But I have the same situation as here > ESP8266 connection on Arduino RX / TX Ports ( Ports 0 / 1 )
“PROBLEM:
In the event I have to update my sketch on Arduino, this won’t work with the above connection as RX / TX (Ports 0/1) are connected. To upload a sketch I HAVE TO remove cables from ports 0/1…
On my project disconnecting these cables is extremely complicated… so in general not an option”
I will check 10 and 11 pins on arduino…
On 10/11 works good…
Testing baud 9600
Arduino send = AT
BLE reply = OK
Found BLE baud rate 9600
Arduino send = AT+NAME?
BLE reply = OK+Get:gavron04
Arduino send = AT+BAUD?
BLE reply = OK+Get:0
Arduino send = AT+MODE?
BLE reply = OK+Get:2
Arduino send = AT+PASS?
BLE timeout!
Arduino send = AT+VERS?
BLE reply = OK+Get:HMSoft V121
Arduino send = AT+RADD?
BLE reply = OK+RADD:49E9833XXXX
Arduino send = AT+ADDR?
BLE reply = OK+LADD:000E1702XXXX
Arduino send = AT+TYPE?
BLE reply = OK+Get:0
Arduino send = AT+POWE?
BLE reply = OK+Get:7
Arduino send = AT+NOTI?
BLE reply = OK+Get:0
Arduino send = AT+NOTI0
BLE reply = OK+Set:0
Waiting for remote connection…
How to make code with working TX,RX pin on arduino?
I would like to control by phone my board like:
phone > press vol up on blynk > send vol up via blynk to hm-17 > from hm-17 by tx/rx pins to AVR > from AVR to digital pins?