TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (347 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136218 times)
  2. FAT32 Library (69480 times)
  3. Network Ethernet Library (55705 times)
  4. USB Device Library (45989 times)
  5. Network WiFi Library (41639 times)
  6. FT800 Library (40780 times)
  7. GSM click (28788 times)
  8. PID Library (26327 times)
  9. mikroSDK (26053 times)
  10. microSD click (25139 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

DP83848C PHY for PIC32

Rating:

0

Author: matrix

Last Updated: 2014-12-19

Package Version: 1.0.0.0

Category: Ethernet

Downloaded: 666 times

Not followed.

License: MIT license  

DP83848C Ethernet PHY init code for use with Net_Ethernet_Internal library for PIC32.
Can be used with Microchip ETHERNET STARTER KIT.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DP83848C PHY for PIC32" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DP83848C PHY for PIC32" changes.

Do you want to report abuse regarding "DP83848C PHY for PIC32".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Use it in this way:

phy_InitPHYPins(true);
Net_Ethernet_Intern_SetPHYInit(&phy_Init_DP83848);
Net_Ethernet_Intern_Init(myMacAddr, myIpAddr, Net_Eth_Int_AUTO_NEGOTIATION);
Net_Ethernet_Intern_confNetwork(ipMask, gwIpAddr, dnsIpAddr);

RELATED CODES

Serial Ethernet TCP UDP communication with Visual Studio 2010

0

Uses PIC18F45K22 and Serial Ethernet Board to communicate with an application in Visual Studio 2010. The application in Visual Studio 2010 uses Visual Basic. This project uses TCP to display a web-page on a browser and to display status of LEDs and ADC read in VS2010 app. UDP is used to display messages form both PIC18F45K22 and VS2010 app.

[Learn More]

http server example mikrobasic and android application eclipse java

5

This is an example of a mini web server. IP number can be changed. This IP number is stored in eeprom. Control computer program may be provided. Control program has been prepared with java eclipse. There are circuit diagrams. The sample code is written for pic16F887 microcontroller. 15 outputs can be controlled. PORTB and PORTD output ports.

[Learn More]

W5100 SOFTWARE INTERFACED (SPI) LIBRARY

0

W5100 is an ethernet module with built in TCP/IP STACK from WIZNET, all you need to know is basic information on SOCKET PROGRAMMING and the library will do the rest for you. The library is interfaced with any pic that has enough memory for holding webpages, no need to worry about if the pic has hardware SPI ! its all done via software .

[Learn More]