Search found 5 matches

by electronic4706
Sat Jun 08, 2024 8:11 am
Forum: General Discussion
Topic: Changing values that were been using in program from Webpage ( please ESP-IDF)
Replies: 4
Views: 759

Re: Changing values that were been using in program from Webpage ( please ESP-IDF)

You can use HTML forms to take user input and send it to the server. You can also send data back from JavaScript via XMLHttpRequest s. Values can be sent via "GET", i.e. appended to the URL, or via "POST" as data inside the HTTP request. On the server side, you then extract the data either from the...
by electronic4706
Thu Jun 06, 2024 8:49 am
Forum: General Discussion
Topic: Changing values that were been using in program from Webpage ( please ESP-IDF)
Replies: 4
Views: 759

Changing values that were been using in program from Webpage ( please ESP-IDF)

Hello,

I need a help about how can create construction on webpage for changing values that were been using in program.
I don't know which html code for input or read values on webpage. I don't know construction that need for it .

Can you help me please ?

Best regards...
by electronic4706
Sat May 25, 2024 1:43 pm
Forum: ESP-IDF
Topic: Can i install and use .pem (certificate ) file after flash esp32?
Replies: 4
Views: 748

Re: Can i install and use .pem (certificate ) file after flash esp32?

Among other options, you can store the certificate in NVS, see e.g. https://simplyexplained.com/blog/esp-idf-store-aws-iot-certificates-in-nvs-partition/ Hi, Thank you very much for link. I liked it. It shown very clearly. I read it it is you full for OTA. I would also like that i will learn OTA in...
by electronic4706
Fri May 24, 2024 6:04 am
Forum: ESP-IDF
Topic: Can i install and use .pem (certificate ) file after flash esp32?
Replies: 4
Views: 748

Re: Can i install and use .pem (certificate ) file after flash esp32?

Seems you accidentally had your caps lock enabled when typing the title. I fixed it for you. Thanks to fix if it require, I think it is rule for forum. Sorry i didn't know it. Have you any suggestion for my topic I'm curious about. I see you are administrator. So i think you may knowledge something...
by electronic4706
Thu May 23, 2024 4:06 pm
Forum: ESP-IDF
Topic: Can i install and use .pem (certificate ) file after flash esp32?
Replies: 4
Views: 748

Can i install and use .pem (certificate ) file after flash esp32?

Hello , I hope everybody is fine. Sorry, I need help. I focused the mqtt ssl example project been ready in esp-idf . However I can see I must add .pem file before compile and I must add target_add_binary_data command in CMake file. However,I want to change .pem(certificate) file when i want it after...