This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840 pi hat

hi all

i have been working on a raspberry pi hat design and i would like feedback on it's design

this is the link to the github repo and i do update it regularly  https://github.com/sentinelinfinitus/nrf52840-pi-sheild

fair warning i used kicad and for some parts were added using mousers library loader

if you see some things i am doing wrong or have any suggestions on how to do some things better please let me know

Parents
  • Hi,

     

    DEC4 must be connected to DEC6, this was changed after v0.5 of the OPS was released, you might want to reference documentation which is up to date. https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/keyfeatures_html5

     

    For some reason I am not able to view the design layout, probably due to my own KiCad incompetence. Are you able to export gerbers or something else?

     

    Best regards,

    Andreas

  • chances are you don't have the parts added and thats why you can't see them

    all the parts in use are in the parts folder most of them you have to add via mousers part loader it will create a library that you will have to add manually

    there is one part that is not added via part loader for that one you just manually add it

    to add parts to the schematic view open the schematic view

    preferences>manage symbol library>browse library

    ex: nrf52840-qiaa       {pihatfolder}/kicad-library-master/kicad-library-master/schema-components/nrf52840-qiaa.lib

    ex:[SamacSys_Parts aka mouser parts lib] C:/libloader/SamacSys_Parts.lib this is where mine is

    to add the footprints open footprint library editor

    preferences>manage symbol library>browse library

    ex:[SamacSys_Parts again the mouser parts] C:/libloader/SamacSys_Parts.mod

    ex: RuuviTag    /nrf52840 pi sheild/kicad-library-master/kicad-library-master/RuuviTag.pretty [please note this one is a folder]

    also there is a hat.pdf it's the schematic in pdf format this is what i assume you are referencing in the quoted section
    {quote}

    [For some reason I am not able to view the design layout, probably due to my own KiCad incompetence. Are you able to export gerbers or something else?[

Reply
  • chances are you don't have the parts added and thats why you can't see them

    all the parts in use are in the parts folder most of them you have to add via mousers part loader it will create a library that you will have to add manually

    there is one part that is not added via part loader for that one you just manually add it

    to add parts to the schematic view open the schematic view

    preferences>manage symbol library>browse library

    ex: nrf52840-qiaa       {pihatfolder}/kicad-library-master/kicad-library-master/schema-components/nrf52840-qiaa.lib

    ex:[SamacSys_Parts aka mouser parts lib] C:/libloader/SamacSys_Parts.lib this is where mine is

    to add the footprints open footprint library editor

    preferences>manage symbol library>browse library

    ex:[SamacSys_Parts again the mouser parts] C:/libloader/SamacSys_Parts.mod

    ex: RuuviTag    /nrf52840 pi sheild/kicad-library-master/kicad-library-master/RuuviTag.pretty [please note this one is a folder]

    also there is a hat.pdf it's the schematic in pdf format this is what i assume you are referencing in the quoted section
    {quote}

    [For some reason I am not able to view the design layout, probably due to my own KiCad incompetence. Are you able to export gerbers or something else?[

Children
Related