arash_tah
Active Member
Offline
Posts: 110
Thank You
-Given: 18
-Receive: 6
|
|
« on: July 29, 2008, 04:02:15 04:02 » |
|
Hi everyone I'd like to monitor and control my home stuf using embedded ethernet via internet.I think en28j60 is agood choise for doing that but my knowledge about that is very low is there eny body to uplode a complete project with software and hard ware
|
|
|
Logged
|
|
|
|
vovchik02
Junior Member
Offline
Posts: 62
Thank You
-Given: 43
-Receive: 13
|
|
« Reply #1 on: July 29, 2008, 05:36:26 05:36 » |
|
Microchip (microchip.com) propose free TCP/IP packeg with driver for en28j60 and example. Can be ported to othe controller. Or freeRTOS give examle microTCP for ARM(easy adapted for any controller).
Google help you.
|
|
|
Logged
|
|
|
|
arash_tah
Active Member
Offline
Posts: 110
Thank You
-Given: 18
-Receive: 6
|
|
« Reply #2 on: July 30, 2008, 03:12:14 03:12 » |
|
tanx vovchik02 I've got them but I don't know any thing about ethernet's protocoles and TCO/IP I just want a complete project
|
|
|
Logged
|
|
|
|
bogdantk
Active Member
Offline
Posts: 100
Thank You
-Given: 40
-Receive: 18
|
|
« Reply #3 on: July 30, 2008, 06:30:01 06:30 » |
|
|
|
|
Logged
|
|
|
|
explorer
Guest
|
|
« Reply #4 on: July 30, 2008, 06:54:15 06:54 » |
|
A nice AVR Atmega+enc28j60 ethernet project at http://www.lochraster.org/etherrape/; you have also good documentation there...
|
|
|
Logged
|
|
|
|
gonzogonzo
Active Member
Offline
Posts: 121
Thank You
-Given: 79
-Receive: 49
|
|
« Reply #5 on: July 30, 2008, 08:35:19 08:35 » |
|
Perhaps You just known but go at http://www.mikroe.com/en/ and search for ethernet board and then see for example in compiler c, basic etc of this and You can modify for Your use.
|
|
|
Logged
|
|
|
|
Benz
Inactive
Offline
Posts: 3
Thank You
-Given: 7
-Receive: 8
|
|
« Reply #6 on: July 30, 2008, 10:40:53 10:40 » |
|
Check http://members.home.nl/bzijlstraethernetboards with RTL8019as, ENC28J60, IMM7010 and Wiz810MJ. All programmed in Bascom-AVR
|
|
|
Logged
|
|
|
|
cjeffries1
Senior Member
Offline
Posts: 348
Thank You
-Given: 252
-Receive: 176
|
|
« Reply #7 on: July 30, 2008, 06:05:30 18:05 » |
|
I personally would not recommend this lochraster to anyone. For a start a lot of the ancillary support doc is in German and second, this project is typical of the gazillion of similar ethernet embedded articles all over the net that claim to be open source but the catch is that the hardware board layouts are NOT published and are therefore not open source. You need to purchase their PCBs to build the project - and sure you can design and etch your own board but if you examine the schematic carefully they are printed to make this as unintuitive as possible. Not impossible, but not user friendly. In other words the info is presented so as not to be 100% DIY. I may be splitting hairs, but true open source, build your own projects tend to be published by individuals that aren't affiliated to some commercial interest like lochraster's shopping cart page on their web site. At least lochraster do provide the software as open source which enables you to change and customise code. It's a pity they couldn't have gone the extra mile and made the PCB artwork details open-source to make this a complete DIY project.
|
|
|
Logged
|
|
|
|
arash_tah
Active Member
Offline
Posts: 110
Thank You
-Given: 18
-Receive: 6
|
|
« Reply #8 on: July 31, 2008, 07:25:43 07:25 » |
|
thanx all I'll check them I am sure that they would be great thanx for your help
|
|
|
Logged
|
|
|
|
taos
Newbie
Offline
Posts: 18
Thank You
-Given: 5
-Receive: 56
|
|
« Reply #9 on: July 31, 2008, 04:17:03 16:17 » |
|
Hi! The most easy for you, can be connect PIC with PC through RS232 port. Then you can use an easy language (Visual Basic,etc...) to listen a port. If from a remote PC using telnet you log, you can send commands to VB and to PIC. In that case, you have not to code Ethernet PIC, you only must use Visual Basic for the ports and for it you have a lot of OCX, a lot of code too, etc... This is not very professional but if you have a PC it's more easy. You can add logs, a web server interface, etc... and in the side of the pic you only need RS232 communications.
|
|
|
Logged
|
|
|
|
sakugava
Translator
Junior Member
Offline
Posts: 89
Thank You
-Given: 289
-Receive: 188
|
|
« Reply #10 on: July 31, 2008, 09:13:29 21:13 » |
|
You can try a ethernet/serial converter, like Tibbo
|
|
|
Logged
|
|
|
|
lanyong
Newbie
Offline
Posts: 17
Thank You
-Given: 0
-Receive: 0
|
|
« Reply #11 on: August 01, 2008, 03:28:29 03:28 » |
|
i see a chip named mc9s12ne64.
|
|
|
Logged
|
|
|
|
raviraj
Junior Member
Offline
Posts: 89
Thank You
-Given: 82
-Receive: 10
|
|
« Reply #12 on: August 01, 2008, 06:00:19 18:00 » |
|
check WIZ110SR module ... lot many feature ..
|
|
|
Logged
|
|
|
|
visn
Junior Member
Offline
Posts: 51
Thank You
-Given: 614
-Receive: 97
|
|
« Reply #13 on: August 04, 2008, 09:17:19 09:17 » |
|
Anyone built the Elektor Apr-may Digibutler as yet? Seems like there is some pcb problems with the article- not the kit & errata. Freescale are sending me some samples of the MCU, but for under 20pounds with mcu and pcb it is a good deal, except for shipping & customs.
|
|
|
Logged
|
|
|
|
arash_tah
Active Member
Offline
Posts: 110
Thank You
-Given: 18
-Receive: 6
|
|
« Reply #14 on: November 30, 2009, 06:14:22 18:14 » |
|
Does anyone have a complete project in this regard?
|
|
|
Logged
|
|
|
|
lillbear
Senior Member
Offline
Posts: 276
Thank You
-Given: 223
-Receive: 182
|
|
« Reply #15 on: November 30, 2009, 07:37:47 19:37 » |
|
|
|
|
Logged
|
|
|
|
blacknight72
Junior Member
Offline
Posts: 37
Thank You
-Given: 9
-Receive: 5
|
|
« Reply #16 on: December 02, 2009, 08:39:00 20:39 » |
|
ENC28J60 belongs to Microchip. And Microchip does has better microcontrollers for doing this, such as 18F67J60 or 18F97J60. Both of them have Ethernet module intergrated and you can use this microcontroller for other things beside Ethernet module. That will work effective on your system, I think! In addition, intergrated module will be more stable and it helps your PCB simple.
If PIC is not friendly with you, it's not a problem. Microchip has provided TCP/IP Stack with demo applications (full MPLAB projects). Only some modifications in hardware definition will be needed and then your board is ready to go.
Recently, Microchip has released new devices in PIC32 Family (32 bit technology) that has Ethernet, CAN, USB intergrated in only 1 device. That will be great, for your applications. Because in my opinion, Ethernet & CAN will be 2 protocols that totally fit the system for home automation.
You can find all information you need on Microchip home page.
Good luck!
|
|
|
Logged
|
|
|
|
|
ALLPIC
Active Member
Offline
Posts: 114
Thank You
-Given: 64
-Receive: 72
|
|
« Reply #18 on: December 04, 2009, 03:26:46 03:26 » |
|
|
|
|
Logged
|
|
|
|
|