<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bespokerobotsociety.org/index.php?action=history&amp;feed=atom&amp;title=Electronics</id>
	<title>Electronics - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bespokerobotsociety.org/index.php?action=history&amp;feed=atom&amp;title=Electronics"/>
	<link rel="alternate" type="text/html" href="https://wiki.bespokerobotsociety.org/index.php?title=Electronics&amp;action=history"/>
	<updated>2026-04-25T11:21:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bespokerobotsociety.org/index.php?title=Electronics&amp;diff=71&amp;oldid=prev</id>
		<title>John: Created page with &quot;{{Competency |name=Electronics |description=Understanding the exchange of signals and power between mechanical components and software instructions |difficulty_range=Beginner to Advanced |time_to_basic=2-4 weeks |essential_tools=Multimeter, breadboard, jumper wires, wire strippers |optional_tools=Oscilloscope, logic analyzer, power supply, component kit |beginner_tutorial=Electronics Fundamentals |unlocks_basic=Capability:Line Sensing, Capability:Differential D...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.bespokerobotsociety.org/index.php?title=Electronics&amp;diff=71&amp;oldid=prev"/>
		<updated>2025-10-11T19:50:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Competency |name=Electronics |description=Understanding the exchange of signals and power between mechanical components and software instructions |difficulty_range=Beginner to Advanced |time_to_basic=2-4 weeks |essential_tools=Multimeter, breadboard, jumper wires, wire strippers |optional_tools=Oscilloscope, logic analyzer, power supply, component kit |beginner_tutorial=&lt;a href=&quot;/wiki/Electronics_Fundamentals&quot; title=&quot;Electronics Fundamentals&quot;&gt;Electronics Fundamentals&lt;/a&gt; |unlocks_basic=&lt;a href=&quot;/wiki/Capability:Line_Sensing&quot; title=&quot;Capability:Line Sensing&quot;&gt;Capability:Line Sensing&lt;/a&gt;, Capability:Differential D...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Competency&lt;br /&gt;
|name=Electronics&lt;br /&gt;
|description=Understanding the exchange of signals and power between mechanical components and software instructions&lt;br /&gt;
|difficulty_range=Beginner to Advanced&lt;br /&gt;
|time_to_basic=2-4 weeks&lt;br /&gt;
|essential_tools=Multimeter, breadboard, jumper wires, wire strippers&lt;br /&gt;
|optional_tools=Oscilloscope, logic analyzer, power supply, component kit&lt;br /&gt;
|beginner_tutorial=[[Electronics Fundamentals]]&lt;br /&gt;
|unlocks_basic=[[Capability:Line Sensing]], [[Capability:Differential Drive]]&lt;br /&gt;
|unlocks_advanced=[[Capability:IMU Sensing]], [[Capability:Camera Vision]], [[Capability:LIDAR Sensing]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Electronics&amp;#039;&amp;#039;&amp;#039; is the competency of understanding circuits, components, sensors, and actuators. In robotics, electronics is the bridge between the physical world ([[Mechanics]]) and the digital world ([[Software]]). It encompasses reading schematics, selecting components, understanding power distribution, and interfacing sensors and actuators with microcontrollers.&lt;br /&gt;
&lt;br /&gt;
Electronics is distinct from [[Soldering]] (the hands-on technique of joining components) and [[PCB Design]] (creating custom circuit boards). This competency focuses on &amp;#039;&amp;#039;&amp;#039;understanding&amp;#039;&amp;#039;&amp;#039; electronic systems: how they work, how to analyze them, and how to design them.&lt;br /&gt;
&lt;br /&gt;
== Why Electronics Matters for Robotics ==&lt;br /&gt;
&lt;br /&gt;
Electronics is the nervous system of a robot:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Sensors&amp;#039;&amp;#039;&amp;#039; convert physical phenomena (light, distance, motion) into electrical signals&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Microcontrollers&amp;#039;&amp;#039;&amp;#039; process those signals and make decisions&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Actuators&amp;#039;&amp;#039;&amp;#039; convert electrical signals back into physical motion&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power systems&amp;#039;&amp;#039;&amp;#039; distribute energy throughout the robot&lt;br /&gt;
&lt;br /&gt;
Without electronics knowledge, you&amp;#039;re limited to pre-built modules and can&amp;#039;t troubleshoot problems, expand capabilities, or design custom solutions.&lt;br /&gt;
&lt;br /&gt;
== Skill Progression ==&lt;br /&gt;
&lt;br /&gt;
=== Beginner (SimpleBot Level) ===&lt;br /&gt;
&lt;br /&gt;
Skills you need to build and understand [[SimpleBot]]:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading schematics&amp;#039;&amp;#039;&amp;#039; - Understand circuit diagrams, recognize symbols&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Component identification&amp;#039;&amp;#039;&amp;#039; - Resistors, capacitors, diodes, transistors, ICs&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Using a multimeter&amp;#039;&amp;#039;&amp;#039; - Measure voltage, current, resistance, continuity&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Breadboarding&amp;#039;&amp;#039;&amp;#039; - Prototype circuits without soldering&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power concepts&amp;#039;&amp;#039;&amp;#039; - Voltage, current, power, batteries, regulators&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Digital I/O&amp;#039;&amp;#039;&amp;#039; - HIGH/LOW signals, pull-up/pull-down resistors, active HIGH/LOW&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PWM basics&amp;#039;&amp;#039;&amp;#039; - Pulse-width modulation for motor speed control&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Unlocks&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* [[Capability:Line Sensing]] (IR reflectance sensors)&lt;br /&gt;
* [[Capability:Differential Drive]] (DC motors + H-bridge)&lt;br /&gt;
* [[Capability:Optical Odometry]] (LED + photoresistor encoders)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tutorials&amp;#039;&amp;#039;&amp;#039;: [[Electronics Fundamentals]], [[Motor Control Basics]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;At this level you can&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* Build SimpleBot from a kit or pre-selected components&lt;br /&gt;
* Understand how sensors and motors work&lt;br /&gt;
* Troubleshoot basic wiring issues&lt;br /&gt;
* Use pre-built breakout boards and modules&lt;br /&gt;
&lt;br /&gt;
=== Intermediate (Expanding Capabilities) ===&lt;br /&gt;
&lt;br /&gt;
Skills for adding new sensors and capabilities to your robot:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Component selection&amp;#039;&amp;#039;&amp;#039; - Read datasheets, understand specifications, choose parts&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Communication protocols&amp;#039;&amp;#039;&amp;#039; - I2C, SPI, UART/serial&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Analog sensors&amp;#039;&amp;#039;&amp;#039; - ADC (analog-to-digital conversion), voltage dividers, reference voltages&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Logic levels&amp;#039;&amp;#039;&amp;#039; - 3.3V vs 5V, level shifters, voltage translation&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Circuit design&amp;#039;&amp;#039;&amp;#039; - Design sensor circuits, filtering, signal conditioning&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Interrupts&amp;#039;&amp;#039;&amp;#039; - Hardware interrupts for encoders and timing-critical sensors&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power distribution&amp;#039;&amp;#039;&amp;#039; - Multiple voltage rails, current requirements, wire gauge selection&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Unlocks&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* [[Capability:IMU Sensing]] (I2C accelerometer/gyroscope modules)&lt;br /&gt;
* [[Capability:Encoder Sensing]] (interrupt-driven quadrature encoders)&lt;br /&gt;
* [[Capability:Time-of-Flight Sensing]] (I2C distance sensors)&lt;br /&gt;
* [[Capability:Ultrasonic Sensing]] (trigger/echo timing)&lt;br /&gt;
* [[Capability:Bump Sensing]] (switch debouncing)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tutorials&amp;#039;&amp;#039;&amp;#039;: [[Sensor Interfacing]], [[Motor Control Basics]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;At this level you can&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* Select and integrate new sensors into your robot&lt;br /&gt;
* Design custom sensor circuits&lt;br /&gt;
* Interface 5V and 3.3V components safely&lt;br /&gt;
* Debug communication issues with I2C and SPI&lt;br /&gt;
* Calculate power requirements for your robot&lt;br /&gt;
&lt;br /&gt;
=== Advanced (Custom Designs) ===&lt;br /&gt;
&lt;br /&gt;
Skills for designing robots from scratch:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCB layout and design&amp;#039;&amp;#039;&amp;#039; - Design custom boards (see [[PCB Design]])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power supply design&amp;#039;&amp;#039;&amp;#039; - Buck/boost converters, LDOs, power sequencing&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Signal integrity&amp;#039;&amp;#039;&amp;#039; - Noise reduction, grounding, decoupling capacitors&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;High-speed communication&amp;#039;&amp;#039;&amp;#039; - SPI timing, I2C clock stretching, UART baud rates&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Motor driver selection&amp;#039;&amp;#039;&amp;#039; - H-bridge specifications, current sensing, thermal management&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;EMI/EMC considerations&amp;#039;&amp;#039;&amp;#039; - Electromagnetic interference, shielding, filtering&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Analog circuit design&amp;#039;&amp;#039;&amp;#039; - Op-amps, filters, amplifiers for custom sensors&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Unlocks&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* [[Capability:Camera Vision]] (high-speed data transfer, power management)&lt;br /&gt;
* [[Capability:LIDAR Sensing]] (motor control, high-bandwidth serial)&lt;br /&gt;
* [[Capability:Servo Control]] (PWM generation, power distribution)&lt;br /&gt;
* Custom PCB designs for integrated robots&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tutorials&amp;#039;&amp;#039;&amp;#039;: [[KiCad Tutorial]], [[PCB Design]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;At this level you can&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* Design custom PCBs for your robots&lt;br /&gt;
* Select and integrate motor drivers and power systems&lt;br /&gt;
* Design custom sensor circuits and signal conditioning&lt;br /&gt;
* Troubleshoot complex electrical issues&lt;br /&gt;
* Optimize power efficiency and thermal performance&lt;br /&gt;
&lt;br /&gt;
== Learning Paths ==&lt;br /&gt;
&lt;br /&gt;
=== Path 1: SimpleBot Builder (Beginner) ===&lt;br /&gt;
# Start with [[Electronics Fundamentals]] - Learn to read schematics and use a multimeter&lt;br /&gt;
# Build [[SimpleBot]] - Hands-on experience with sensors, motors, and microcontrollers&lt;br /&gt;
# Complete [[Motor Control Basics]] - Understand PWM and H-bridges&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;: You can build SimpleBot and understand how it works electrically.&lt;br /&gt;
&lt;br /&gt;
=== Path 2: Capability Expander (Intermediate) ===&lt;br /&gt;
# Complete Path 1 (SimpleBot Builder)&lt;br /&gt;
# Study [[Sensor Interfacing]] - Learn I2C, SPI, and analog sensors&lt;br /&gt;
# Add a new sensor to SimpleBot (IMU, distance sensor, or encoders)&lt;br /&gt;
# Document your work as an Implementation page&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;: You can expand SimpleBot with new capabilities and troubleshoot sensor issues.&lt;br /&gt;
&lt;br /&gt;
=== Path 3: Robot Designer (Advanced) ===&lt;br /&gt;
# Complete Path 2 (Capability Expander)&lt;br /&gt;
# Learn [[PCB Design]] and [[KiCad Tutorial]]&lt;br /&gt;
# Design a custom PCB for your robot&lt;br /&gt;
# Order boards and assemble them&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;: You can design robots from scratch with custom electronics.&lt;br /&gt;
&lt;br /&gt;
== Essential Concepts ==&lt;br /&gt;
&lt;br /&gt;
=== Voltage, Current, and Power ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Voltage&amp;#039;&amp;#039;&amp;#039; (V) - Electrical &amp;quot;pressure&amp;quot; that pushes electrons&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Current&amp;#039;&amp;#039;&amp;#039; (A) - Flow rate of electrons&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power&amp;#039;&amp;#039;&amp;#039; (W) - Energy consumption rate: P = V × I&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ohm&amp;#039;s Law&amp;#039;&amp;#039;&amp;#039; - V = I × R (voltage = current × resistance)&lt;br /&gt;
&lt;br /&gt;
=== Digital Signals ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Logic levels&amp;#039;&amp;#039;&amp;#039; - HIGH (typically 3.3V or 5V) and LOW (0V)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Pull-up/pull-down resistors&amp;#039;&amp;#039;&amp;#039; - Set default state when input is floating&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Active HIGH vs Active LOW&amp;#039;&amp;#039;&amp;#039; - Does HIGH or LOW trigger the action?&lt;br /&gt;
&lt;br /&gt;
=== Analog Signals ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ADC&amp;#039;&amp;#039;&amp;#039; (Analog-to-Digital Converter) - Convert continuous voltage to discrete number&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Resolution&amp;#039;&amp;#039;&amp;#039; - 10-bit ADC = 1024 possible values (0-1023)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reference voltage&amp;#039;&amp;#039;&amp;#039; - Maximum voltage the ADC can read&lt;br /&gt;
&lt;br /&gt;
=== Communication Protocols ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I2C&amp;#039;&amp;#039;&amp;#039; - Two-wire bus, multiple devices, addresses&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SPI&amp;#039;&amp;#039;&amp;#039; - Four-wire, high-speed, chip-select per device&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;UART/Serial&amp;#039;&amp;#039;&amp;#039; - Two-wire, point-to-point, baud rate&lt;br /&gt;
&lt;br /&gt;
=== Power Systems ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Voltage regulators&amp;#039;&amp;#039;&amp;#039; - Convert one voltage to another (buck, boost, LDO)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Decoupling capacitors&amp;#039;&amp;#039;&amp;#039; - Filter noise near ICs&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Wire gauge&amp;#039;&amp;#039;&amp;#039; - Thicker wire for higher current&lt;br /&gt;
&lt;br /&gt;
== Tools and Equipment ==&lt;br /&gt;
&lt;br /&gt;
=== Essential Tools (Start Here) ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Multimeter&amp;#039;&amp;#039;&amp;#039; ($15-30) - Measure voltage, current, resistance, continuity&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Breadboard&amp;#039;&amp;#039;&amp;#039; ($5-10) - Prototype circuits without soldering&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jumper wires&amp;#039;&amp;#039;&amp;#039; ($5-10) - Connect components on breadboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Wire strippers&amp;#039;&amp;#039;&amp;#039; ($10-20) - Remove insulation from wires&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Component kit&amp;#039;&amp;#039;&amp;#039; ($20-40) - Assorted resistors, capacitors, LEDs, transistors&lt;br /&gt;
&lt;br /&gt;
=== Intermediate Tools ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Power supply&amp;#039;&amp;#039;&amp;#039; ($30-80) - Variable voltage and current limiting&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Logic analyzer&amp;#039;&amp;#039;&amp;#039; ($10-60) - Debug I2C, SPI, UART communication&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Helping hands&amp;#039;&amp;#039;&amp;#039; ($10-20) - Hold components while working&lt;br /&gt;
&lt;br /&gt;
=== Advanced Tools ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oscilloscope&amp;#039;&amp;#039;&amp;#039; ($100-400) - Visualize signals and timing&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Function generator&amp;#039;&amp;#039;&amp;#039; ($50-200) - Generate test signals&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Hot air station&amp;#039;&amp;#039;&amp;#039; ($50-150) - SMD component rework&lt;br /&gt;
&lt;br /&gt;
== Common Pitfalls ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Mixing 5V and 3.3V logic&amp;#039;&amp;#039;&amp;#039; - Can damage 3.3V microcontrollers! Use level shifters&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Floating inputs&amp;#039;&amp;#039;&amp;#039; - Digital inputs without pull-up/pull-down resistors can cause erratic behavior&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Insufficient decoupling&amp;#039;&amp;#039;&amp;#039; - Every IC needs a 0.1µF capacitor near its power pins&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Underpowered supplies&amp;#039;&amp;#039;&amp;#039; - Motors draw large current spikes; use appropriate power sources&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reversed polarity&amp;#039;&amp;#039;&amp;#039; - Always double-check battery/power connections before powering on&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Overlooking current limits&amp;#039;&amp;#039;&amp;#039; - Exceeding GPIO current limits can damage microcontrollers&lt;br /&gt;
&lt;br /&gt;
== Tutorials and Resources ==&lt;br /&gt;
&lt;br /&gt;
=== BRS Tutorials ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Electronics Fundamentals]]&amp;#039;&amp;#039;&amp;#039; (Beginner) - Start here if you&amp;#039;re new to electronics&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Motor Control Basics]]&amp;#039;&amp;#039;&amp;#039; (Beginner) - PWM, H-bridges, speed control&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Sensor Interfacing]]&amp;#039;&amp;#039;&amp;#039; (Intermediate) - I2C, SPI, analog sensors&lt;br /&gt;
&lt;br /&gt;
=== Component Pages ===&lt;br /&gt;
* [[Raspberry Pi Pico]] - Microcontroller specifications and GPIO&lt;br /&gt;
* [[TB6612FNG]] - Motor driver IC details&lt;br /&gt;
* [[Infrared Line Detector]] - Line sensor module explanation&lt;br /&gt;
* [[MP1584]] - Buck converter for power regulation&lt;br /&gt;
&lt;br /&gt;
=== External Resources ===&lt;br /&gt;
* [https://learn.sparkfun.com/tutorials SparkFun Electronics Tutorials]&lt;br /&gt;
* [https://www.allaboutcircuits.com/ All About Circuits] - Comprehensive electronics theory&lt;br /&gt;
* [https://www.eevblog.com/ EEVblog] - Electronics engineering video blog&lt;br /&gt;
&lt;br /&gt;
== Related Competencies ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Soldering]]&amp;#039;&amp;#039;&amp;#039; - Join components to create circuits (hands-on fabrication)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[PCB Design]]&amp;#039;&amp;#039;&amp;#039; - Design custom circuit boards (advanced electronics)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Software]]&amp;#039;&amp;#039;&amp;#039; - Program microcontrollers to control electronics&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Mechanics]]&amp;#039;&amp;#039;&amp;#039; - Understand the physical systems that electronics control&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[3D Printing]]&amp;#039;&amp;#039;&amp;#039; - Create chassis and mounts for electronic components&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Capabilities]] - Hardware abilities that electronics enable&lt;br /&gt;
* [[SimpleBot]] - Apply electronics knowledge to build a robot&lt;br /&gt;
* [[Robotics Ontology]] - How electronics fits into the BRS knowledge structure&lt;br /&gt;
&lt;br /&gt;
[[Category:Competencies]]&lt;br /&gt;
[[Category:Skills]]&lt;/div&gt;</summary>
		<author><name>John</name></author>
	</entry>
</feed>