Page 1 of 1

Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 21 May 2020 14:47
by Darklakebridge78
Hello everyone!
Is the "Network Wifi library" compatible with PIC24EP512GU810 and PIC32MX460F512L MCUs? My question arises from the fact that by testing them on EasyPic Fusion V7 with WiFi Plus Click mounted in MikroBus slot 1, none of the MCUs passes the InitWifi routine ...

The trouble seems to have happened here ... :cry:

Code: Select all

  while(response <> 0)
    response = Net_Wireless_MCW1001_SetMode(_NET_WIRELESS_MCW1001_CP_1, _NET_WIRELESS_MCW1001_MODE_INFRASTRUCTURE)
  wend
The "response" variable returns always "100", as if the Wifi Plus Click was not mounted on the card ...

I state that I tried all the necessary baud rates on the serial (19200,115200) to no avail and the interrupt routine increases the Net_Wireless_MCW1001_Time variable at a rate of one second ...

Is it possible that the wifi library is not compatible with these two MCUs? :?

Thanks for your help!

Re: Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 26 May 2020 08:33
by Darklakebridge78
Mikroe, no suggestions? :cry:

Re: Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 11 Jun 2020 10:52
by jovana.medakovic
Hello,

You should be able to use Network Wifi Library with these MCUs.
Can you zip and send me your project, so I will test it?

Kind regards,
Jovana

Re: Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 03 Sep 2021 10:37
by Darklakebridge78
I solved my problem. Thanks so much! :-)

Re: Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 07 Sep 2021 14:09
by filip
Hi,

Can you please share your solution ?

Regards,
Filip.

Re: Problem with PIC24EP512GU810 and PIC32MX460F512L and wifi library ...

Posted: 07 Sep 2021 18:49
by Darklakebridge78
The problem was in the circuit configuration of the communication ports, between MCU socket and MikroBus socket. On some MCUs you have to cross them. To understand TX with RX and RX with TX. That's all!