وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Learn to Design Your Own Boards

سرفصل های دوره

Design a board in 15 hours. Step-by-Step tutorial based on Arduino project (Altium)


1. Drawing Schematic and Creating Libraries
  • 1.1 28Pins-Complete Altium Project For This Course.zip
  • 1. Introduction
  • 2. What you will learn during this course
  • 3. Download Arduino schematic and start a new project
  • 4. Prepare to create ATMEGA328P component
  • 5. Create ATMEGA328P - Schematic symbol
  • 6. Create ATMEGA328P - Footprint
  • 7. Prepare to create ATMEGA16U2 component
  • 8. Create ATMEGA16U2 - Schematic symbol
  • 9. Create ATMEGA16U2 - Footprint
  • 10. How to update an existing component
  • 11. Create 10 pin female header
  • 12. Create 8 pin female header
  • 13. Create 6 pin female header
  • 14. Connect 10, 8, 6 pin headers
  • 15.3 CAPC.zip
  • 15. Create 100nF capacitor
  • 16. About connecting power pins of microcontroller
  • 17. Create 10uF capacitor
  • 18. Create Ferrite Bead
  • 19. Draw power connections
  • 20. Create 1M resistor
  • 21. Create 16MHz Crystal
  • 22. Create 18pF capacitor
  • 23. Draw crystal circuit
  • 24. Connect power header
  • 25. Draw crystal connection and power for 16U2
  • 26. Create ICSP header
  • 27. Connect ICSP header
  • 28. Placing net names
  • 29. Using schematic filter and schematic inspector
  • 30. Connecting rest of the IO connector signals
  • 31. Create 22 Ohm resistor
  • 32. About connecting CLOCK, RX and TX
  • 33. Create 1k Ohm resistor
  • 34. Connect UART signals
  • 35. Connecting ICSP1 header
  • 36. Creating 2x2 male header
  • 37. Connect 16U2 IO header
  • 38. About RESET circuit
  • 39. Creating BUTTON
  • 40. Create 10k resistor
  • 41. Creating DIODE
  • 42. Create AND gate
  • 43. Connecting RESET circuit
  • 44. Draw rest of RESET connections
  • 45.3 HDR 1x3 White.zip
  • 45. Creating 1x3 male header
  • 46. Connecting JP1 jumper and 16U2 RESET circuit
  • 47.2 HDR 1x4 White.zip
  • 47. Create 1x4 male header
  • 48. Connecting JP3 jumper
  • 49. Create Orange LED
  • 50. Calculating LED resistor
  • 51. Create 560 Ohm resistor
  • 52. Connecting LEDs to indicate communication
  • 53. Create and connect Green Power LED
  • 54. Connecting User LED
  • 55. Create +3.3V LDO regulator
  • 56. Connect +3.3V LDO regulator
  • 57. About power selection circuit
  • 58. Create 0R resistor
  • 59. Draw power selection circuit, about unfitted components
  • 60. Name some 16U2 nets and about pull up resistors
  • 61. Create 100k resistor
  • 62. Connecting 16U2 signals, GND pins, about UCAP
  • 63. Create 1uF capacitor
  • 64. Draw UCAP connection and name power & crystal nets
  • 65. About USB connector + Creating USB connector schematic symbol
  • 66. Creating USB connector footprint
  • 67. Connecting USB - Part 1
  • 68.2 R0603.zip
  • 68. Create Varistor
  • 69. Connecting USB - Part 2
  • 70. Creating 100uF capacitor
  • 71. Create 2.2uH inductor
  • 72. Connecting USB - Part 3
  • 73. Add and connect User Button
  • 74. Create and connect PADs
  • 75. Create and add fiducials
  • 76. Create and add mounting holes
  • 77.2 dil socket.zip
  • 77. Create and add DIP socket
  • 78. Create and add LINK (jumper)
  • 79. About PCB and Firmware component
  • Files.zip

  • 2. Finishing Schematic
  • 1. Annotating, checking and browsing schematics
  • 2. Adding notes into schematic
  • 3.1 Templates.zip
  • 3. Finishing schematic About Pages, Title Block and Parameters
  • 4.1 Templates.zip
  • 4. About components and BOM (Bill of Material)
  • 5. Update Altium Designer settings
  • 6. Importing Schematic into PCB

  • 3. PCB Placement
  • 1. Change board shape, place mounting holes and main connectors
  • 2. How to start placement, place 328P MCU and DIP socket
  • 3. Change Altium settings, hide designators, setup grid, lock down components
  • 4. About placement
  • 5. Placement around 328P MCU
  • 6. Placement around 16U2 MCU
  • 7. Place components around USB connector
  • 8. Placing headers, jumpers and LDO regulator
  • 9. Placing buttons, 16U2 reset, LEDs
  • 10. Placing remaining components
  • 11. 3D view of finished placement
  • 12.1 PDF Creator.html
  • 12. About paper model

  • 4. PCB Layout
  • 1. Preparing for layout
  • 2. Routing long connections
  • 3. Routing short connections
  • 4. Routing power nets
  • 5. Routing ground net
  • 6. Checking if everything is connected
  • 7. Current status and about layout procedure for more complex boards
  • 8. Importing schematic changes into PCB
  • 9. Drawing power planes (polygons)
  • 10. Drawing ground planes
  • 11. More polygons, improving power tracks and power planes
  • 12. Improving layout Part 1
  • 13. Improving layout Part 2
  • 14. Improving layout Part 3
  • 15. Improving silkscreen layer
  • 16. Adding gold company logo
  • 17. Adding assembly drawing layer
  • 18. Creating mechanical drawing layer
  • 19. Adding manufacturing notes layer
  • 20. Finishing PCB

  • 5. Manufacturing documentation
  • 1. Create board variants
  • 2.1 Templates.zip
  • 2. Start procedure of releasing your board documentation
  • 3.1 ViewMate.html
  • 3. Generate and check gerber files
  • 4. Generating NC drill outputs and drawings
  • 5. About stackup document
  • 6. Generate mechanical drawing
  • 7. Generate assembly drawing
  • 8. Generate top view drawing
  • 9. Generate BOMs
  • 10. Generate pick and place file
  • 11. About stencils
  • 12. Generate 3D PDF and STEP file
  • 13. Generate PDF schematic
  • 14. Back up the project and what next ...
  • Files.zip

  • 6. Bringing your board to life
  • 1. How to start with software development
  • 2. Programming 16U2 MCU
  • 3. Programming 328P MCU
  • 4. Reprogram 16U2 MCU
  • 5. Testing your board
  • Files.zip

  • 7. Thank you
  • 1. Thank you very much for signing up for this course
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 37409
    حجم: 4906 مگابایت
    مدت زمان: 874 دقیقه
    تاریخ انتشار: 20 خرداد 1403
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید