PICDEM2.NET webpage gets stuck after a while (lcoulon)
Hello I use PICDEM2.net and have a webpage with dynamic content refreshed.If the page is open in the browser the page get and the board get frozen after few minutes, could be after few seconds but...
View ArticleUsing the Berkeley TCP Server Example with a Static Timer (pyerabat)
Hello, My project consists of two main parts which use the ADC and Ethernet components of my PIC32MZ micro-controller. I use the ADC to obtain data from microphones, and need to transfer them over to a...
View ArticleLAN9252: No SPI response (heden)
Hi, I'm using the LAN9252 connected via (single) SPI but I can't manage to get any response on MISO. I'm trying to read the BYTE_TEST register (0x64h) using a "slow" READ with the clock slowed down to...
View Articletcpip stack with webserver(javascript) (Shishi)
hello forumis there any body that can help me in javascript? i want to use "if" function with a variable that will be returned from another function but my code is not working. the principle is:there...
View Articlexport 05R USART web interface pic18f46k22 (legrand)
Hello,I am trying to facilitate usart lantronix Ethernet communication between xport 05r module and pic18f46k22 microcontroller to archive intelligent lighting control of the LED's, design with...
View ArticleStandalone Ethernet Switch KSZ8795CLX (fontao90)
Hello,Im trying to build a standalone Ethernet switch using a KSZ8795CLX chip. I dont need any interaction switch - microcontroller. Just standalone. I follow the guidelines of the evaluation board,...
View ArticleHelp with using IPv6 in MPLAB Harmony (thivya)
Hello all,I'm trying to build a web server running on IPv6 using ethernet. I tried modifying the web_server_nvm_mpfs project for this to replace IPv4 with IPv6. However, whenever I try to set the...
View ArticleLAN9252 and STM32F4 (alanm)
For a new project, I plan to use an STM32F4 microcontroller as the host for a LAN9252 in HBI multiplexed 1 phase 16-bit mode. To try this out, I connected a LAN9252-HBI&SPI+GPIO-EVB board to a...
View ArticleENC28J60 stops receiving after a while (ricomed)
Hi, I'm currently facing a problem for the last few days that I can't seem to fix. I hope someone can help me out. I'm using the ENC28J60 using the lwip stack. It runs fine for a couple of minutes, but...
View Articleinline statements in PIC32 (avil)
Hi, Am trying to port 32x16 RGB Display Driver from adafruit (aurdino ) to pic32 microcontroller. i have ported most of the library but stuck at some point below,the #defined one #define pew asm...
View ArticleENC28J60 help.. (jonfs2000)
Hi.. I'm very confused with the Microchip MAL for ethernet. Is it meant for ENC28J60? or for PIC18F97J60 which has MAC & PHY built in it? I need to ethernet functionality for my board which uses...
View ArticleBootloader with PIC32UBL (jo1234)
Hello, I use the Basic project located C: \ microchip \ harmony \ v1_08_01 \ apps \ bootloader. With the application PIC32UBL and I can program with the cable ethernet. Now I would like to join him to...
View ArticleUDP client server demo app not working - Harmony v2.03b (thivya)
Hi all,I tried to run the tcpip_udp_client_server demo app in MPLAB Harmony 2.03b. I'm able to send messages to the server from an external client and the server responds. However, in the client code,...
View ArticleSettings problems with TCPIP stack and bootloader by UDP (Endinar)
Hello, I have some issues with the System Services/Command use with bootloader and TCPIP stack. My spects : MPLAB X IDE V3.61 XC32 v1.43 HARMONY V2.3b ICD3 PIC32 Embedded Connectivity (EC) Starter Kit...
View ArticleHelp with a workaround for publishing 2 services over mDNS (thivya)
In my application, I'm trying to use MDNS to advertise my service. I got it working as expected. However my application has to advertise more than 1 service and I learnt that the TCPIP stack doesn't...
View ArticleTCP/IP socket on PIC32MX795F512L (ter2)
Hi to all, I'm working with paho library ( MQTT protocol for IoT device). First to use Paho I need to set-up a socket on TCP/IP connection.You could point me to find examples of TCP/IP application on...
View ArticleUDP code in Harmony 2.03b (jens_munk)
Hello, After some struggles I have finally managed to create a functional UDP server project based on the tcpip_udp_server demo, but it seems to me that the code is rather inefficient. In Windows and...
View ArticleTCP Stack Lite won't compile in XC8 (miketv)
Tools: MPLAB-X v3.61 XC8 v1.42 MCC Configurator TCP-IP Lite Stack If you take the TCP_CLIENT demo code from AN1921 and try to compile, it will throw multiple errors. It appears that the syntax isn't...
View ArticleTCPIP_UDP_Bind() blocks the udp client from sending UDP packets (thivya)
case APP_TCPIP_OPENING_CLIENT: { SYS_CMD_READY_TO_READ(); if (APP_Send_Packet) { APP_Send_Packet = false; IPV6_ADDR addr; TCPIP_Helper_StringToIPv6Address(APP_Hostname_Buffer, &addr); uint16_t por..
View ArticleProblem with socket connection (lorepcc)
Hi, my name is Lorenzo and I am pretty new with pic32 world.I've a code in which I use TCPIP functions to get some weather data from a web page and it works fine.Then, I would like to call a php script...
View Article