element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
PCB Design, Prototyping and Production
  • Products
  • More
PCB Design, Prototyping and Production
PCB Forum PCB design - Question from schematic to PCB | Kicad
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join PCB Design, Prototyping and Production to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 14 replies
  • Subscribers 118 subscribers
  • Views 1881 views
  • Users 0 members are here
  • kicad
Related

PCB design - Question from schematic to PCB | Kicad

feiticeir0
feiticeir0 over 1 year ago

Hi all !

I'm coming to you with, probably, a newby question from PCB design.

I'm trying to design my second PCB (the first one had a flaw that I didn't foresaw and was a bust) and I'm coming to you for a small verification.

I'm trying to design a PCB for the following circuit (from https://randomnerdtutorials.com/power-esp32-esp8266-solar-panels-battery-level-monitoring/:

image

I'm going to use a ESP32-CAM .

I already have the kicad project done - the schematics:

image

and the PCB layout:

image

Now, my question is regarding the wiring from the battery to the two capacitors and then to the ESP32-CAM. Will the wiring, like it is, be the same like in Fritzing design ?

I have this working on a breadboard - but there I wire all the wires on the same rail -

image

Thank you

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 1 year ago in reply to Jan Cumps +3
    Zones are a bit odd, until you managed to use them once. Maybe create a project with just Vss, Vdd and two resistors in parallel. Then try to play with zones on the PCB design of that simple example. …
  • Jan Cumps
    Jan Cumps over 1 year ago in reply to feiticeir0 +2
    When you add the zone, give it the same net name as the pads that you try to connect.
  • feiticeir0
    feiticeir0 over 1 year ago in reply to shabaz +1
    Thank you ! I'm not even considering the TP4056 for the PCB - that will be connected to the solar panels. This PCB will only be from output of the TP4056 - it will be connected to the battery holes.…
Parents
  • shabaz
    0 shabaz over 1 year ago

    Hi,

    Are you sure that B+ and OUT+ are connected together, and that B- and OUT- are connected together?

    On the board in the photo below, B- and OUT- are not connected together, you can see the green and blue arrow pads have copper leading away, they are not shorted. I don't know how those charger chips work, they may not be happy charging a battery which is also being discharged at the same time, as would be the case if those connections were shorted together.

    image

    Also, you don't need to route the ground connection, you can make that one plane. For example, the regulator portion could be done like this (some might prefer the ground plane to be on the top side, for through-hole projects, to make life easier when following traces and making mods).

    Notice that I've added a capacitor on the input side of the regulator too. While it might not be necessary (I don't know), it's safer to at least have that footprint on the board just in case. Plus, since this is a one-off board (or even if it is not, if it's not consumer mass-produced item) it's not worth shaving costs by leaving out that capacitor. 

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • feiticeir0
    0 feiticeir0 over 1 year ago in reply to shabaz

    Thank you !

    I'm not even considering the TP4056 for the PCB - that will be connected to the solar panels. This PCB will only be from output of the TP4056 - it will be connected to the battery holes.

    I'm really more interested on the regulator portion and have the ESP32 so I can swap it in and out,  just in case.

    I could use a GND plane (and I've heard of it), but this is my second attempt at a PCB, so, I'm taking it easy ! Slight smile But I've seen your picture and I understand it. I will call it version 2 ! Slight smile

    But, I loved that you've added a capacitor . Will follow your advice and add one too. Btw, what's should be the value ? 100uF @ 16v (for example) ?

    I'm no expert on electronics and this is way out of my comfort zone.  I'm just trying to have the ESP32-CAM be powered by the sun and last while the batteries have juice.

    What I'm trying to prevent (and something that I've witnessed) is that the ESP32 is turning on and off because the sun is powering the panels, but the batteries don't have enough juice to sustain this. 

    I've been doing tests with one 18650, but probably will have two in parallel - for those weeks without much sun.

    Thank you

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • feiticeir0
    0 feiticeir0 over 1 year ago in reply to feiticeir0

    I'm trying to add a GND zone, but I'm getting the following error:

    <no net> will result in an isolated cooper island..

    I'll just add the capacitor and try to add the zone in a version 2 Slight smile

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 1 year ago in reply to feiticeir0

    When you add the zone, give it the same net name as the pads that you try to connect.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 1 year ago in reply to Jan Cumps

    Zones are a bit odd, until you managed to use them once. Maybe create a project with just Vss, Vdd and two resistors in parallel. Then try to play with zones on the PCB design of that simple example.

    It 'll avoid frustration of learning an advanced concept in a real case. If it turns out bad, start over.

    Zones do work well in KiCAD  once you get the hang of it. I made a 4 layer high frequency switch mode power supply, with almost everything being a zone.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Jan Cumps
    0 Jan Cumps over 1 year ago in reply to Jan Cumps

    Zones are a bit odd, until you managed to use them once. Maybe create a project with just Vss, Vdd and two resistors in parallel. Then try to play with zones on the PCB design of that simple example.

    It 'll avoid frustration of learning an advanced concept in a real case. If it turns out bad, start over.

    Zones do work well in KiCAD  once you get the hang of it. I made a 4 layer high frequency switch mode power supply, with almost everything being a zone.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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