![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #16 | |
| Quote:
The package provided by microchip is a package. Why make a bunch of work by using another processor ?
__________________ Please post questions to the forums. PM's are for personal communication. BCHS/3v0's Tutorials Junebug USB PIC programmer kit., USB Bit Whacker, The 15 Minute Printed Circuit Board! (+drill time) | ||
| |
| | #17 |
|
Tilting at windmills is a time honored way to learn you craft. Knock yourselves out, but have fun doing it.
__________________ We never have time to do it right; but we always have time to do it over. | |
| |
| | #18 |
|
Here in the US, it is a world of PICs and some AVRs. But in some other part of the world, there is lots of users of 51s. I don't think it will die soon. I still seeing people using the aged 80c196 for new projects. That's somthing I don't quite understand.
__________________ F.N. | |
| |
| | #19 |
|
Hi, Can I use microchip Ethernet controller ENC20J60 only with microchip microcontroller like PIC18F4620, etc or other microcontroller like Atmega88, 128, etc. ?.. Same as for, Atmel Ethernet controller CS8900 use only withAtmel microcontroller or other microcontroller.... What will be suitable for me ?.. Why ?.. Thank you... | |
| |
| | #20 | |
| Quote:
Are you a really good programmer? Porting the code would take some serious C skills. The Ethernet stack is available for free, did you look at it? Do you understand how it works? Can you program in C? The 8051 is not going to cut it for Ethernet. If you can't get the right parts then you should pick another project. PS the CS8900 is a TQFP package and is made by Cirrus Logic not Atmel. It can be connected to almost any microcontroller, how do you plan to work with it? Can you even get a CS8900? Circuit Cellar even published an article on an CS8900A to C8051F005 http://www.circuitcellar.com/library...02/brady/2.htm Last edited by blueroomelectronics; 26th January 2008 at 05:53 AM. | ||
| |
| | #21 |
|
Stop playing with obsolete components and get a chip with an on board ethernet controller: http://www.microchip.com/stellent/id...param=en027905 And as has been mentioned, it comes with FREE tcp/ip stack firmware and you can get free samples of the chips!! You can't beat that.
__________________ Inside every little problem, is a big problem trying to get out. Last edited by kchriste; 26th January 2008 at 06:44 AM. | |
| |
| | #22 |
|
Hi, Is there any programmer required for ethernet controller IC ?.. Thank you for help me... | |
| |
| | #23 |
|
Not for the ENC28J60, but you need a programmer for the MCU you interface with it.
__________________ Inside every little problem, is a big problem trying to get out. | |
| |
| | #24 |
|
Hi, Can you please tell me in TCP/IP stack software of ENC28J60 which changes required for AT89S8252 ?.. I try to implement it..... thank you for help me... | |
| |
| | #25 | |
| Quote:
| ||
| |
| | #26 |
|
There is a kit available on ucontroller.com that combines the ENC28J60 with the necessary support components. It can simplify prototyping with the ENC28J60. There's a header that will plug into a solderless breadboard for VSS, 3.3V, and the SPI lines. It was designed with a different Microcontroller in mind, but there's no reason it couldn't be used with a PIC, AVR or any other Microcontroller for that matter. Brian | |
| |
| | #27 |
|
For starters, you'll need a C compiler for the AT89S8252. Then you'll need a lot of time to port the code to the new hardware due to the differences in hardware and some compiler specific syntax. The code from MicroChip is fairly modular so you won't need to do it all. eg: If you aren't going to use FTP, then you don't have to port the ftp.c file.
__________________ Inside every little problem, is a big problem trying to get out. | |
| |
| | #28 |
|
Well ya... its the need of time now to learn more than 8051. Shifting to pic or similar can help in learning new technologies... Regards, Simran..
__________________ Simran.. 8051 Specialist.. | |
| |
| | #29 | |
| Quote:
First off, the 8051/8031 can be used with external ram and rom, 64k each (separate address spaces) used when you strap the EA pin low. As I recall the 8051 had a very nice instruction set for those who like to do assembly programming. Some of the newer 8051 core based processors are rather nice and wicked fast. There are free compilers on the net for those who want to use "C". And just to add insult to injury: DS80C400 Network Microcontroller And I believe this is a $9 part. As far as something being bad because it's old, well I guess that'd leave me out in the cold. I'm in good company though. As a result your neo-tech snobery attitude I think we'd have to throw out things like *english* and the *lever* cause their old, that and *algebra* (it's about 4000 years old) as well as bolean alegbra (it's about 159 years old). That's stuff is old and passe. We can't use it because it's "old". As far as terms like "silly" and "stop wasting your time" these are rather destructive (read *useless*) in terms of instruction and encouragement. This guy could have built the thing his way, succeeded or failed with the energy you sought to destroy with your careless commentary. At least if he built it and failed, he'd be and expert on what and what not to do and have the satisfaction of at least meeting a portion of his goals (along with solid experience). Even if he failed he'd be in a good position to move on to something more appropriate with a much higher confidence level. *if he actually succeeded he could come back here and make you eat crow* (I think I'd like to see that) The guy is clearly trying to make do with what he has on hand. I'd like to seem it use what he has and see what happens. If his 8051 variant is too slow, by how much? Is there limited cases where it would work? Can it at least do ICMP? These would be solid data points. If he did get far enough to evaluate the system using an 8051 variant we'd have solid data from which the *community* could use to frame microcontroller projects of this type with. | ||
| |
| | #30 |
|
awesome idea.. but i still dont understand this thing.. i am a programmer jejej
| |
| |
|
| Tags |
| controller, ethernet, interface, microcontroller |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| monitor for controller - what is interface | stevez | General Electronics Chat | 3 | 25th October 2008 01:57 AM |
| how to interface a ADC 0809 TO MICROCONTROLLER AND THEN MICROCONTROLLER TO DECODER | praneeth22 | Micro Controllers | 1 | 9th March 2007 07:20 PM |
| Ethernet controller vs. Ethernet transceiver | pterom | Micro Controllers | 1 | 31st December 2003 11:48 PM |
| microController vs. ethernet controller | janetsmith2000@yahoo.com | Micro Controllers | 3 | 10th December 2003 02:30 PM |
| Low-clocked microcontroller with a high-speed interface?? | electronicjo | General Electronics Chat | 1 | 18th August 2003 07:01 PM |