Search found 1 match
- Tue Aug 15, 2023 2:49 pm
- Forum: ESP-AT
- Topic: Post json using AT commands
- Replies: 1
- Views: 6701
Post json using AT commands
Hello everyone I want to send a single json buffer to a local server using STM32 with esp8266 using AT commands, the esp connect successfully to the wifi but I receive nothing on the server. when I did sime debugging and see the esp response it gave me this: AT+CIPSTART="TCP","192.168.137.1",5000" E...