Get free delivery on all orders over £20!

38-3D Blog

  • How to Use the CD74HC4067 Multiplexer with Arduino

    The CD74HC4067 is a 16-channel analog/digital multiplexer/demultiplexer that allows you to expand the number of input or output pins on your Arduino. It is particularly useful in projects requiring multiple...

  • How to Use the KY-040 Rotary Encoder with Arduino

    The KY-040 rotary encoder is a mechanical device used to measure angular position or rotation. It is commonly used in volume controls, menu navigation, and position tracking in robotics. This...

  • How to Use the RC522 RFID Module with Arduino

    The RC522 is a popular RFID module used for wireless communication and identification. It is widely utilized in access control systems, contactless payment systems, and inventory tracking. This tutorial will...

  • How to Use the AT24C256 EEPROM with Arduino

    The AT24C256 is a 256-kilobit EEPROM that provides non-volatile storage, allowing data to persist even when the power is off. It communicates with a microcontroller via the I2C protocol, making...

  • How to Use the HC-SR501 PIR Motion Sensor with Arduino

    The HC-SR501 is a popular Passive Infrared (PIR) motion sensor module that detects movement by measuring infrared radiation changes in its surroundings. It’s commonly used in motion-activated lighting, security systems,...

  • How to Use the MPR121 Capacitive Touch Sensor with Arduino

    The MPR121 is a capacitive touch sensor controller that can detect up to 12 touch-sensitive electrodes. It’s commonly used in touch-sensitive interfaces, musical instruments, and other interactive projects. In this...

  • How to Use the PCF8575 I/O Expander with Arduino

    The PCF8575 is a 16-bit I/O expander that communicates with a microcontroller via the I2C interface. It allows you to expand the number of input/output pins on your Arduino, making...