Keyestudio Easy Module Shield (Ks0183): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoKeyestudioEasyModuleShieldKs0183.png == Summary == The Keyestudio Easy Module Shield (Ks0183) is a multi-function development shield featuring multiple sensors, LEDs, buttons, and infrared remote capabilities for educational and prototyping applications. == Description == This versatile shield integrates multiple functional modules including potentiometer input, temperature/humidity sensing, thermometer input, light sensing, RGB LED output, individual..."
 
(No difference)

Latest revision as of 05:20, 17 September 2025

File:TArduinoKeyestudioEasyModuleShieldKs0183.png

Summary

The Keyestudio Easy Module Shield (Ks0183) is a multi-function development shield featuring multiple sensors, LEDs, buttons, and infrared remote capabilities for educational and prototyping applications.

Description

This versatile shield integrates multiple functional modules including potentiometer input, temperature/humidity sensing, thermometer input, light sensing, RGB LED output, individual LEDs, buzzer, and infrared remote control. It's designed for educational purposes, allowing users to experiment with various sensors and outputs simultaneously. The shield supports both Celsius and Fahrenheit temperature measurements and includes configurable LED states and remote control functionality.

Diagram:

Properties

  • Infrared Remote – IR remote control configuration:
    • Clear Interval (mS) – Time interval for clearing IR data in milliseconds (Default: 1000ms).
    • Elements – Configurable IR remote elements including:
      • RC5Decode – RC-5 protocol decoding
      • RC6Decode – RC-6 protocol decoding
      • NECDecode – NEC protocol decoding
      • PanasonicDecode – Panasonic protocol decoding
      • JVCDecode – JVC protocol decoding
      • SAMSUNGDecode – Samsung protocol decoding
      • WhynterDecode – Whynter protocol decoding
      • AlwaDecode – Alwa RCT501 protocol decoding
      • LGDecode – LG protocol decoding
      • SanyoDecode – Sanyo protocol decoding
      • MitsubishiDecode – Mitsubishi protocol decoding
      • DISHDecode – DISH protocol decoding
      • SharpDecode – Sharp protocol decoding
      • DenonDecode – Denon protocol decoding
      • NEC Arrows/Digits Remote – NEC arrow/digit remote support
    • Enabled – Enables/disables IR remote functionality (Default: True).
    • Replace NECRepeat Code – Replaces NEC repeat codes (Default: True).
  • LEDs – LED output configuration:
    • Blue LED – Blue LED settings:
      • Initial Value – Initial LED state (Default: False).
    • Red LED – Red LED settings:
      • Initial Value – Initial LED state (Default: False).
    • RGB LED – RGB LED settings:
      • Initial Value – Initial color value (Default: cBlack).
  • Light Sensor – Ambient light sensing:
    • Enabled – Enables/disables light sensor (Default: True).
  • Potentiometer – Analog potentiometer input:
    • Enabled – Enables/disables potentiometer (Default: True).
  • Temperature/Humidity – Environmental sensing:
    • Enabled – Enables/disables temperature/humidity sensor (Default: True).
    • In Fahrenheit – Uses Fahrenheit temperature scale (Default: False).
  • Thermometer – Temperature measurement:
    • Enabled – Enables/disables thermometer (Default: True).
    • In Fahrenheit – Uses Fahrenheit temperature scale (Default: False).
  • Voltage Reference – Reference voltage configuration:
    • Enabled – Enables/disables voltage reference (Default: False).
    • Value – Reference voltage value in volts (Default: 5V).
  • Name – Component identifier (Default: Keyestudio Easy Module Shield (Ks0183)).

Pins

Input Pins

  • Potentiometer In (analog) – Potentiometer analog input.
  • Thermometer In (analog) – Temperature sensor input.
  • Temperature/Humidity In (digital) – DHT sensor data input.
  • Light Sensor In (analog) – Light sensor analog input.
  • Buttons In (digital) – Button inputs (SW1, SW2).
  • Infrared Remote In (digital) – IR receiver input.
  • Power (power) – Shield power supply input.

Output Pins

  • Potentiometer Out (analog) – Potentiometer value output (0-1023).
  • Thermometer Out (analog) – Temperature value output.
  • Temperature/Humidity Out (digital) – Temperature and humidity data output.
  • Light Sensor Out (analog) – Light intensity output (0-1023).
  • Blue LED Out (digital) – Blue LED control output.
  • Red LED Out (digital) – Red LED control output.
  • RGB LED Out (pwm) – RGB LED color output.
  • Buzzer Out (pwm) – Buzzer sound output.
  • Buttons Out (digital) – Button state outputs.
  • Infrared Remote Out (digital) – IR remote data output.

Categories