Search found 8 matches
- Tue Jul 02, 2024 12:03 pm
- Forum: ESP-AT
- Topic: Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32
- Replies: 3
- Views: 5514
Re: Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32
Ok thank you for your response, using AT+SYSMFG i am trying to write client.cert,i used Arduino serial port for write the data, using AT+SYSMFG=2,"client_cert","client_cert.0",8,1164 i write the data, after write data when i read data using AT+SYSMFG=1,"client_cert","client_cert.0",I read below data...
- Fri Jun 14, 2024 12:24 pm
- Forum: ESP-AT
- Topic: Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32
- Replies: 3
- Views: 5514
Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32
Using ESP32 Flash Download Tool Download v3.2.0.0 ESP32-WROOM-32-AT-V3.2.0.0.zip in ESP 32 wroom 32, After when give AT+SYSFLASH? then we are able to see only two 2 partition not able to see Mqtt client server partition,in 0x37000 address we are try to write the Mqtt cert but we are not able to writ...
- Tue Jun 11, 2024 3:40 am
- Forum: ESP-AT
- Topic: Replace or add all three MQTT Certificate on ESP32 using AT Command
- Replies: 2
- Views: 3697
Re: Replace or add all three MQTT Certificate on ESP32 using AT Command
Hello every one,
Please give me advice using AT Command how i can update or Replace MQTT Certificate
Please give me advice using AT Command how i can update or Replace MQTT Certificate
- Fri May 31, 2024 3:58 am
- Forum: ESP-AT
- Topic: Replace or add all three MQTT Certificate on ESP32 using AT Command
- Replies: 2
- Views: 3697
Replace or add all three MQTT Certificate on ESP32 using AT Command
I used ESP32 module and using Mqtt AT Command i Communicate with ESP 32,
I want to update the mqtt Certificate on ESP32 using AT Command so how i can do this?
or using AT Command can we update the mqtt Certificate?
or we used another method to update the mqtt Certificate on ESP32?
I want to update the mqtt Certificate on ESP32 using AT Command so how i can do this?
or using AT Command can we update the mqtt Certificate?
or we used another method to update the mqtt Certificate on ESP32?
- Wed May 29, 2024 7:30 am
- Forum: ESP-AT
- Topic: Require Wifi code for station mode connect with Router using MQTT AT Command
- Replies: 3
- Views: 5601
Re: Require Wifi code for station mode connect with Router using MQTT AT Command
Hii,
Thank you for response,
So how i can Replace or add all three MQTT Certificate on ESP32 using AT Command?
Thank you for response,
So how i can Replace or add all three MQTT Certificate on ESP32 using AT Command?
- Mon May 27, 2024 4:50 am
- Forum: ESP-AT
- Topic: Require Wifi code for station mode connect with Router using MQTT AT Command
- Replies: 3
- Views: 5601
Require Wifi code for station mode connect with Router using MQTT AT Command
I have utilized the ESP32-DevKitC and aim to configure the ESP32 as a station mode using mqtt to establish communication with a Router. Also Mobile App is connect with router using MQTT so I want to publish and subscribe a topic using esp 32 , I want to used "test.mosquitto.org" MQTT BROKER'S so Cou...
- Wed Mar 27, 2024 11:31 am
- Forum: ESP-AT
- Topic: Require Wifi code for soft AP using AT Command
- Replies: 3
- Views: 5661
Re: Require Wifi code for soft AP using AT Command
Hii,
I Used TCP-IP AT Examples TCP Server.
Using AT+CIPSEND send the data to the client,
But how TCP server receive data when client send?
Is there any AT command to receive the data?
I used hercules.hex TCP Client for send and receive the data?
I Used TCP-IP AT Examples TCP Server.
Using AT+CIPSEND send the data to the client,
But how TCP server receive data when client send?
Is there any AT command to receive the data?
I used hercules.hex TCP Client for send and receive the data?
- Fri Feb 23, 2024 9:43 am
- Forum: ESP-AT
- Topic: Require Wifi code for soft AP using AT Command
- Replies: 3
- Views: 5661
Require Wifi code for soft AP using AT Command
I have utilized the ESP32-DevKitC and aim to configure the ESP32 as a Soft AP to establish communication with a mobile application. Could you please provide me with a step-by-step guide using WiFi AT commands for the ESP32.