Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 22nd July 2007, 07:42 AM   (permalink)
Default

Quote:
Originally Posted by nurick
I do wanted to write the TCP/IP stack, but im initially trying to boot up the NIC before I start writing/intergrating the stack onto the project.
Why do you want to write an entire TCP/IP stack on your own? Is this a school project, or just for practice?
ezuk is offline   Reply With Quote
Old 22nd July 2007, 01:39 PM   (permalink)
Default

Nice to see someone putting all those ISA cards to good use. How about for the next project a nice Sound Blaster interface? =)
__________________
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a
straight answer, har har."
Sceadwian is offline   Reply With Quote
Old 22nd July 2007, 02:28 PM   (permalink)
Smile Networking projects with Microchip MCUs ...

Hi There,

I've been reading the forum for a while but just joined in as a registered user.

I did put together several projects showing how to put together a basic circuit with different Microchip MCUs
and ethernet controllers.

I also modified one of the original versions of the Microchip TCP/IP stack to make it more easy to customize and configure.

If you want to take a look pay a visit to: http://www.ljcv.net/projects/

And I'll be around to share what a learned and answer questions if I can.

Best Regards
jamodio is offline   Reply With Quote
Old 22nd July 2007, 07:12 PM   (permalink)
Default

Thanks for the link jmodio, I'm working on a PIC / Ethernet kit and your link is excellent for that.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 22nd July 2007, 10:20 PM   (permalink)
Default

Quote:
Originally Posted by blueroomelectronics
Thanks for the link jmodio, I'm working on a PIC / Ethernet kit and your link is excellent for that.
You are welcome.

If you need any help feel free to contact me.

BTW, I always loved the 3D drawings in your site

Regards
jamodio is offline   Reply With Quote
Old 23rd July 2007, 01:01 AM   (permalink)
Default

Thanks, I'm sure I'll take you up on the offer.

I want my version to have 6 relays and 4 opto inputs & RS485 (not 232)

HVAC & Home Automation is the plan.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 23rd July 2007, 08:34 AM   (permalink)
Default

Quote:
Originally Posted by nurick
checked the link. I think grad forgot to put the link before =P. Its amazing! Thanks man u rock!
Well, you`ve just red my reply to soon I indeed forgot to put the link in.
This design is simple, cheap and very low-power. It`s good for a one-time application but lacks some versatility. An implementation of an external EEPROM would greatly enhance this design. Just see it as a jumpstart for all the applications you will design and publish here , and you`re welcome...
gradtje is offline   Reply With Quote
Old 23rd July 2007, 01:34 PM   (permalink)
Default

@ezuk: both. I find working with legacy devices more practical since they are supposed to be: cheap, standardized, fully developed, and i expect to see alot of projects using these devices which allows me to gather as much information as i want. Im also in it for the experience, since like what ive said before im a newbie with microchips and electronics. I also think that learning to code the TCP/IP stack would bring me closer to make my own embedded devices with networking capability.


@gradtje: yes, infact, we are planning to interface an external memory device, albeit not an EEPROM, but an MMC card (larger memory but somewhat slower) connected via SPI protocols. This is why we prefer to use the 18f45j10.
nurick is offline   Reply With Quote
Old 23rd July 2007, 04:19 PM   (permalink)
Default

Quote:
Originally Posted by nurick
yes, infact, we are planning to interface an external memory device, albeit not an EEPROM, but an MMC card (larger memory but somewhat slower) connected via SPI protocols. This is why we prefer to use the 18f45j10.
If you are planning to use SD/MMC with FAT, you may want to consider a MCU with more RAM, SD/MMC requires block/sector read/writes of 512Bytes, and you most probably will like to have some FAT structures in memory, then with the PIC18F45J10 you may run short with 1024 Bytes.

Andrew Smallridge from Brush Electronics put together a nice set of SD/MMC drivers and file system routines for PIC, www.brushelectronics.com/, take a look that may save you some coding time.

My .02
jamodio is offline   Reply With Quote
Old 23rd July 2007, 04:42 PM   (permalink)
Default

@jampodio: you .02 is worth a million bucks! thanks for the link. Currently i have no idea how much ram we do actually need, but i think your right about how few 1024 bytes is. Thanks for the heads up!
nurick is offline   Reply With Quote
Old 31st July 2007, 07:12 PM   (permalink)
Default

hello again guys, my project development has been put to a crawl. I've been analyzing the drivers from open-source codes but have no real luck into successfully making one (in c preferably). I believe that i must dig deeper if i were to fully understand how the NIC would work. Im trying to dig up datasheets for the chipsets of these NIC's but no luck as to where i can find one.

I have two 3c509b NIC's here with me, but unfortunately, it seems both devices use different chipsets. One was using LUCENT 40-0316-000 while the other one: Parallel 40-0411-001. I think i may have a better chance in understanding how these things actually work if i obtain the datasheets of these.

Really need help here, and thanks for the feedback in advanced guys!
nurick is offline   Reply With Quote
Old 31st July 2007, 07:22 PM   (permalink)
Default

@eblc: I tried checking the datasheet of the RTL8019AS, it seems this NIC also had some technical data about its own chipset which i would need. I think the solution to my problems is found with the datasheet of the chipsets of the NICs im using.
nurick is offline   Reply With Quote
Old 2nd August 2007, 08:00 AM   (permalink)
Default

Quote:
Originally Posted by nurick
@eblc: I tried checking the datasheet of the RTL8019AS, it seems this NIC also had some technical data about its own chipset which i would need. I think the solution to my problems is found with the datasheet of the chipsets of the NICs im using.
No additional chipset is needed for the RTL8019AS to interface it to a MCU. That's why it is so popular for embedded design. On a real network card, there is a 93C46 EEPROM which stores the card's MAC and user config. data but in case of a embedded application, these data can be stored inside the MCU and send to the RTL8019AS upon initialization. So no extra EEPROM needed.
__________________
L.Chung
eblc1388 is offline   Reply With Quote
Old 2nd August 2007, 08:15 AM   (permalink)
Default

i need help about circuit for brushless dc motor driver or controller
periasamy is offline   Reply With Quote
Old 2nd August 2007, 08:17 AM   (permalink)
Default

i need 3 phase brushless dc motor controller
periasamy is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
Best PIC for Project? PJ Adams Micro Controllers 21 11th May 2007 04:53 PM
PIC Project advice - doubling frequency coze Micro Controllers 8 26th February 2007 07:05 PM
latest project in embedded systems cooldude440 Electronic Projects Design/Ideas/Reviews 3 20th February 2006 09:02 PM
Newcomers, please read! (PIC regarded) Upd. 0xD Jay.slovak Micro Controllers 0 17th April 2005 01:04 PM
Embedded sys project idea planetajay Electronic Projects Design/Ideas/Reviews 1 12th February 2004 08:56 PM



All times are GMT. The time now is 09:15 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.