Hi,
I'd like to use WiFi interface in my project, but I found some problem.
Before editing my project I tried to modify the "Web Server" example project.
Because the WiFi interface needs RTX5 RTOS, first of all I changed my project migrating from RTX to RTX5 RTOS following the RTX Migration Guide.
I implemented only the "Level 1 Migration - Upgrade to RTX5 on API v1", but at the moment I think it is enough for my test.
After the migration process I compiled the project and all was ok, and also the project runs without errors.
After that I integrated the WiFi interface in my project.
Starting from the "Web Server" example:
At the end of this integration process, it was possible to compile the project and all was ok, but when I tried to test the project I found an error during the execution of the "netInitialize()" function:
The netInitialize() function fails with the NET_ERROR_CONFIG erorr.
Could someone help me to understand if I miss something in project configuration?
In the follow you can find configurations about Network and WiFi
Thanks,
Giovanni.
I'm not aware of support for any other WiFi modules with bypass mode at this point.
Maybe you first find a suitable WiFi module with USART interface that supports bypass mode and implement the WiFi driver. You could just implement the bypass (transparent) mode without sockets which would simplify the driver development.