Hello,
I try install Mosquitto TLS but what is the good place in the MQTT Component to add the Server Certificate CA.CRT file, Client Certificate Client.CRT file and the Client Key Client.KEY file ?
Thank you.
Search found 100 matches
- Wed May 07, 2025 8:11 am
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
- Tue May 06, 2025 11:21 am
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Hello Steve,
I do it.
Thanks.
EDIT: I created a backup of my FC10 computer and I updated the library with check of files. The MQTT Component of Pc App work fine now
Probably, I will add the MQTT Component in my Embedded project when I will add the ESP.
I do it.
Thanks.
EDIT: I created a backup of my FC10 computer and I updated the library with check of files. The MQTT Component of Pc App work fine now
Probably, I will add the MQTT Component in my Embedded project when I will add the ESP.
- Mon May 05, 2025 12:45 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Capture d’écran 2025-05-05 135049.png EDIT: I find "GetPayload" but don't work, I investigate ... Connect is OK, Subscribe "topic" is OK, GetPayload without data in "result" and "val" var. I opened the SCADA_MQTT.fcx file, we must also use MQTT::Read before G...
- Sun May 04, 2025 11:17 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
I add the mqtt in my Pc App project but I can't see MQTT::Read function in the MQTT Component of Pc App. If I understand good, I need of this function to check message update. Capture d’écran 2025-05-05 002229.png If I check the MQTT Component of the Wiki, I have not MQTT::Read function. How to foll...
- Wed Apr 30, 2025 7:48 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Nice sound. I think add responsive function. We can also define one html page per device. I progress good, I will send you my Web App project this WE. Thanks. EDIT: I find why I have not the charts and the gauge, I must have web on line. I will create a new page for the charts but before I will crea...
- Tue Apr 29, 2025 6:20 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Thanks Steve. Mozilla Firefox stay a very popular web browser. EDIT: I used the JS windows to convert my ascii string return value in string number. It's very perfect. With the USB Com I can design a light Web App to drive my device :) NOTE: I tried add Charts and Gauge but not visible in the web br...
- Tue Apr 29, 2025 5:11 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
I just tried with Chrome, the Request function work fine. After that I sent cmd packet to set a value, work fine. also I display the return value by the device. I am very happy, now I can connect my device to the Web App :) I will design a light version of my Pc App with only control and feedback. I...
- Tue Apr 29, 2025 4:04 pm
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Hi Steve,
Thank you so much for your answer.
I use often Mozilla Firefox but I will try with Chrome tonight.
The Windows driver is the cdc driver provided by Microchip.
Thank you so much for your answer.
I use often Mozilla Firefox but I will try with Chrome tonight.
The Windows driver is the cdc driver provided by Microchip.
- Tue Apr 29, 2025 9:47 am
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
In fact I don't understand how select the number of the Port Com with this component. If I understand good, the "RequestPort" function select the port number per VID / PID. I restricted the list to obtain connection only with my VID PID in the Filter properties. But with or without this pa...
- Tue Apr 29, 2025 9:29 am
- Forum: App Developer
- Topic: Embedded device controlled from the Web without ESP
- Replies: 22
- Views: 14421
Re: Embedded device controlled from the Web without ESP
Hi, I tried Serial COM Port example Web App the last night, but it don't work. I have error message "Serial not available" in the console. I added Text to see the result of the Request button but I obtain only "object Promise" message. As this component is only a Beta version I d...