Hi Folks, Can anyone point me in the direction of a HTTP Web server demo or example using FreeRTOS+TCP for PIC32MZEF. I have previously used the harmony stack with HTTP Web Server but I need to use the FreeRTOS+TCP on this project as it is part of a AWS I..
↧
HELP! Need a HTTP Web Server using the FreeRTOS + TCP stack for a PIC32MZ? (DaniHarTech)
↧
PIC32 TCP / IP Programming Connect To Web Page (tcplearning)
Hi! I am new to the microchip tcp programming. I current have a PIC32MX360F512L board and have done some labs on it such as writing code for having the LEDs light up in order when counting from bit 0 to bit 7 and a couple others to familiarize with the PI..
↧
↧
_UDPOpen() fails saying all sockets taken when no UDP sockets have been opened. (thivya)
I'm running into this issue where the function _UDPOpen() fails at this pointpSkt = UDPSocketDcpt;saying all the slots are taken. At the point of time, I have no UDP sockets opened, yet. Also, I see this issue only when I have more than 3 network configur..
↧
TCP Retransmission (NMP)
Hello,I have a client with a simple code case APP_TCPIP_SENDING_REQUEST:
{
if (TCPIP_TCP_PutIsReady(appData.socket) >= strlen(buff_httpReq)) { // Get TCP TX FIFO free space
TCPIP_TCP_ArrayPut(appData.socket, (uint8_t*) buff_httpReq, strlen(..
{
if (TCPIP_TCP_PutIsReady(appData.socket) >= strlen(buff_httpReq)) { // Get TCP TX FIFO free space
TCPIP_TCP_ArrayPut(appData.socket, (uint8_t*) buff_httpReq, strlen(..
↧
Question of how to connect PIC32 dm320001 to web page via tcp/socket programming ethernet (tcplearning)
Hi! I had a relatively simple question, I suppose about connecting my pic32 to a web page to display the word hello, using TCP. --I am fairly new at this and have the PIC32 Starter Kit dm320001--harmony, mplabx ide and compiler xc32--I do not have the eth..
↧
↧
best way to reset LAN8720 (ffb.boy.30)
Hi,I'm using an LAN8720 daughter board with my Pic32MZ and I would like to know what is the solution to make the board reboot .I'm looking for a software solution because I've no access to the board.I've a heartbeat exchange and when I lost him I reboot t..
↧
KSZ8863MLL failing in "Low Power" and RMII mode (tom_usenet)
We've just got a batch of boards back from our production line, and some are showing failures of the KSZ8863MLL chips. There are two related problems, Some stay in a very low power mode and won't bring the PHY link up until you apply light pressure (30g t..
↧
TCP/IP stack correct configuration (ffb.boy.30)
Hi,I'm using a LAN8720 board with my pic32MZ and sometime (random) the board crash and it is impossible to ping even if I unplug / plug the board. Maybe it is a configuration problem.There is 20 boards mounted on a big network with 150 computer. I'm using..
↧
Harmony v2.03b - mDNS : Is it possible to discover services advertised by other devices? (thivya)
My application is built using Harmony v2.03b. I advertise services using mDNS. I want to know if it is possible to discover services advertised by other devices? I couldn't find a handler api to poll for advertised services in zero_conf_multicast_dns file..
↧
↧
Firmware for Ethernet PICTAIL DAUGHTER BOARD(AC164123) (bhavik mer)
I can not find Firmware for interface Ethernet PICTAIL DAUGHTER BOARD(AC164123) with explorer 16-bit development board, gone through MLA of latest 4 version but for TCP/IP there is only WiFi support available.I am using PIC24FJ256GB110 pim with explorer 1..
↧
Software Support for interface MRF24WN0MA with explorer 16/32 using PIC24EP512GU810 - PIM (bhavik mer)
I am using explorer 16/32 development board. I want to interface MRF24WN0MA Wi-fi PICtail plus board. But I can not find software support for same. In MLA I found software support for MRF24WB0MA and MRF24WG0MA.I am using PIC24EP512GU810 - PIM. Thanks in a..
↧
Can't get results from TCP/IP Discoverer tool or wireshark (Aybood)
Hi,
I am trying to learn how tcp/ip stack works in pic32. I started from Microchip TCP/IP 2017 class slides and i have tried to configure TCP/IP stack from harmony like the sildes of the class, but i didn't get anything from discoverer tool or wireshar..
↧
Connect two PIC32 via PHY (zanabonir)
Dear forum I would like to connect 2 PIC32,via Ethernet Interface, on the same board. I know some about Ethernet(how is formet the packet), but I have not realy a big knowledge about the subject. Question are: 1) The more simple way to connect 2 PIC via E..
↧
↧
TCPIP_UDP_Bind() fails suddenly (thivya)
Hi,I've been using the TCPIP_UDP_Bind() function with a valid IPv6 address and a local port. It has been working as expected for over 10 months in my application and all of a sudden today it started failing at _TCPIPStackIPv6AddToNet() and returns 0 for t..
↧
PIC32MX795F512L + ENCX24J600, CONNECT TO NAMESERVER (proiectsoftcontrol)
Hello I use HARMONY libs and I want to connect pic32 to nameserver in local network. If I use LINUX DHCP server it's ok, if I use rooter not open socket for nameserver! Not resolve dns name!!!Please come up with new suggestions, thanks!Example code: IPV4_..
↧
Bug with write community in snmp.c (boyfreda)
I have run in to an issue using an invalid write community with the SNMP on the TCP/IP stack. I am using harmony v2.04. The issue occurs when I use an invalid write community. It may potentially be possible with an invalid read community as well but I hav..
↧
HTTP full REST implementation with GET POST PUT DELETE (TedT)
I have looked through the http_net code and seen handlers for GET and POST but nothing for PUT and DELETE. Are the PUT and DELETE left as an "exercise for the reader"? (so to speak) RESTful implementations would normally have these four messages handled i..
↧
↧
TCP/IP stack - PUT & RESTful (PeterRQ)
Hi,
I have been using the TCP/IP stack for some time now and am comfortably GETing, POSTing etc.
My web pages display instrument readings (updated using XML) and some configuration using POST.
Reading further into web programming & I believe that I..
↧
Use PIC32/UDP to send Audio over Ethernet? (rbuck)
A little over a year ago I used a PIC16F1718 and this module:https://www.usriot.com/products/serial-ttl-to-ethernet-module.htmlto send audio over the Internet from one building to another. I used UDP for the transmission since it was just audio and droppe..
↧
TCP/IP via browser save fils (Shishi)
Hi every onei have a problem to save files in a specific path : "C:\testhtml\"i have this code but it just save my files in download directory and i do not know how can give this path to save:
name
↧