element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
In the Air Design Challenge
  • Challenges & Projects
  • Design Challenges
  • In the Air Design Challenge
  • More
  • Cancel
In the Air Design Challenge
Blog In The Air: Episode 6 - Getting Ready For PCBs
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: michaelwylie
  • Date Created: 11 Dec 2014 6:01 AM Date Created
  • Views 1073 views
  • Likes 4 likes
  • Comments 9 comments
  • iot_particle_counter
  • in_the_air
Related
Recommended

In The Air: Episode 6 - Getting Ready For PCBs

michaelwylie
michaelwylie
11 Dec 2014

Previous Posts:

In The Air: Epidose 1: Introduction

In The Air: Episode 2 - Preparing for Surface Mount Work

In The Air: Episode 3 - Surface Mount Beginnings

In The Air: Episode 4 - Inductors

In The Air: Episode 5 - PCB Design

 

Update

This week involved procuring parts. I contacted Wurth for the following parts:

 

  • Design Kit WCAP-CSGP - General Purpose - 0805
  • Design Kit WCAP-CSGP - General Purpose - 1206, 1210, 1806
  • Serie 2141 - 3.50mm Horiz.l Entry Modular WR-TBL
  • 2.54mm Dual Socket Header WR-PHD
  • 2.54mm THT Dual Pin Header WR-PHD

 

The first two kits are for the 0805 and 1206 capacitors I used on my board. The third item is a 2 position terminal block for a power supply input. Items 4 and 5 are male and female headers for the TI Booster Pack Interface. I used all Texas Instruments ICs on my board, so I contacted Christian (@doctorcdf) and he was able to procure samples from TI for me. For everything else, I used my budget from Newark. So, while I wait for everything to be delivered I began working with the CC3200 Launch Pad. I'm following the tutorials (first, second) created by @shabaz for the CC3200.

 

This leaves me with not much to talk about for this week's blog post. How about some more about PCB design, and then a little about reading? Figure 1 shows a zoomed portion of my Booster Pack design. U8, down at the bottom left, is a TINY humidity and temperature sensor. I was surprised that no one who read my last post challenged me on the layout decision for that chip.

 

image

Figure 1: Zoomed picture of my Booster Pack design.

 

When placing the sensor directly on my main PCB like this, it should be thermally isolated from the rest of the board. Figure 2 shows how TI suggests doing this in the HDC1000 datasheet. The white portions are slots drilled in the PCB, and this reduces the thermal mass. What's that all about? Well, for our purposes, a low thermal mass allows the sensor to respond quickly to temperature fluctuations. What I'm really getting at here, is that I didn't include any slots in my PCB design.

 

image

Figure 2: Isolating the HDC1000 and reducing its thermal mass.

 

Why, oh why would I have done this? I've got three reasons:

  1. I don't want to measure the ambient air temperature. I want to know the board temperature. The microcontroller might have a temperature sensor built-in, but that's on the launchpad not the Booster Pack.
  2. Slotted holes are always a pain when getting your PCB fabricated. I'm not sure why this is an issue, but every time I've gotten quotes for PCBs the manufacturers were more concerned with how many slotted holes the board contained and not the overall hole count.
  3. I don't even have a good reason to have this chip included, I just thought it would be fun to put it on the board.

 

I suppose this brings me to the section where I talk about reading. The more I mentor students, the more I reflect on my own education and experience. Inevitably, when I first started with a student we would have a conversation something like this:

 

     Student: Hey Mike, I can't seem to get XYZ working.

     Mike: What does the datasheet say about it?

     Student: Ahhh, I dunno.

 

I think this is a symptom of a larger problem: students can "read" without understanding. I'm guilty of it myself. I can easily recall reading technical documents and stopping only to think, "I haven't understood anything I've read for the last page and a half". Not only did I not understand it, I don't even remember what I read! It's like my "reading" was on autopilot. When I was a teenager, my father always told me RTFQ², which stood for Read the (expletive deleted) question squared, or in this case twice. Although I prefer a cleaner version, I think the principle remains true; reading and understanding is important. I have two techniques I use to help me understand what I am reading. The first is to periodically stop and ponder what I have read. It's amazing how effective this technique can be. The second is to read with a pen and paper handy to make notes about what I've read. I only discovered how helpful this was when I started preparing lectures as a graduate student.

 

Hope your projects are going well! Til next time.

  • Sign in to reply

Top Comments

  • michaelwylie
    michaelwylie over 10 years ago in reply to ipv1 +2
    There's nothing wrong with that. I would have done that as well, I just prefer a design kit for prototyping. I don't have 100 bags of capacitors hanging around. The kits showed up today, and they're beautiful…
  • DAB
    DAB over 10 years ago

    Nice update.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelwylie
    michaelwylie over 10 years ago in reply to shabaz

    I've wondered if reading comprehension is something that is slowly learned, or if it's one of those "Aha" moments. Maybe it's a combination of both. Do you know why the manufacturers seem more concerned with slotted holes than anything else?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelwylie
    michaelwylie over 10 years ago in reply to ipv1

    There's nothing wrong with that. I would have done that as well, I just prefer a design kit for prototyping. I don't have 100 bags of capacitors hanging around. The kits showed up today, and they're beautiful. Wurth really knows how to present a product.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ipv1
    ipv1 over 10 years ago

    Well I didn't cut the slots either and again for the basic reason that I shoved it so far away that nothing with interfere. No copper pours except for the ground one and the sensor is on the edge so it does its job right.

    image Hope it works.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 10 years ago

    Hi Michael,

     

    Looking forward to seeing the board in action : ) I imagine you can't wait either.

    Also, excellent points!! Most of the time the first read of the datasheet doesn't get absorbed. I always have to go back and re-read at least once more.

    Also, often component manufacturers are nice and happy to review designs, so this helps too.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube