Simplified Wifi breakout board (pics)

Discussion to talk about hardware related topics only.
Post Reply
User avatar
mx270a
Posts: 80
Joined: Tue Jan 19, 2010 6:55 pm

Simplified Wifi breakout board (pics)

Post by mx270a »

I wanted to incorporate the Wifi module into a future design, but I wanted to confirm that I had the right connections to make it work before rolling it in to a larger PCB. I ended up making a tiny PCB to connect just the necessary leads for a connection over SPI. Schematic and pictures are below. For use on SPI, mode0 and mode1 get pulled high.

I like the compact size of the Wifi module, but I'm not thrilled about not being able to see what the solder joints look like. Version 1 works great, so I guess my concern is unfounded.

-Lance
Attachments
1.gif
1.gif (12.42 KiB) Viewed 6206 times
2.jpg
2.jpg (40.62 KiB) Viewed 6206 times
3.jpg
3.jpg (54.26 KiB) Viewed 6206 times
4.jpg
4.jpg (84.47 KiB) Viewed 6206 times
Last edited by mx270a on Mon Jun 29, 2015 7:31 pm, edited 1 time in total.
seulater
Posts: 445
Joined: Fri Apr 25, 2008 5:26 am

Re: Simplified Wifi breakout board (pics)

Post by seulater »

Glad you got it working. I am doing the same thing as well for my project. I too wish they would have chosen a different pad layout for the module. Something like this.
2015-02-20_8-56-39.jpg
2015-02-20_8-56-39.jpg (17.65 KiB) Viewed 6193 times
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: Simplified Wifi breakout board (pics)

Post by dciliske »

I agree with wanting the half-moon pads, but I'd guess that they would: a) add to the board cost, b) add slightly to the board size, and c) make it harder to do the trace antenna.

Also, Lance, MODE1 should be pulled high as well for SPI. In the current firmware, MODE1 is a "Don't care" for either mode, but is marked as "Reserved" for state 0. This is to allow us to add USB or other bus configuration at a later date (USB might be interesting due to fewer pins, but it'll be slower than SPI, as it will only be Full Speed (12Mbps)).

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
mx270a
Posts: 80
Joined: Tue Jan 19, 2010 6:55 pm

Re: Simplified Wifi breakout board (pics)

Post by mx270a »

How do I check or update the firmware on the wifi modules?

I recall on a previous post some discrepancy between the jumper settings on the silkscreen and the quick start guide. There was mention of updating the firmware to have the silkscreen be correct.
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: Simplified Wifi breakout board (pics)

Post by dciliske »

All SOMs have the correct firmware. It was only the first 5 adapter boards that had the issue (well, actually 1 SOM was shipped but then replaced in transit). I actually don't have a quick way to do that check at the moment...

As for the quickstart not matching the silkscreen, I misinterpreted the silkscreen vs. the schematic when finalizing the firmware for the first production run. The quickstart was written during this confusion. Currently, the adapter Schematic == adapter silkscreen == device firmware != quickstart.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
seulater
Posts: 445
Joined: Fri Apr 25, 2008 5:26 am

Re: Simplified Wifi breakout board (pics)

Post by seulater »

dciliske wrote:I agree with wanting the half-moon pads, but I'd guess that they would: a) add to the board cost, b) add slightly to the board size, and c) make it harder to do the trace antenna.

Also, Lance, MODE1 should be pulled high as well for SPI. In the current firmware, MODE1 is a "Don't care" for either mode, but is marked as "Reserved" for state 0. This is to allow us to add USB or other bus configuration at a later date (USB might be interesting due to fewer pins, but it'll be slower than SPI, as it will only be Full Speed (12Mbps)).

-Dan
Dan, just a thought adding them would not add any more cost. you could keep the board the same size Just put the half moon pads at the very edge of you current pads. I do not see how it would affect the trace antenna section since there are no pads there.
This would allow many more people to be able to solder their own prototypes, and small run builds.
Post Reply