Integrating a Web Server with AWS RTOS with PIC32 MZ EF

andylong0206 wrote on May 08, 2018:

Hi All,

I’m trying to integrate a web server onto my IoT project which started life from the AWS shadow demo. The problem is that I can’t seem to find any examples using the FreeRTOS-Plus-IP stack. I have a working demo using the Microchip TCPIP Stack, however information on how to build a simple web server using the FreeRTOS-Plus-IP stack is a bit scarce for PIC32. Also the Microchip example uses MCFS, a FAT system is prefered as html files may want to be stored on an SD card.

I did find this [https://github.com/jjr-simiatec/FreeRTOS-TCP-for-PIC32] but I can’t seem to get it to work with the PIC32 MZ EF.

Any help, pointers or examples welcomed.

Many thanks

Andy

andylong0206 wrote on May 14, 2018:

OK, So with LOTS of playing around I now have the basic FreeRTOS-Plus-IP/FAT web server working with PIC32 MZ EF using the examples for other uC and the project on github. Now just need to be able to make it useful with some dynamic PIC data???

andylong0206 wrote on May 15, 2018:

Thank you. I’ll take a look.

RIchardBarry-AWS wrote on May 15, 2018:

The following links are to similar previous support requests that will provide useful information:
https://sourceforge.net/p/freertos/discussion/382005/thread/72bd7781
https://sourceforge.net/p/freertos/discussion/382005/thread/764119d3
https://sourceforge.net/p/freertos/discussion/382005/thread/acf254c8

andylong0206 wrote on June 21, 2018:

THanks