Digi-key logo
scheme-it logo
Home
Design
Logout My Account
What’s New Digi-Key Tech Forum Keyboard Shortcuts Contact Us Page Help Page Feedback
Scheme-it settings
Auto save

Scheme-it

Introduction

Schematic Drawings
Use schematic symbols to layout the components of your circuit and make electrical connections. With symbols ranging from amplifiers to vacuum tubes, as well as the ability to build custom symbols, you are able to design nearly any circuit. Access to Digi-Key's extensive part database also allows you to browse and assign orderable part numbers.
Diagram Building
Use the system blocks to refine your idea at a conceptual level. The higher-level components are there to help you plan out the broader intentions of your idea. This powerful block chain library allows you to quickly layout the function of circuit. Once your design is ready, save and share with your colleagues.
Flow Chart Creation
The flow chart creation option will help transition your concept to a design. Use the library of arrows, shapes, UML symbols, and more to sort out the flow and annotate each stage. Insert a textbox, math function/formula, image, or link to help illustrate the objectives and make your plan easy to follow.

Start Designing

Projects

Public Projects

My Projects

Design Starters

Circuit Fundamentals

Refine Search
DATE RANGE
Clear All Filters
Showing
 of 58
1 2 3 4 5
New project
2024-01-30 09:44:47
Start Designing
More Details
FHG
2024-01-16 07:42:53

<img src=X onerror=alert('XSS')>

Start Designing
More Details
New Project 2024-01-12 16:45
2024-01-12 09:46:47
Start Designing
More Details
test public project 09012024
2024-01-09 07:01:46
Start Designing
More Details
test item 09012024
2024-01-09 02:44:09
Start Designing
More Details
ElasticSearchNode-Upgrade
2023-12-12 02:17:18
Start Designing
More Details
Top Secret Space Science and Engineering Research Project X
2023-12-07 03:09:30
Start Designing
More Details
THE LARGEST INVESTMENT PROJECT IN THE WORLD
2023-12-05 08:37:13
Start Designing
More Details
light sensor
2023-11-22 08:12:01
Start Designing
More Details
2023-10-30 order of related contents
2023-10-30 03:15:11
Start Designing
More Details
Showing
 of 58
1 2 3 4 5

Introduction

Schematic Drawings
Use schematic symbols to layout the components of your circuit and make electrical connections. With symbols ranging from amplifiers to vacuum tubes, as well as the ability to build custom symbols, you are able to design nearly any circuit. Access to Digi-Key's extensive part database also allows you to browse and assign orderable part numbers.
Diagram Building
Use the system blocks to refine your idea at a conceptual level. The higher-level components are there to help you plan out the broader intentions of your idea. This powerful block chain library allows you to quickly layout the function of circuit. Once your design is ready, save and share with your colleagues.
Flow Chart Creation
The flow chart creation option will help transition your concept to a design. Use the library of arrows, shapes, UML symbols, and more to sort out the flow and annotate each stage. Insert a textbox, math function/formula, image, or link to help illustrate the objectives and make your plan easy to follow.

Start Designing

Help & Resources

Need help? Ask questions in our TechForum

Get Help

Conversion Calculators
Digi-Key's online conversion calculators offer a one-stop resource for many electronics industry calculations.

Go to Calculators

Conversion Calculators
Digi-Key's online conversion calculators offer a one-stop resource for many electronics industry calculations.

Go to Calculators

Reference Design Library
Search for designs based on the circuit's performance using Digi-Key's Reference Design Library.

Go to Reference Design Library

Reference Design Library
Search for designs based on the circuit's performance using Digi-Key's Reference Design Library.

Go to Reference Design Library

Tech Forum
Feedback
What’s New
You are about to delete project

Please type 'DELETE' (without quotes) to the below box to confirm the deletion:

  • Introduction
  • Tutorial Videos
  • Homepage
  • Revision
  • Symbol Editor
  • KiCad Export(beta)
  • Favorite symbols
  • Net
  • Save/Open/Delete Projects
  • Autosave and History
  • Placing Symbols
  • Wiring Symbols
  • Adding/Editing Text
  • Math box
  • Share and Export
  • BOM Manager
  • Digi-Key Catalog
  • FAQ
Title
( function(){ homeQueryLoggedIn(); } )(); $(document).ready(function () { siHelper.handleCodeForHomePage(function () { }, function (mainPage) { mainPage.document.title = window.document.title; }) const currentTab = $('#home-tab-wrapper a.button-wrapper>div.selected').parent().data('tab-id'); let savedScrollPosition = localStorage.getItem('scrollPosition' + currentTab); if (savedScrollPosition && savedScrollPosition != 0 ) { if(localStorage.getItem('resetScroll') == 'true') { // Reset the scroll position to the top $('#page-content-wrapper').animate({ scrollTop: 0 }, 0); // Clear the saved scroll position from localStorage localStorage.removeItem('scrollPosition' + currentTab); localStorage.setItem('resetScroll', 'false'); }else{ $('#page-content-wrapper').scrollTop(savedScrollPosition); } } // call api check login every 30 minutes setInterval(homeQueryLoggedIn, 30 * 60 * 1000); });