Загрузка страницы

Why does PCB to blinky LED take so long? 🧑🏼‍🏭

#pcb #board #bringup
After getting my PCBs from PCBWay https://www.pcbway.com/, the next obvious step was to get it soldered and flash in a simple blinky LED. But I was surprised to realize how long that took! Then I realized that there is such a thing called the "Board Bring-Up" and it does take a long time. Hence, I share a 7-step board bring-up process while making a custom Arduino board for a LoRa-GPS tracker based on Arduino Zero microcontroller SAMD21G. We will be using a J-Link EDU Mini to upload the bootloader and then test out the simplest Blinky LED along with the GPS, LoRa, and E-Ink subsystems.

‣ Some links below are affiliate. I receive a small commission at no extra cost to you.

⏰ TIMESTAMPS AND RESOURCES
0:00 Intro
0:29 Board Bring-up
1:02 Visual Inspection
2:10 Soldering
3:06 Powering up
4:14 Bodge wires
5:28 Bootloader https://hutscape.com/oak/examples/bootloader
6:55 Custom Arduino board https://hutscape.com/oak/examples/custom-arduino
8:30 Blinky LED https://hutscape.com/oak/examples/hello-world
9:08 Sensors and displays
9:25 LoRa TX https://hutscape.com/oak/examples/lora-tx
9:34 LoRa P2P https://hutscape.com/oak/examples/lora-duplex-a
9:47 GPS Fix https://hutscape.com/oak/examples/gps-fix-parsed
9:59 E-Ink https://hutscape.com/oak/examples/eink
10:08 Outro

🛍️ PRODUCTS MENTIONED

2x5 10-pin 1.27MM pitch connector for SWD
https://s.click.aliexpress.com/e/_9yyfdT

Waveshare 1.54inch E-Ink display black/white e-paper 200x200 resolution https://amzn.to/3BrwFW4
https://s.click.aliexpress.com/e/_Aa47iU

HopeRF LoRa RFM95 module
https://amzn.to/3BvDgis
https://s.click.aliexpress.com/e/_A49mJI

🎩 DEMO FILES
Project Oak https://hutscape.com/oak/hardware

📺 WATCH NEXT
A case study of LoRa-GPS tracker https://youtu.be/Kgxx7jivSes
SMD Stencil soldering https://youtu.be/gqVcnFnPWsY
Uploading Arduino bootloader on a new micro-controller https://youtu.be/h2nKROPlFy0
Using LoRa for P2P https://youtu.be/tO1hYr6hNa4
Displaying on E-Ink screen https://youtu.be/enfliRlCYbc
Getting started with a GPS module https://youtu.be/S1ASB8kQ5Is

🔗 LINKS SHOWN
Flying probe test https://youtu.be/2_4BJA-y50Q?t=25
Arduino platform specs https://arduino.github.io/arduino-cli/0.19/platform-specification

🎼 MUSIC AND VIDEOS USED
Music from Uppbeat (free for Creators!):
Cosy by Prigida https://uppbeat.io/t/prigida/cosy
License code: 2RZTS2Y2R5UCCCXU
How WonderfulCutesy Chamber Ensemble https://uppbeat.io/t/cutesy-chamber-ensemble/how-wonderful
License code: L4VZ4TLGTM7R7NRV

Video by Malte Luk from Pexels https://www.pexels.com/video/person-working-with-computer-2110240/
Video by Vanessa Loring from Pexels https://www.pexels.com/video/kids-building-robots-7868282/

🔌 TOOLS USED
https://hutscape.com/tools

Видео Why does PCB to blinky LED take so long? 🧑🏼‍🏭 канала Sayanee Basu
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
12 ноября 2021 г. 14:00:26
00:10:42
Другие видео канала
I designed my first electronics enclosure for 3D printing // FreeCAD + KiCAD complete walkthroughI designed my first electronics enclosure for 3D printing // FreeCAD + KiCAD complete walkthroughI built a LoRa-GPS Tracker // Range test, battery life & firmwareI built a LoRa-GPS Tracker // Range test, battery life & firmwareERC/DRC common errors and how to use it like TDD // KiCadERC/DRC common errors and how to use it like TDD // KiCadSMD Stencil soldering - perspectives of a first-timer on what's easy and difficult // KiCad, PCBWaySMD Stencil soldering - perspectives of a first-timer on what's easy and difficult // KiCad, PCBWayOptional but useful things to include in prototype PCBs for testing and debugging // KiCadOptional but useful things to include in prototype PCBs for testing and debugging // KiCadFrom Rats Nest to a complete PCB layout in 10 steps // Designing a LoRa-GPS tracker in KiCadFrom Rats Nest to a complete PCB layout in 10 steps // Designing a LoRa-GPS tracker in KiCadOnline PCB manufacturing and the checklist manifesto // KiCad, PCBWayOnline PCB manufacturing and the checklist manifesto // KiCad, PCBWayHardware APIs on the Web and using experimental technologies // Web BLE, Web USB, GeolocationHardware APIs on the Web and using experimental technologies // Web BLE, Web USB, GeolocationVS Code for embedded programming // Arduino, Pico with C/C++VS Code for embedded programming // Arduino, Pico with C/C++RPI Pico is joining the world of microcontrollers // Chip design, PIO, Neopixel WS2812, C/C++ SDKRPI Pico is joining the world of microcontrollers // Chip design, PIO, Neopixel WS2812, C/C++ SDKVersion control for hardware developers // Git, GitHub, KiCadVersion control for hardware developers // Git, GitHub, KiCadBill of Materials for a prototype or low volume electronics // KiCad, PartsBox, CSV, PythonBill of Materials for a prototype or low volume electronics // KiCad, PartsBox, CSV, PythonOrganise large Arduino codebase with libraries, files and folders // Arduino CLI, Nano 33 BLE SenseOrganise large Arduino codebase with libraries, files and folders // Arduino CLI, Nano 33 BLE SenseA case study of LoRa-GPS tracker and how to evaluate similar projects // LilyGO T-Beam, range testA case study of LoRa-GPS tracker and how to evaluate similar projects // LilyGO T-Beam, range testCommon missing steps between the schematic and PCB layout // KiCad, PartsBox with LoRa, E-Ink, GPSCommon missing steps between the schematic and PCB layout // KiCad, PartsBox with LoRa, E-Ink, GPSSPI protocol features and how to integrate multiple sensors // Arduino Zero, LoRa and E-Ink modulesSPI protocol features and how to integrate multiple sensors // Arduino Zero, LoRa and E-Ink modulesWhat I learnt from the biographies of scientists and engineers // Tesla, Ford, Curie, EinsteinWhat I learnt from the biographies of scientists and engineers // Tesla, Ford, Curie, EinsteinPartsBox vs spreadsheet: Version 2 of my home lab electronic parts stocking systemPartsBox vs spreadsheet: Version 2 of my home lab electronic parts stocking systemCreate schematic of a microcontroller from its dev board // With KiCad, Arduino Zero to SAMD21GCreate schematic of a microcontroller from its dev board // With KiCad, Arduino Zero to SAMD21GCreate schematic from breadboard prototype & dev boards (Part 1) // KiCad, Arduino, LoRa, GPS, E-inkCreate schematic from breadboard prototype & dev boards (Part 1) // KiCad, Arduino, LoRa, GPS, E-ink
Яндекс.Метрика