rajeshdoshi
rajeshdoshi
I am using ESP32 connected to ENC28J60.
I changed to #define SPI_ETHERNET_SETTINGS SPISettings(10000000, MSBFIRST, SPI_MODE0) then to #define SPI_ETHERNET_SETTINGS SPISettings(4000000, MSBFIRST, SPI_MODE0) There is no change. It still receives only 18 bytes.
Using PacketSender
The observation is, if I broadcast a message from PacketSender, the message is received up to 18 characters. However, if it is directly addressed to the device IP address, then...
I reinstalled the library. Still the observation is same. 18 bytes of broadcasted data is received.
I am not receiving any data on PacketSender. But if I change destination IP address from 255.255.255.255 to that of my PC, then it works.
Is there a way to receive broadcast messages by making any change in the library?
UDP broadcast
The observations have confused me as well. It seems UDP communication depends a lot on the traffic on the network. Today on a Sunday, when there are no other PCs...
I have same problem. Were you able to resolve this issue?