Search found 9 matches

by Wobbles
Mon Apr 06, 2015 10:57 am
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet


After an intellectual effort ..
I added the ping function to the W5500 library.
Cool going to try this on Friday.

:-)
by Wobbles
Mon Apr 06, 2015 10:54 am
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Coccoliso wrote:It's a shame that there is only SMD! :?
Is there something similar with old features DIP?
I was lucky Santa brought me a dev board with this icon it then Microchip sent me a sample and I happen to have acquired a 64 pin ZIF (burn in socket they called it) . Just perfect for these.
by Wobbles
Sun Apr 05, 2015 1:13 pm
Forum: Modules
Topic: Unexpected Symbol ??
Replies: 2
Views: 3924

Unexpected Symbol ??

Hi, I'm playing around with swordfish doing the most basic of tasks but i keep getting Symbol not expected errors in the editor I am only trying little pieces from the documentation for example on page 21 the 'dim PinIsHigh as PORTB.Booleans(0)' it seems to come up with the message in all sorts of p...
by Wobbles
Fri Mar 27, 2015 10:09 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Looking forward to trying it out :-)
by Wobbles
Tue Mar 24, 2015 3:02 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Thanks everyone for the input when i get back home (monday) i will crank the pc up and do some tinkering. :-)
by Wobbles
Mon Mar 23, 2015 5:52 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

If you are forced to add an external ethernet chip then you should take an ETH module already assembled and tested, and with 8$-20$ you can get a ENC28J60, and you can use the tcp stack library as Jerry says, or which cost a bit more a module with W5100 ( Swordfish library here http://www.sfcompile...
by Wobbles
Mon Mar 23, 2015 3:28 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Thanks , yes there is a little more to it but not a lot. I am unable to say on this forum too much sadly. I will it seems have to master the Ethernet aspect of pic. And oh yes you are correct the Microcontroller should be PIC 18F97J60 but I am now thinking these chips are overkill although simple in...
by Wobbles
Mon Mar 23, 2015 12:12 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

Have you much experience using PICs? Does it have to be a single chip solution? Hi, I guess it doesn't have to be a one chip solution really , just so happened I have one on a development board. Any suggestions for alternatives. Essentially bar a few outputs and inputs Ethernet is all I need so I'm...
by Wobbles
Sun Mar 22, 2015 4:22 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12987

PIC18F66J60 / 18F66J90 - Integral Ethernet

Hi, I am considering using Swordfish to work with the Pics as per in the subject line. Has anyone experience with utilising the Integral Ethernet on these devices and what problems if any should I encounter ? I need for example to ping an Address and monitor its success or otherwise. Any help or adv...