Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.57 KB

File metadata and controls

39 lines (29 loc) · 2.57 KB

Firtzing

新手上路 {: #getting-started }

  • Fritzing - An Introduction - YouTube #ril
    • Electronic projects, document your projects -> prepare them for production
    • 有許多 views,在一個 view 的修改也會反應到其他 views
    • Breadboard view (不在 Fritzing part library 裡的可以用 part editor 自訂)
    • Schematic view (formal representation of the circuit)
    • PCB view 可以調整 parts 在印刷電路板 (printed curcuit board) 的位置,透過 auto router 可以自動調整 layout (很神奇!)
    • 可以直接分享到 fritzing.org (.fzz)
    • Fritzing 可以安裝在 Windows, Mac 跟 Linux (德國團隊製作)
  • Fritzing FAQ #ril
    • Fritzing 是個設計工具而非 simulator,強調動手做還是很重要。
    • 發佈 breadboard view 時至少要載明這是用 Fritzing 做的。
    • Fritzing 本身用 C++ 跟 Qt 開發 (本來是用 Eclipse GMF,但遭遇一些困難)

安裝設置 {: #setup }

  • Fritzing Download
    • 支援 Windows、Mac 10.7+ 跟 Linux; Linux 要 libc >= 2.6 的版本 (在 Ubuntu 上測試過)
    • Mac 下載 Fritzing<VERSION>.dmg,掛載起來將 Fritzing 拉到 /Applications 即可;啟動時遇到 "Fritzing" can't be opened because it is from an unidentified develooper 的錯誤,要進 System Preferences > Security & Privacy > General 另外設定。

參考資料 {: #reference }

相關: