ENC28j60 Crystal (bencarbo)
I develop an Ethernet based system with Pic_tail Plus & Explorer 16. Now we develope a sinlge board with PIC33FJ256Mm710 + ENC28J60.The processor works properly but the cristal of the ENC28J60 not...
View ArticlePowerline ethernet adapter (Abin)
Hi all, I have a PIC32MX695F512H in a custom board with a working TCP/IP stack (using latest legacy MLA). I also have a working power line communication board. Can anyone point me in the right...
View ArticlePIC32MX795F512L w/external LAN8720 Test Build Issue (streammylife)
I'm attempting to write some test code that is essentially generates a stream of pseudo random numbers that are transmitted out of the external PHY in order to run a TX signal integrity test. I'm using...
View Articlehello there (nick_king)
hi I am using a LAN8710A chipset when I run this dhcpI always get the message---------------- Retry count exceeded; starting again using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in MAC...
View ArticleHow to observe packets from server to client (ZARA)
Hello, As mentioned in the title I want to visualize packets that I send from sever to my pic32(client) , I used wireshark to test packets sent from client to server but I don't know which tool can do...
View ArticleUDP connection example (Vladi)
Hi! I am up to creating an application where PIC32 microcontroller comunicates with a computer over UDP. To get started I considered TCPIP Stack Eth Demo code and changed it. First I'll describe the...
View ArticleTCPIP RAM usage (stoyanoff)
Greetings! I want to decrease the RAM usage of the TCPIP stack for PIC18F86J65. My stack will do a simple task. I`ll use only telnet server, telnet client and ICMP. I have only 2 sockets...
View ArticleGeneral Documentation for Ethernet PHY registers (Naphtali)
I am working on a board that has an older PHY chip KSZ8721BL. I have similar code running (and working) with an KSZ8081RNA. In testing, I retrieved all of the registers from both PHY chips and am...
View ArticleSocket always return invalid after switch network from Soft_AP to...
I'm using the Miwi to Wifi Gateway demo eval board which has load the project located at MicrochipSolutions\Combo\MiWi Protocol to Wi-Fi Gateway Demo Board of the MLA. I'm trying to open a server...
View ArticleUDP Get is ready not working... (uday@remalfas)
Hi, Guys iam working on UDP send and receive, I am able to open a socket and send packet which the remote host can receive. but when the remote host sends a packet my udp client is not able to receive....
View Articlei cant connect a udp client to a udp server....help please (yny1981)
hello, i just can get no wireless udp connection between a server and a client....i just dont get it :( PIC24FJ128GA010 MRF24WB0MA client ip: 169.254.100.1 server ip: 169.254.100.2 client: ... #define...
View ArticleLAN9252 Ethercat Slave in HBI Mode: failed on PREOP state for increasing...
I have LAN9252 ESC with host PIC32MX795F512L (with index HBI mode) applied in my ECAT design, same HW as microchip evaluation board p/n EVB-LAN9252-HBIPLUS. My evaluation code was based on demo code at...
View ArticleTCP/IP On PIC1867J60 with XC8 (dfashbaugh)
Hi, I currently have the old TCP/IP stack running on a PIC18F67J60 with its internal ethernet hardware using C18. I'm trying to upgrade to XC8, and I am having trouble using the MCC to setup the TCP/IP...
View Articleudp server / client (ZARA)
Hello, I am working on an udp server/client program where I have to establish a connection between the two , I programmed both classes ( server and client) in a pic32 , so my question is : Is it...
View ArticleWeb Services Server (Falco1029)
So, I currently have a board running a Pic32MX512H with a DP83848 for Ethernet. The main purpose of the board is to act as a "web services" server for a C# WCF client. Not wanting to try juggling the...
View Articleconnection recovery (tcross)
Hi All I have been testing the Harmony TCPIP web server and AJAX. That all works, but if the web page is up and running and the client computer is shut off (connection lost) I have to cycle power on my...
View ArticleProblem during MacInit with PIC24 and ENC28J60 (joaopagotto)
Hello friends, I am new here in the forum but I have already developed with PIC for 6 years. I have a problem that I can not solve, which is precisely the topic of this topic. I'm using the...
View ArticleENC28J60 with PIC18F27J13, ENC28J60 Resets itself to default after enabling...
Hi, I am having problem with ENC28J60 Controller. It works to the point where ENC28J60 resets itself to default (no commands for reset sent or RESET pin toggled).It happens randomly sometimes it takes...
View ArticleHow to read the entire TCPIP income buffer (stoyanoff)
Greetings! Now I using the TCPIP telnet server example. The used command there is TCPGET()if(TCPIsGetReady(MySocket)){TCPGet(MySocket, &i);} Is there a command I can read the entire income buffer...
View ArticleExample Using HTML buttons? (tcross)
I would like to make my web pages use html buttons to turn on lights, etc on the server board. I am able to use the demo web pages to manipulate the XML, Java, and HTML fairly well, I see how the...
View Article