Difference between revisions of "Hardware List"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by one other user not shown)
Line 7: Line 7:
  
 
== Microcontroller and Main Boards==
 
== Microcontroller and Main Boards==
 +
* [[ESP32 Wifi Kit v03]] with integrated OLED Display from Heltec
 
* [[ESP32 Web Kit]] with integrated OLED Display from Heltec [[LMUBox]]
 
* [[ESP32 Web Kit]] with integrated OLED Display from Heltec [[LMUBox]]
 
* [[ESP8266 D1 Mini]]
 
* [[ESP8266 D1 Mini]]
Line 12: Line 13:
 
* [[ESP8266 ESP-12F OLED]] NodeMCU Module with integrated 0.91" OLED Display from AZDelivery
 
* [[ESP8266 ESP-12F OLED]] NodeMCU Module with integrated 0.91" OLED Display from AZDelivery
 
* [[ESP32 TTGO]] with OLED Display
 
* [[ESP32 TTGO]] with OLED Display
 +
* [[Raspberry Pi Pico]]
 +
* [[Arduino Nano RP2040 Connect]]
 +
* [[Arduino Nano ESP32]]
 
* [[Raspberry Pi]]
 
* [[Raspberry Pi]]
  
Line 19: Line 23:
 
* [[LED Ring NeoPixel]], [[LMUBox]]
 
* [[LED Ring NeoPixel]], [[LMUBox]]
 
* [[OLED LCD Display]] connected via I2C
 
* [[OLED LCD Display]] connected via I2C
 +
* [[e-Paper Displays]] on the Raspberry Pi Pico
 
* [[Piezo Speaker]], 2x in the [[LMUBox]]
 
* [[Piezo Speaker]], 2x in the [[LMUBox]]
 
* [[Speaker]], 2x in the [[LMUBox]]
 
* [[Speaker]], 2x in the [[LMUBox]]
Line 26: Line 31:
 
* [[IRF520 Module]] Power MOSFET switching module ('electronic relay')
 
* [[IRF520 Module]] Power MOSFET switching module ('electronic relay')
 
* ...
 
* ...
 +
* Rasperberry Pi
 +
** https://www.sketching-with-hardware.org/wiki/Raspberry_neopixel
  
 
== Sensors (and physical controllers) ==
 
== Sensors (and physical controllers) ==
Line 37: Line 44:
 
* [[MPU 6050]], Six-Axis (Gyro and Accelerometer) [[LMUBox]]
 
* [[MPU 6050]], Six-Axis (Gyro and Accelerometer) [[LMUBox]]
 
* ...
 
* ...
 +
* Raspberry Pi
 +
** https://www.sketching-with-hardware.org/wiki/Raspberry_Pi_ADC
 +
** https://www.sketching-with-hardware.org/wiki/Raspberry_Pi_I2C = TMP117
  
 
== Components ==
 
== Components ==
Line 49: Line 59:
 
* [[Aligator clips]], 4x in the [[LMUBox]]
 
* [[Aligator clips]], 4x in the [[LMUBox]]
 
* [[Multimeter]], [[LMUBox]]
 
* [[Multimeter]], [[LMUBox]]
 +
 +
== Wearables / Smart Watches  ==
 +
* [[Bangle js]] is an open source smart watch that can be programmed in java script
 +
* [[LilyGo T-WATCH-2020]] ESP32 based Smart Watch

Latest revision as of 18:43, 24 March 2024

List of Hardware Components[edit]

Sketching with hardware requires some hardware components. For creating a functional prototype we typically need a microcontroller, sensors, actuators, and components to link the parts together.

To get started and to follow the course only a small set of parts is required. You can do many of the exercises and tutorials with only a microcontroller (e.g. ESP32, ESP8266), a few LEDs, and some resistors. We recommend getting started and once you like building things then get a hardware kit.

In the following list, we have marked the components that are in the LMU hardware box with 'LMUBox'.

Microcontroller and Main Boards[edit]

Actuators[edit]

Sensors (and physical controllers)[edit]

Components[edit]

Tools and Connectors[edit]

Wearables / Smart Watches[edit]