I'm trying to build a heart rate monitor using ESP-01. The code compiles and uploads well but once uploaded, in the serial monitor it shows the following. It keeps repeat CIPSEND and CIPCLOSE over and over. What could cause this? Could it be faulty hardware or is it a problem with the code?
AT+CIPSTART="TCP","184.106.153.149",80
AT+CIPSEND=29
AT+CIPCLOSE
AT+CIPSTART="TCP","184.106.153.149",80
AT+CIPSEND=29
AT+CIPCLOSE
AT+CIPSTART="TCP","184.106.153.149",80
AT+CIPSEND=29
AT+CIPCLOSE
AT+CIPSTART="TCP","184.106.153.149",80