Let's Workshop: — Arduino

Let's Workshop: 128x64 4pin OLED Module

Posted by Sebastian Karam on

Let's Workshop: 128x64 4pin OLED Module
This example will demonstrate the use of an Arduino UNO in selecting the module from the i2c bus, before loading a picture on to the screen.

Read more →

Let's Workshop: LC Technology HC-SR04 Ultrasound Module

Posted by Sebastian Karam on

Let's Workshop: LC Technology HC-SR04 Ultrasound Module
The examples will demonstrate the use of an Arduino UNO in controlling the module. The first by producing a pulse then measuring the response directly, then calculating the distance. The second using a library, streamlining use further.

Read more →

Let's Workshop: Keyes ADXL345 3 Axis Accelerometer Module

Posted by Sebastian Karam on

Let's Workshop: Keyes ADXL345 3 Axis Accelerometer Module
This example will demonstrate the use of an Arduino UNO in selecting the module from the i2c bus and reading the sensors outputs. Once stored, it will check and pass them to the serial monitor.

Read more →

Let's Workshop: LC Technology AT24C64 EEPROM Memory Module

Posted by Sebastian Karam on

Let's Workshop: LC Technology AT24C64 EEPROM Memory Module
This example will demonstrate the use of an Arduino UNO in selecting the module from the i2c bus and storing a string of characters at a defined memory location. Once stored, it will read back the message

Read more →

Let's Workshop: 4x3 Matrix Membrane Keypad

Posted by Sebastian Karam on

Let's Workshop: 4x3 Matrix Membrane Keypad
This example will demonstrate the use of an Arduino UNO polling the keypad for key presses. Once connected and the program loaded, the display will poll the keypad and relay the result to the serial monitor.

Read more →