Let's Workshop: — LC Technology

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: 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: LC Technology RW1820 Temperature Sensor Module

Posted by Sebastian Karam on

Let's Workshop: LC Technology RW1820 Temperature Sensor Module
This module is ideally suited to adding temperature measurement to your project and is compatible with microcontrollers such as the Arduino and Raspberry Pi. This module lets you output temperature up to 12bits of precision, taking your detection project to new levels of capability, be it is a Weather station, greenhouse monitor or other project.

Read more →

Let's Workshop: LC Tech 4 Digit 7 Segment Parallel Display

Posted by Sebastian Karam on

Let's Workshop: LC Tech 4 Digit 7 Segment Parallel Display
This example will demonstrate the use of an Arduino UNO in controlling the 32 LEDs available in the module. Once connected and the first program loaded, the display will cycle through all the LEDs. The second will use the SevSeg library created by Dean Reading to display a counter and some animated text.

Read more →

Let's Workshop: LC Tech Rotary Encoder

Posted by Sebastian Karam on

Let's Workshop: LC Tech Rotary Encoder
This example will demonstrate the use of an Arduino UNO in the receiving and basic processing of signals from a rotary encoder. Once connected and the program loaded, the UNO will monitor the encoder pins and increment or reduce a counter relative to the rotation of the control.

Read more →