Category:Microcontrollers: Difference between revisions
NitramLegov (talk | contribs) (Little bits of content) |
(Link: mikrocontroller.net) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Microcontrollers are small chips which contain a processor and can be programmed in order to execute custom code. | Microcontrollers are small chips which contain a processor and can be programmed in order to execute custom code.<br/> | ||
Microcontrollers usually provide a wide range of Input/Output possibilities and protocols which you can use to control different kinds of sensors and/or actuators. | Microcontrollers usually provide a wide range of Input/Output possibilities and protocols which you can use to control different kinds of sensors and/or actuators. | ||
In case you are planning an [[ | In case you are planning an [[electronics]] project, but are not very familiar with programming, there are different projects which can be used without the need of writing a single line of code. | ||
A lot of Microcontrollers can be purchased on so called development boards. These boards usually provide easy access to the I/O Pins of the microcontroller and include circuits for power supply (so that the board can be powered using USB) as well as a [[USB Serial Converter]] for communication with the microcontroller. | A lot of Microcontrollers can be purchased on so called development boards. These boards usually provide easy access to the I/O Pins of the microcontroller and include circuits for power supply (so that the board can be powered using USB) as well as a [[USB Serial Converter|USB serial converter]] for communication with the microcontroller.<br> | ||
Most of these boards are software-compatible with the [[Arduino]] platform. | Most of these boards are software-compatible with the [[Arduino]] platform. | ||
Line 12: | Line 12: | ||
If you are interested in example projects, please find the following list: | If you are interested in example projects, please find the following list: | ||
{{#ask: [[Project:+]] [[Category: | {{#ask: [[Project:+]] [[Category:Microcontrollers]] |format=ul }} | ||
*[[OpenScan]] | |||
== Further Links == | |||
* another source for (Arduino-specific) projects is the [http://www.instructables.com/id/A-Beginners-Guide-to-Arduino/ beginner's guide on Instructables] | |||
* or see this example project: [http://michaelteeuw.nl/post/174972004187/what-time-is-it-fathers-day Arduino-controlled analog voltmeter clock] | |||
* ''[https://www.mikrocontroller.net/articles/Hauptseite mikrocontroller.net Wiki (DE)]'' | |||
[[Category:Electronics]] | [[Category:Electronics]] |
Latest revision as of 20:03, 25 March 2020
Microcontrollers are small chips which contain a processor and can be programmed in order to execute custom code.
Microcontrollers usually provide a wide range of Input/Output possibilities and protocols which you can use to control different kinds of sensors and/or actuators.
In case you are planning an electronics project, but are not very familiar with programming, there are different projects which can be used without the need of writing a single line of code.
A lot of Microcontrollers can be purchased on so called development boards. These boards usually provide easy access to the I/O Pins of the microcontroller and include circuits for power supply (so that the board can be powered using USB) as well as a USB serial converter for communication with the microcontroller.
Most of these boards are software-compatible with the Arduino platform.
There are various development environments to develop code for microcontrollers. The most commonly used ones in the CoMakingSpace are:
If you are interested in example projects, please find the following list:
Further Links
- another source for (Arduino-specific) projects is the beginner's guide on Instructables
- or see this example project: Arduino-controlled analog voltmeter clock
- mikrocontroller.net Wiki (DE)
Pages in category "Microcontrollers"
The following 14 pages are in this category, out of 14 total.