Arduino: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
Line 52: Line 52:


== Projects ==
== Projects ==
[[Arduino/Cruise Control | Cruise Control]]
[[Arduino/Projects | Projects]]

Revision as of 11:22, 31 October 2023

This is the beginning of my documentation on the arduino.

Getting Started


Basics

Input Devices

This is anything you use to talk to the board and set directives.

If you are doing this wirelessly then look at the Communications section below.

Button


Display

LCD

Basic 16 x 2 Display with I2C backpack By far the best starting point.

LCD Display

Sensors

This is anything that "reads" something from the environment.

Sensors

Communication

This is any way we communicate with the board.

Bluetooth

WiFi

Infrared

Motors

Anything that turns

We have four main kinds

AC Motors

DC Motors

Stepper Motors

Stepper Motors

Projects

Projects