Connect One Ethernet shield


Closed Thread
Results 1 to 40 of 57

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default Re: Connect One Ethernet shield

    Quote Originally Posted by dhouston View Post
    When the Tibbo firmware is released I hope someone will consult a medium and let me know.
    Ask your supplier to let you know
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default Re: Connect One Ethernet shield

    I must have missed something ..
    Where/when did a picaxe come in and why???
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Dec 2005
    Posts
    1,073

    Default Re: Connect One Ethernet shield

    Quote Originally Posted by mackrackit View Post
    I must have missed something ..
    Where/when did a picaxe come in and why???
    Sleeping again, huh?

    The Xino basic Arduino form factor main board was designed to be a super low cost way for educators to make use of the myriad of shields available. It can use 18-pin or 28-pin PICAXE or PIC. I have a kit en route and hope to modify it to add series resistors in the TX, RX lines so that the comparators in the 16F88, 16F886/887 & 18F25K20/22 can be configured as inverters for TX, RX further reducing the parts count. There are pinouts for both 18-pin and 28-pin PICAXE chips at the above link.

    I am not really familiar with PICAXE but it appears the software UART pins are predefined so that's why I connected them per the pinouts. Also, the newer PICAXE 18M2 and 28X2 chips are custom made by Microchip for PICAXE. I have no idea whether this just means they have their logo printed on them or whether there are changes to the designs. I haven't seen datasheets for them. But, if they can justify custom chips from Microchip, PICAXE must be very popular.

    Since all the PBP software UART pins can be defined at compile time by the user, this should not be problem for PBP users.

    And, I still have to study the pinouts to see where the I2C connections need to be made. I2C presents one problem in that there's no way to easily deal with address conflicts should another shield also use I2C. I'll probably just tie all the address pins high with the leads exposed in such a way that the user can cut PCB traces to change the address. Also, multiple pull-ups could be problematic

    Also, I already have small I2C boards with 64KB EEPROM (SMT) which could be an optional item. I also have a similar board with a battery-backed RTC which uses the same pinout . But, I don't want to become a supplier (My next change of address may make me inaccessible.) so I'll have to see if the Xino folks will make them. Still, it might be best just to design for a DIP-8 socket and through-hole pull-ups.
    Last edited by dhouston; - 31st May 2011 at 13:02.

  4. #4
    Join Date
    Dec 2005
    Posts
    1,073

    Default Re: Connect One Ethernet shield

    I just noticed that the Xino Pro, which uses the same pin arrangements, has a pinout for the 18F25K20 on its web page. That should help in determining which PICs are compatible.

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default Re: Connect One Ethernet shield

    I2C presents one problem in that there's no way to easily deal with address conflicts should another shield also use I2C. I'll probably just tie all the address pins high with the leads exposed in such a way that the user can cut PCB traces to change the address.
    What about jumpers? Add a little to the cost but it might be worth it in the long run.
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869

    Default Re: Connect One Ethernet shield

    or how about solder jumpers? No added cost at all.
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  7. #7
    Join Date
    May 2011
    Posts
    4

    Default Re: Connect One Ethernet shield

    The wait is over

    http://blog.tibbo.com/

    The new firmware was updated yesterday.

    Regards
    Ian

  8. #8
    Join Date
    Dec 2005
    Posts
    1,073

    Default Re: Connect One Ethernet shield

    Quote Originally Posted by mackrackit
    What about jumpers? Add a little to the cost but it might be worth it in the long run.
    Quote Originally Posted by cncmachineguy
    or how about solder jumpers? No added cost at all..
    I've done a bit of both and also added through-hole pads to each of the five interface lines so they can be rerouted by cutting traces and adding wires.

    One remaining issue - the socket for the mini iWiFi is taller than those for the other two modules.It's not a problem for end users but is for testing. I guess I'll have to find people with each who are willing to test and maybe write a short tutorial in exchange for one of the prototype boards.

    Name:  TOP.JPG
Views: 4696
Size:  412.0 KBName:  BOTTOM.JPG
Views: 4779
Size:  247.2 KB
    Last edited by dhouston; - 31st May 2011 at 15:45.

  9. #9
    Join Date
    Mar 2009
    Location
    Colorado
    Posts
    378

    Default Re: Connect One Ethernet shield

    Quote Originally Posted by dhouston View Post
    One remaining issue - the socket for the mini iWiFi is taller than those for the other two modules.It's not a problem for end users but is for testing. I guess I'll have to find people with each who are willing to test and maybe write a short tutorial in exchange for one of the prototype boards.
    Attachment 5600Attachment 5601
    Dave, I am in process of developing an embedded MCU application that will use the ConnectOne Mini iWiFi module. However, your use of the term "ethernet sheild" confuses me. By shield do you mean it provides an RF shield to protect the rest of the PCB containing the MCU from RF emissions? Is this PCB for use only with Arduino boards? Please explain so I know whether your "ethernet shield" would be of use to me.
    I would also appreciate your comments regarding whether my PCB layout must take any specific precautions in the layout and grounding techniques to properly interface to the iWiFi via its 2x6 pin header. I am currently planning on creating a "copper pour" area on my PCB that lies under the overlying iWiFi module, but not sure what is really required. I am kind of new to trying to integrate an RF module with an embedded MCU PCB.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts