NerdKits - electronics education for a digital generation

You are not logged in. [log in]

NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.

Project Help and Ideas » What kind of IC package is the TI CC3000?

May 04, 2012
by jlaskowski
jlaskowski's Avatar

I bought a CC3000 WiFi Chip that I want to connect to my Atmega128 via SPI. What kind of chip package is this? I need to figure out what kind of adapters/sockets are available so I can determine how to connect it to the Atmega128.

CC3000 WiFi Chip

May 05, 2012
by Rick_S
Rick_S's Avatar

That would have to be mounted to a board via reflow. I don't think there is any way to "hand solder" that package with an iron. That package style is a no lead style (could be QFN or TQFN or some similar or could be a module of some sort). Either way you would definitely need a good quality board to mount it to and would need to reflow solder it down. That would have probably been one to have purchased mounted to a board with the antenna circuit design work done.

Rick

May 05, 2012
by Ralphxyz
Ralphxyz's Avatar

Wow, that is a great "module"!!

As a module it is not a standard package so you will not find normal breakout boards available!

You will need to make your own or get something like this.

Mouser has a evaluation board but I think that comes with a module which you already have, but that really makes it interesting for $53.46.

This module offloads most of the mcu responsibilities, it has a internal TCPIP stack, which is one of the biggest challenges for mcu programming!

You probable will get better answers on a dedicated wifi forum or even on a Arduino forum.

Please keep us posted.

Ralph

May 05, 2012
by dvdsnyd
dvdsnyd's Avatar

@jlaskowski

If you just want to do some prototyping with the chip to start off you could solder some small wires "dead bug" style and hook it up to your breadboard. Here is a link of a video and a bit of description:

Otherwise, you would have to import/make the package into Eagle or some sort of PCB CAD program and either make your own board or have one made, but then you would still have to do some soldering. Sparkfun has some tutorials as well as other people on Youtube have tutorials of soldering difficult chips like that. Don't be discouraged by it's look though. Good luck, keep us posted.

David

May 06, 2012
by Rick_S
Rick_S's Avatar

David,

While "dead bug" style soldering may be ok for prototyping simple IC's such as gyro's or accelerometers, the module jlaskowski has is far more complicated than those. The odds of getting a workable antenna circuit by dead bugging would be slim not to mention the heat dissipation of the ground pads underneath. Packages like that have very specific design requirements for the radio portion of their circuit to work properly. Just reading the datasheet for the module, it clearly states that:

Layout notes:

  1. Minimum 4-Layer PCB with second layer ground plane
  2. Four ground pads beneath module to be thermally tied to top layer ground pour
    • Connect top side pour to layer 2 ground plane using ample vias
  3. Avoid long routes on top layer beneath module. Via fanout beneath module is acceptable.

And on another page it states "Only a single reflow soldering process is encouraged for host boards."

This part is clearly not a hobbiest part in this form. Maybe jlaskowski has access to good design software and can have a 4 layer prototype board made up? I'd love to see him make something of it. If he doesn't, I'll stick to my original comment where I stated it would have been a good one to purchase mounted.

Rick

May 06, 2012
by jlaskowski
jlaskowski's Avatar

Thanks, folks. I went ahead and ordered the evaluation board as a first step. When I actually get the MCU talking to it via SPI and have a working wireless TCP/IP connection to a Java program on my laptop, I'll take on the challenge of PCB design/fabrication. It seems there's a lot to learn and I found a nice PCB design tutorial online.

When it comes to reflow soldering, some videos show people making MCU-controled toaster ovens to regulate temperature delta per component specs. Other people sort of "wing it" with a heat gun. It seems a newbie like me would probably destroy some chips trying to use a heat gun and might be better off with an MCU temp-controlled toaster over. Any thoughts?

Does anyone recommend a solder paste product for reflow soldering?

May 06, 2012
by Ralphxyz
Ralphxyz's Avatar

Some even use a frying pan.

I have a "MCU temp-controlled toaster oven" on my todo list.

Of course first I have to learn how to make/draw a PCB.

Ralph

May 06, 2012
by Ralphxyz
Ralphxyz's Avatar

The PCB design tutorial is "about" PCB's not a tutorial on actually making one!

Eagle is used by a lot of people. Sometimes if you want a certain supplier to make your PCB's you have to use their designated PCB layout tools.

Ralph

May 06, 2012
by dvdsnyd
dvdsnyd's Avatar

Rick,

Guess that just shows my ignorance. I obviously don't know anything about this chip or more complicated chips. I have just seen that style before and thought it may be of use to someone. I have not tried it out.

Thanks for correcting me and steering him in the right direction.

David

May 06, 2012
by Rick_S
Rick_S's Avatar

David, I apologize if I came of like an A$$. I do that sometimes without intending to. As for Eagle, Ralph, the free version only allows for two layer boards. The design spec in the datasheet states a 4 layer design. So inexpensive design options might be difficult to come by.

jlaskowski, keep us up to date on your progress, this seems to be an interesting project.

May 06, 2012
by jlaskowski
jlaskowski's Avatar

I'll definitely keep you informed. This is going to be a lot of learning, but I seem to be getting through it step at a time, thanks to everyone's help on the Nerdkit forums.

Right now, I'm studying SPI and how it's implemented on the Atmega168 (which I mistakenly called the Atmega128 above). It's coming together for me.

When the CC3000 WiFi EM board shows up, I'll wire it to the MCU's SPI. The SPI connections will be between 2 devices with different voltages (MCU is 5V and CC300 is 3.3V). I got some help on another post as to how to use a 3.3V regulator and the MOSFETs that came with the Nerdkit.

After that, it'll be writing to the SPI to configure the C3000 to connect to my router, including security settings. Then it'll be a matter of implementing it's TCP/IP functions and send a message to a TCI/IP server I'll write in Java on my laptop. Perhaps I'll just send the temperature from the temp sensor project.

I supposed when that's done, I'll look at designing a board to transfer all this off of the EM Board and solderless breadboard that came with the Nerdkit.

May 07, 2012
by dvdsnyd
dvdsnyd's Avatar

Rick,

No harm, no foul. It happens to the best of us. :-D

jlaskowski,

Good luck with the build! Looks like lots to learn, should be neat

May 09, 2012
by BobaMosfet
BobaMosfet's Avatar

For anyone else with QFPN (Quad Flat Pack No-leads), type SMT packages, I found this outfit that has adapters. I have not tried it myself, not ready to do SMT stuff (working up the nerve to try it :D), so if anyone does, please post back on their impression.

http://www.beldynsys.com/quad.htm

BM

May 09, 2012
by Ralphxyz
Ralphxyz's Avatar

They certainly have nice selections for breakout boards, thanks Boba.

Ralph

Post a Reply

Please log in to post a reply.

Did you know that any circuit of voltage sources and resistors can be simplified to a "Thevenin" equivalent circuit? Learn more...