Network PIC ENC28J60 (KALLITOS)
Hi, I want to make a ethernet network of several pics, I bought for this module ENC28J60 and I would like to know which option I should take. I understand that the library exists MAL management TCPIP....
View ArticleWi-Fi driver code periodically halting with assert while serving up web...
Using TCP/IP stack 5.42.06 on a PIC32MX795F512L with MRF24WG0MG on custom hardware. Frequently the code halts in WFDriverRaw_24G.c in function: static UINT16 WaitForRawMoveComplete(UINT8 rawId) at the...
View ArticleProblem at " waiting for RAW Move complete" (sensslen)
Hi everybody, I'm developing more or less a TCP-IP to RS232 Bridge. Everything works fine so far except if I'm using my Linux Netbook the Stack throws WF ASSERTION at WFDriverRaw.c Line Number = 689....
View ArticleHow to configure TFTP Linux for to charge a bootloader with TCPIP pic18...
Hi, I use microchip TCP/IP stack v5.36.4 and bootloader with pic18F ethernet family. It works perfectly with windows OS But when I do this test with linux. It does not work : I have the following...
View ArticleSignificant Missing Data in UDP receive (aschmitt5885)
Hello everyone, I am attempting to receive udp data to do calculations. However, I noticed that there is significant amounts of data missing while operating at my desired frequency(3000 per second at...
View ArticleWeird things about ENC28J60 (cvn76)
I recently started developing ENC28J60, and found two weird behavier that contradicted to the datasheet1. When reading the MAC and MII registers, I can read out the correct data without sending a dummy...
View ArticlePIC32MX795 TCP Stack V5 - 414 Request-URI too long: Buffer overflow detected...
Hello, I configured a portforwading rule on my 3G router to access the web server on my PIC32MX. Sometimes I get the following error when trying to access it via a browser "414 Request-URI too long:...
View ArticleTCPIP Discoverer ip address (NSN)
How TCPIP Discoverer find IP address through UDP ?, I have written simple application to send discovery msg on UDP 30303 port but I did not get IP address only MAC and host name are avaliabe through...
View ArticlePIC32 socket struct error (ALFREDOSKY)
Hi all, i got problems to define socket types struct in TCPIPConfig.h file. this part of code give me problems:#define TCP_CONFIGURATION ROM struct{ BYTE vSocketPurpose; BYTE vMemoryMedium; WORD...
View ArticleCorrect use of the TCPGetRemoteInfo function (DominusT)
Hi I'm working with tha PIC32 Ethernet Starter Kit and TCP/IP stack (MLA). I did a telnet server example. Now I need to know the IP address of the client (my PC) connecting to ESK I made the...
View ArticleMRF24WG Network Scanning while in SoftAP (Phill O)
Hi Guys,I'm running an MRF24WG wifi module using the wifi drivers and TCP/IP stack 5.42.06 with Wifi Module Firmware v 310C and I am trying to do a network scan while in SoftAP mode. Unfortunatly the...
View ArticleUDP discard issues (friesen)
Why is it apparently required to process a udp packet every loop, before StackTask is called again? It it is not processed, the UDPDiscard function trashes it in stacktasks. Any thoughts about this...
View ArticleUsing LAN9303 ( 3 port switch + Phy ) with PIC32 (Andrew Frazer)
I'm wondering if anyone else has contemplating using a LAN9303 3 port LAN Switch / Phy with a PIC32MX.. Or seen something in use?..
View ArticleTCP Stack support for LAN9303 (Andy123)
Hi everybody It is been a while since I visited this forum, so bear with me please ;) Curently I have a design that uses PIC32MX with LAN8720 transceiver for some simple industrial application. I was...
View ArticleSending/Getting files using Ethernet Starter Kit (adir)
Hi, I am trying to send files using an FTP Server which was implemented by Microchip, but it fails. Specifically it gives me this error (using Harmony 1.0 if that info is relevant): "550 Requested...
View ArticleWhere are the configuration bits in TCPIP Demo App? (DominusT)
Hi. I'm working with the TCPIP Demo App (MLA) and PIC32 Ethernet Starter Kit. I want to know how DEFCFGx registers(Configuration bits) are configured but I can not find them. Can anyone tell me where...
View ArticleWiFi initialization stuck (breinhold)
I am attempting to modify the Harmony pic32_wifi_easy_config demo project to work with a MRF24WG0MA connected to a Digilent chipKit MX7. I had to modify the code to use an interrupt rather than change...
View ArticlePIC32MX795F512L + enc424j600 + How to Establish Ethernet Connection to...
Hi, I am trying to connect my controller board to internet, the hardware setup is:PIC32MX795F512L is connected via SPI1A to ENC424j600 and then to PC's ethernet port. How do I go about doing this?...
View ArticleSTACK_USE_xxxx which options to include (Omar7amdi)
Hello experts,Using PIC18F4520 with the features: PGM 32K SRAM 1.6K EEPROM 256 I'm not planning to use an external EEPROM I imported MCHPStackENC8722 source code for doing an experiment. Which of these...
View ArticlePorting Arduino's ENC28J60 Ethercard project to MPLABX (blipton)
I'm porting the open source UIPEtherent to run on a Microchip PIC connected to an ENC development board. (Yes, I'm know that Microchip has a ENC28J60 driver and TCP/IP stack ready-to-go for the PIC,...
View Article