Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
1. Implement a TCP/IP stack and use the FTP protocol to transfer files to the sdcard. This method may seem cumbersome but since you have a ethernet port on the system a TCP/IP stack may be the best solution.
2. Instead of implementing TCP protocol, which is quite complicated, you could use UDP instead and make your own file transfer procedure.
I have developed a system that uses a SDCard and ENC28J60 driver IC interfaced to a PIC 18F2620 mcu, this system uses UDP for data transfers. To implement UDP connectivity you need to add other basic protocols like ARP,ICMP etc.
The system I developed connects via ethernet to a wireless router, I use a laptop to access the device (uses a static IP address) and download data from the SDcard.
The above solutions would be very easy to develop if you have ready made stack for the mcu you are using.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.