Search found 13 matches
- Fri Dec 20, 2013 11:53 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
dimplehouse I take it your ethernet socket wasn't damaged from the wrong wiring the sketch came with then? @Admin / andrew: Sorry my year has been horrible! I've not had chance to even think about replacing my duff arduino and probably won't bother now until another 3 ops are out of the way and i'm ...
- Sun Sep 22, 2013 9:58 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Well I'm back with good and bad news.. Good news is that Maplin found a fault with my arduino mega. I thought they'd try to fob me off but the engineers inspected it and confirmed it was faulty. The bad news is I've still not been well enough to cash the cheque to order a replacement from ebay so my...
- Fri Jun 07, 2013 3:16 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Yeah I've tried two usb cables but it still plays up when uploading. I end up having to swap usb sockets that its plugged into etc. Once I've swapped usb sockets it plays ball for a while before getting grumpy again. I assume thats not normal for a mega? - Have you ever had this? Anyway when I can g...
- Fri Jun 07, 2013 11:24 am
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Well I've previously observed the LEDs are lighting up and blinking so I'm hopeful that the ethernet module itself is ok (though I can't be 100% until I see it working) - You can just about see the orange one: http://s21.postimg.org/4jfry3xuf/screenshot_54.jpg Anyway what has emerged is that my ardu...
- Thu Jun 06, 2013 10:55 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Right I've got a bit fed up with this so decided to do a quick debug.. // Present a "Will be back soon web page", as stand-in webserver. // 2011-01-30 <jc@wippler.nl> http://opensource.org/licenses/mit-license.php #include <EtherCard.h> #define STATIC 1 // set to 1 to disable DHCP (adjust myip/gwip ...
- Thu Jun 06, 2013 10:11 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Hi Sorry I realised after posting the pins were listed in the other topic! Right, code using EtherCard compiles and uploads without fault. The problem now is that by browsing to the ip I've set (192.168.0.70 with gateway as 192.168.0.1) I get a page timeout. I know the ethernet module is working as ...
- Thu Jun 06, 2013 9:39 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
The new library assumes that the CS pin is connected to D8, not D9. Apart from that it would work fine with your module. But the CS pin isn't connected to D9 using the old files? - This is from the sample code you provided for the module: CONNECTIONS: ETHERNET MODULE ARDUINO BOARD PIN 1 (CLK OUT) N...
- Thu Jun 06, 2013 9:13 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Ok thanks. IF you find why it works properly on your 1.0.4 (eg you have some special files) any chance you'd help me out with copies? - That would be fab!
- Thu Jun 06, 2013 8:32 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Hi
I've downloaded v1.0.4 like you use and I'm still getting the same errors:

I've downloaded v1.0.4 like you use and I'm still getting the same errors:

- Thu Jun 06, 2013 8:22 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2513153
Re: Ethernet Module (HCARDU0028)
Hi Yes blink compiles and works fine. Let me download the latest arduino and see what happens. I downloaded 1.0.1 in summer last year so thought it was reasonably up to date. but you have a higer version than me so maybe its a versioning issue. I'll download the latest and report back. Thanks for yo...