Bird
0
0
PCB Designbi_tool~15 mins

Microcontroller minimum circuit in PCB Design - Real Business Scenario

Choose your learning style9 modes available
Scenario Mode
👤 Your Role: You are an electronics design analyst at a hardware startup.
📋 Request: Your manager wants a report on the minimum circuit components needed to operate a microcontroller reliably for a new product prototype.
📊 Data: You have data on various microcontroller models, their required power supply voltages, reset circuit components, and clock source options.
🎯 Deliverable: Create a dashboard showing the essential components for each microcontroller model and a summary report explaining the minimum circuit requirements.
Progress0 / 6 steps
Sample Data
Microcontroller ModelOperating Voltage (V)Reset Circuit NeededClock SourceRecommended Capacitors (µF)
MCU-A3.3YesInternal RC0.1
MCU-B5YesExternal Crystal22
MCU-C3.3NoInternal RC0.1
MCU-D5YesExternal Crystal18
MCU-E3.3NoInternal RC0.1
MCU-F5YesExternal Crystal20
1
Step 1: Organize the data by microcontroller model and list their operating voltage, reset circuit requirement, clock source, and recommended capacitors.
Use the provided table as is for reference.
Expected Result
A clear table showing each microcontroller's minimum circuit requirements.
2
Step 2: Create a calculated column 'Minimum Components' that lists essential components: Power supply, Reset circuit if needed, Clock source, and Capacitors.
For each row, Minimum Components = 'Power supply ' + Operating Voltage + 'V' + (', Reset circuit' if Reset Circuit Needed = Yes else '') + ', ' + Clock Source + ', Capacitors ' + Recommended Capacitors + 'µF'
Expected Result
A new column showing a summary of minimum components per microcontroller.
3
Step 3: Build a dashboard visualization with a table showing Microcontroller Model and Minimum Components columns.
Configure table visual: Rows = Microcontroller Model, Values = Minimum Components (text).
Expected Result
Dashboard table clearly listing minimum circuit components for each microcontroller.
4
Step 4: Add a summary card showing count of microcontrollers requiring reset circuits.
Count of rows where Reset Circuit Needed = Yes.
Expected Result
Summary card shows 4 microcontrollers require reset circuits.
5
Step 5: Add a bar chart showing count of microcontrollers by clock source type.
Bar chart: Axis = Clock Source, Values = Count of Microcontroller Model.
Expected Result
Bar chart shows 3 microcontrollers use External Crystal, 3 use Internal RC.
6
Step 6: Write a brief report explaining that minimum circuit includes power supply at correct voltage, reset circuit if required, clock source, and decoupling capacitors.
Use insights from dashboard and data.
Expected Result
Report text explaining minimum circuit components for reliable microcontroller operation.
Final Result
External Crystal
Internal RC
Most microcontrollers require a power supply matching their operating voltage (3.3V or 5V).
Reset circuits are needed for 4 out of 6 microcontrollers to ensure reliable startup.
Clock sources vary; external crystals are common for precise timing, internal RC oscillators for simpler designs.
Decoupling capacitors around 0.1µF to 22µF are recommended to stabilize power supply noise.
Bonus Challenge

Extend the dashboard to include a filter allowing users to select microcontrollers by operating voltage or clock source.

Show Hint
Add slicers or dropdown filters linked to Operating Voltage and Clock Source columns.