2018-05-08 12:37 PM
I have built and downloaded the FP_IND_PLCWIFI1 project to the NUCLEO-F401RE board using the IAR version.
I am able to connect to the WIFI, but when sending a project from the ST-PLC-Android app, a failure occurs:
What does this error mean?
Is there a work around?
Thanks,
Dave
#plc #fp_ind_plcwifi1 #st-plc-android2018-05-09 08:10 AM
Hello Dave,
Based on the error message, seems that the configuration you want to program is not correct.
Please could you share a print screen of the configuration you want to program?
Thanks
Regards
Massimo
2018-05-09 10:51 AM
Massimo,
Here is a screen shot of the program I was trying to download:
Is there a document that explains the ''Send Project'' errors?
Thanks,
Dave2018-05-11 07:00 AM
Hello Dave,
The error is related to the network decoding, but based on the image seems that the net is OK, maybe there is something wrong in the component position or in the assignment of the component identification label.
To get more detailed information on how to use the app, you can download the
UM2284
and other useful documentation from our websitePlease let me know if you will still have other issues after the user manual check
Thanks for contacting us
Best regards
Massimo
2018-05-16 07:59 AM
Massimo,
The manual was not particularly helpful as it does not list any error codes.
However, I believe that error was caused by an incorrect 'Configuration type' selection: as you can see above, I had 'X-NUCLEO-PLC01A1' selected, but my actual configuration is 'X-NUCLEO-PLC01A1 + X-NUCLEO-OUT01A1'. The project works fine with the correct Configuration type.
Thanks,
Dave
BTW: I'd like to know if the 'Android ST-PLC App' project is available. We are interested in making some additions.
2018-06-06 02:26 AM
Hello Fellow,
I ve been working with the extension board FP_IND_PLCWIFI and trying to integrate the middelware in another project. The issue that I m facing with is that there is no docu/description regarding the frame format of the wifi. Also the code in the middelware hasnt enought comments.
Cheers
Simo
2018-06-08 04:44 AM
Hello Dave,
Unfortunately the 'ST-PLC App' source code is not available .
Do you have in mind to start with some project starting from our HW solution?
Best regards
Massimo
2018-06-08 04:49 AM
Hello Simo,
which kind of issue did you find for the integration?
The WiFi protocol is managed by our library, so regarding which part of middleware did you face issue?
Best regards
Massimo
2018-06-19 10:27 AM
Massimo,
Yes, we are investigating the use of this system as a PLC for use in some of the projects we design.
~Dave