Chapter 2: Smart Home Technology for Seniors

Smart home technology has evolved from a luxury for tech enthusiasts into an essential tool for enabling independent senior living. This chapter explores how intelligent sensors, voice-controlled devices, automated systems, and integrated platforms specifically address the unique needs and challenges facing older adults. We examine the technologies that transform ordinary homes into supportive environments that enhance safety, convenience, and quality of life while respecting the autonomy and dignity of senior residents.

The WIA-SENIOR-004 Standard provides comprehensive specifications for implementing smart home technologies that are not only powerful and reliable but also accessible, intuitive, and appropriate for seniors with varying levels of technical experience and physical ability. Understanding these technologies and their proper application represents the foundation for successful aging in place implementations.

Voice Control and Natural Language Interfaces

Voice control has emerged as perhaps the most transformative interface technology for senior smart home users. Unlike touchscreens, keyboards, or smartphone apps that may challenge seniors with vision impairments, arthritis, or limited technical experience, voice interfaces leverage natural human communication patterns that remain accessible throughout the aging process.

Modern voice assistants powered by advanced natural language processing understand conversational speech, accommodate accents and speech patterns, and respond intelligently to varied phrasings of requests. A senior can say "turn on the living room lights," "lights on in the living room," or "I need the living room brighter" and receive the same result. This flexibility eliminates the need to memorize specific command syntax that often frustrates older users of traditional interfaces.

Voice Control Architecture

The WIA-SENIOR-004 Standard defines a layered voice control architecture that separates speech processing from device control, enabling interoperability between different voice platforms and smart home devices:

{
  "voiceCommand": {
    "timestamp": "2025-01-15T14:30:00Z",
    "userId": "senior-user-12345",
    "rawSpeech": "Turn on bedroom lights to 75 percent",
    "intent": {
      "action": "SET_DEVICE_STATE",
      "target": "lights.bedroom",
      "parameters": {
        "power": "on",
        "brightness": 75
      }
    },
    "confirmationMode": "verbal",
    "privacy": "local-processing-preferred"
  }
}

This standardized format ensures that regardless of which voice assistant a senior uses—whether Amazon Alexa, Google Assistant, Apple Siri, or privacy-focused alternatives—the underlying commands translate consistently to device actions. Privacy-conscious implementations can process voice commands locally rather than sending audio to cloud services, addressing a common concern among seniors and their families.

Table 2.1: Voice Control Use Cases for Seniors
Function Voice Command Examples Senior Benefit Technical Implementation
Lighting Control "Turn on bathroom light", "Brighten living room" Safe navigation, reduced fall risk Smart bulbs, switches
Temperature Adjustment "Make it warmer", "Set temperature to 72" Comfort without thermostat access Smart thermostat integration
Emergency Help "Call for help", "I've fallen" Immediate assistance access Emergency contact system
Communication "Call my daughter", "Video call Sarah" Stay connected to family VoIP, video calling apps
Medication Reminders "What medications do I take now?" Medication adherence Medication management system
Information Access "What's the weather?", "What appointments do I have?" Independence, awareness Calendar, weather APIs

Motion and Presence Sensors

Passive infrared (PIR) motion sensors form the unobtrusive backbone of many aging in place monitoring systems. These devices detect movement through infrared radiation changes without cameras or microphones, preserving privacy while providing valuable activity data. Strategically placed throughout the home, motion sensors create a comprehensive picture of daily routines and movement patterns.

Advanced motion sensing systems employ machine learning algorithms to establish baseline activity patterns for each resident. The system learns typical wake times, bathroom visit frequency, kitchen activity patterns, and general movement throughout the day. Deviations from these established patterns trigger alerts—if a normally active senior shows no movement for extended periods, or if bathroom visits increase dramatically, caregivers receive notifications enabling early intervention.

Sensor Network Design

Effective motion sensor networks balance comprehensive coverage with privacy respect. The WIA-SENIOR-004 Standard recommends sensor placement in common areas, hallways, and entrances while avoiding bedrooms and bathrooms unless specifically requested by the senior or their healthcare provider:

{
  "sensorNetwork": {
    "homeId": "home-789",
    "sensors": [
      {
        "id": "motion-kitchen-01",
        "type": "PIR_MOTION",
        "location": "kitchen",
        "sensitivity": "medium",
        "privacy": "public-space"
      },
      {
        "id": "motion-hallway-01",
        "type": "PIR_MOTION",
        "location": "hallway-main",
        "sensitivity": "high",
        "eventThreshold": 300
      },
      {
        "id": "motion-entrance-01",
        "type": "PIR_MOTION",
        "location": "front-door",
        "sensitivity": "high",
        "alerts": ["caregiver", "family"]
      }
    ],
    "activityBaseline": {
      "wakeTime": "07:00-08:00",
      "bedTime": "22:00-23:00",
      "kitchenActivity": "frequent",
      "alertThreshold": 360
    }
  }
}

Environmental Sensors and Automated Climate Control

Seniors often have reduced ability to regulate body temperature and may not recognize dangerous environmental conditions. Smart environmental sensors monitor temperature, humidity, air quality, and even detect hazards like gas leaks or smoke, automatically taking corrective action or alerting designated contacts.

Smart thermostats learn preferences and automatically maintain comfortable temperatures while preventing dangerous extremes. If indoor temperature drops below 60°F (15°C) or rises above 85°F (29°C)—conditions that pose serious health risks to seniors—the system both adjusts temperature and alerts caregivers. Air quality sensors detect elevated carbon dioxide levels, smoke, or harmful gases, triggering ventilation systems and emergency alerts as appropriate.

Table 2.2: Environmental Monitoring Parameters
Parameter Safe Range Alert Threshold Automated Response
Temperature 65-78°F (18-26°C) <60°F or >85°F HVAC adjustment + caregiver alert
Humidity 30-60% <20% or >70% Humidifier/dehumidifier activation
CO₂ Levels <1000 ppm >1500 ppm Increase ventilation
Smoke Detection None Any detection Alert emergency services + evacuate
Carbon Monoxide 0 ppm >9 ppm Emergency alert + ventilation
Natural Gas None Any detection Shut off gas + emergency alert

Fall Detection and Emergency Response Systems

Falls represent one of the greatest threats to senior independence, with one in four Americans aged 65+ falling each year. Smart fall detection systems employ multiple technologies to identify falls quickly and summon assistance automatically, addressing the dangerous gap when a fallen senior cannot reach a phone or emergency button.

Modern fall detection combines wearable accelerometers with ambient monitoring. Wearable devices detect sudden acceleration changes characteristic of falls, while floor-based pressure sensors identify impacts and prolonged ground contact. Advanced systems use computer vision with privacy-preserving edge processing to detect fall postures without recording identifiable video.

Fall Detection Protocol

The WIA-SENIOR-004 Standard defines a tiered fall detection and response protocol that balances immediate response with false alarm prevention:

{
  "fallDetectionEvent": {
    "timestamp": "2025-01-15T16:45:23Z",
    "seniorId": "user-456",
    "detectionSources": [
      {
        "type": "wearable-accelerometer",
        "confidence": 0.85,
        "impactForce": "moderate"
      },
      {
        "type": "floor-pressure-sensor",
        "confidence": 0.92,
        "location": "bathroom",
        "prolongedContact": true
      }
    ],
    "overallConfidence": 0.89,
    "responseProtocol": {
      "level1": {
        "action": "voice-check-in",
        "message": "Are you okay? Say 'I'm fine' or 'I need help'",
        "timeout": 30
      },
      "level2": {
        "action": "notify-emergency-contact",
        "contacts": ["daughter", "neighbor"],
        "timeout": 120
      },
      "level3": {
        "action": "call-emergency-services",
        "automated": true,
        "location": "123 Main St, Bathroom"
      }
    }
  }
}

This tiered approach prevents false alarms while ensuring genuine emergencies receive immediate response. The voice check-in gives seniors who are uninjured opportunity to cancel alerts, while automatic escalation ensures that incapacitated individuals receive help even if unable to respond.

Critical Safety Feature: All WIA-SENIOR-004 compliant fall detection systems must include battery backup and cellular connectivity redundancy, ensuring they remain operational during power outages or internet disruptions when seniors may be most vulnerable.

Smart Lighting Systems for Senior Safety

Lighting plays a crucial role in fall prevention and overall senior safety. Age-related vision changes require brighter lighting than younger adults need, while glare sensitivity increases. Smart lighting systems automatically adjust brightness and color temperature based on time of day, ambient light levels, and activity, creating optimal visibility while reducing energy consumption.

Motion-activated pathway lighting represents one of the most valuable smart lighting applications for seniors. When a senior gets up during the night, motion sensors trigger gentle pathway lighting from bedroom to bathroom, providing safe navigation without the need to fumble for light switches in the dark. Lights activate at low brightness levels initially, gradually increasing to avoid sudden bright light that can be disorienting or trigger falls.

Circadian Lighting

Advanced smart lighting systems implement circadian lighting principles, adjusting color temperature throughout the day to support healthy sleep-wake cycles. Cool, bright light during daytime hours promotes alertness and activity, while warm, dimmer light in evening hours supports natural melatonin production and better sleep quality—particularly important for seniors who often struggle with sleep disturbances:

{
  "circadianLighting": {
    "morning": {
      "time": "06:00-10:00",
      "colorTemp": "5000K-6500K",
      "brightness": "80-100%",
      "purpose": "promote-wakefulness"
    },
    "midday": {
      "time": "10:00-16:00",
      "colorTemp": "5500K",
      "brightness": "100%",
      "purpose": "maximum-alertness"
    },
    "evening": {
      "time": "16:00-20:00",
      "colorTemp": "4000K-3000K",
      "brightness": "70-50%",
      "purpose": "gradual-wind-down"
    },
    "night": {
      "time": "20:00-06:00",
      "colorTemp": "2700K-2200K",
      "brightness": "30-10%",
      "purpose": "support-sleep"
    },
    "nightPathway": {
      "trigger": "motion-detected",
      "colorTemp": "2200K",
      "brightness": "5-15%",
      "duration": "auto-timeout"
    }
  }
}

Smart Door Locks and Access Control

Smart locks provide seniors with convenient, secure access control while enabling family members and caregivers to enter during emergencies or scheduled visits without requiring key exchange. Keypad entry eliminates fumbling with physical keys—particularly valuable for seniors with arthritis or reduced manual dexterity. Voice-controlled locks enable completely hands-free operation when carrying groceries or using mobility aids.

Smart locks generate detailed access logs showing exactly when doors were locked, unlocked, and by whom. Family members receive notifications when their senior parent arrives home from medical appointments or when unexpected access attempts occur. Scheduled access codes allow home health aides or housekeepers to enter during designated time windows without permanent access credentials.

Integration with other smart home systems creates powerful safety features. If fall detection activates or smoke alarms trigger, smart locks can automatically unlock to facilitate emergency responder access. If a senior's routine indicates they should be home but the entry door hasn't opened, the system can alert caregivers to investigate potential problems.

Medication Management Systems

Medication non-adherence affects approximately 50% of seniors, leading to preventable hospitalizations and health deterioration. Smart medication management systems address this critical issue through automated reminders, dispensing verification, and caregiver notifications.

Automated medication dispensers organize pills by date and time, providing visual and audible reminders when medications are due. The dispenser only releases the appropriate medications for each dose, preventing accidental double-dosing or missed medications. If the senior doesn't retrieve medications within a specified window, the system escalates alerts to designated caregivers or healthcare providers.

Integration with pharmacy systems enables automatic refill ordering when supplies run low, while integration with health monitoring systems can correlate medication adherence with vital sign trends, providing physicians with comprehensive data for treatment optimization.

Video Communication Systems

Social isolation significantly impacts senior health and well-being, increasing risks of depression, cognitive decline, and premature mortality. Video calling systems specifically designed for seniors overcome the complexity barriers that prevent many older adults from using traditional video chat applications.

Senior-optimized video systems feature large, simple interfaces with minimal buttons—often just photos of family members to call. Voice control enables completely hands-free operation: "Call my grandson" initiates a video call without navigating menus. Auto-answer features (with privacy controls) allow concerned family members to "drop in" to check on seniors who haven't responded to messages, while always respecting boundaries and preferences established by the senior.

Large displays (often repurposed televisions) provide clear video at sizes accessible to seniors with vision impairments, while high-quality speakers ensure audio clarity for those with hearing challenges. The systems remain always-on in a low-power mode, eliminating the need for seniors to remember to "turn on" communication devices.

Integration and Interoperability

The true power of smart home technology emerges not from individual devices but from thoughtful integration creating seamless, automated experiences. The WIA-SENIOR-004 Standard emphasizes interoperability, ensuring devices from different manufacturers work together reliably without requiring technical expertise to configure.

A well-integrated senior smart home creates scenarios like this: motion sensors detect the senior getting up during the night and trigger gentle pathway lighting. If the senior doesn't return to bed within 15 minutes, the system checks in via voice: "Are you okay?" If no response comes or the senior indicates a problem, the system escalates to contacting designated family members. If fall detection activates, the system immediately unlocks doors for emergency responders, turns on all lights for visibility, and provides emergency services with precise location information.

These integrations operate automatically without requiring the senior to remember procedures or operate multiple devices during stressful emergencies, embodying the principle of technology serving humans rather than humans serving technology.

弘益人間 in Practice: Smart home technology for seniors must embody "Benefit All Humanity" by prioritizing human needs over technical complexity. Every interface, every automation, every alert must serve the senior's well-being, independence, and dignity rather than overwhelming them with unnecessary features or intrusive monitoring.

Implementation Best Practices

Successful smart home implementation for seniors requires careful planning, gradual deployment, and ongoing support. Begin with core safety features—fall detection, emergency calling, and medication reminders—before adding convenience features like voice control and automated lighting. This staged approach prevents overwhelming seniors with too much new technology simultaneously while establishing trust in the system's reliability.

Involve seniors in all decisions about which technologies to implement and how to configure them. Autonomous seniors should never feel that technology is being imposed upon them or that their privacy is being violated. Transparent explanations of what data is collected, how it's used, and who can access it build trust and encourage adoption.

Provide comprehensive training tailored to senior learning styles. Hands-on practice with simple, written instructions (in large, clear fonts) proves more effective than video tutorials or quick-start guides. Establish reliable technical support channels—ideally live phone support from patient, senior-friendly representatives—to address questions and resolve issues promptly.

Regular testing ensures all systems remain operational. Monthly test procedures for fall detection, emergency calling, and critical safety systems should be simple enough for seniors to perform independently or with remote caregiver assistance. Automated system health monitoring alerts technicians to equipment failures before they impact safety.

Chapter Summary

Key Takeaways:

  1. Voice control represents the most accessible interface for seniors, leveraging natural communication patterns while accommodating vision, dexterity, and technical experience limitations through conversational natural language processing.
  2. Passive monitoring through motion sensors and environmental sensors provides comprehensive activity and safety monitoring while preserving privacy by avoiding cameras and microphones in private spaces.
  3. Fall detection systems combining wearable accelerometers with ambient sensors create tiered response protocols that balance false alarm prevention with rapid emergency response, potentially saving lives when seniors cannot summon help.
  4. Smart lighting systems implementing motion activation, circadian rhythms, and pathway illumination significantly reduce fall risks while supporting healthy sleep patterns critical for senior well-being.
  5. Medication management systems address the critical issue of medication non-adherence affecting 50% of seniors through automated reminders, verified dispensing, and caregiver notification when doses are missed.
  6. Integration and interoperability as specified in the WIA-SENIOR-004 Standard enable devices from different manufacturers to work together seamlessly, creating automated scenarios that protect seniors without requiring technical expertise or manual intervention during emergencies.

Review Questions

  1. Explain how voice control interfaces specifically benefit senior users compared to traditional touchscreen or button-based interfaces. What technical features enable voice systems to accommodate varying speech patterns and command phrasings?
  2. Describe the WIA-SENIOR-004 tiered fall detection response protocol. How does this approach balance the need for rapid emergency response with the goal of minimizing false alarms that lead to alert fatigue?
  3. What is circadian lighting, and how does it support senior health and well-being? Describe the recommended color temperature and brightness levels for different times of day and explain the physiological basis for these recommendations.
  4. Discuss the privacy considerations involved in motion sensor networks for senior monitoring. How does sensor placement balance comprehensive activity monitoring with respect for privacy in personal spaces?
  5. Explain the environmental monitoring parameters defined in the WIA-SENIOR-004 Standard. For each parameter (temperature, humidity, CO₂, smoke, carbon monoxide, natural gas), identify the safe range, alert threshold, and automated response.
  6. Describe how integration between different smart home systems creates more powerful safety features than individual devices operating independently. Provide at least three specific examples of integrated scenarios that protect senior safety and independence.

Looking Ahead

Chapter 3 examines Home Automation APIs in detail, exploring the technical protocols and data structures that enable interoperability between smart home devices from different manufacturers. We'll investigate how standardized APIs make it possible to build comprehensive aging in place systems without vendor lock-in.

弘益人間 (Hongik Ingan)

Benefit All Humanity

© 2025 SmileStory Inc. / WIA · WIA-SENIOR-004 Aging in Place Standard v1.0

Korea Standardization Infrastructure Mapping

Korea operates a comprehensive standards governance system through inter-ministerial cooperation. National Standards Council (under Prime Minister's Office, per Framework Act on National Standards Article 5) coordinates KATS (Korean Agency for Technology and Standards), MFDS (Ministry of Food and Drug Safety), MOTIE (Ministry of Trade, Industry and Energy), MSIT (Ministry of Science and ICT), MOIS (Ministry of the Interior and Safety), MOE (Ministry of Environment), MOHW (Ministry of Health and Welfare), MND (Ministry of National Defense), MCST (Ministry of Culture, Sports and Tourism), MOFA (Ministry of Foreign Affairs), MOJ (Ministry of Justice), and FSC (Financial Services Commission). Accreditation and Testing: KOLAS (Korea Laboratory Accreditation Scheme) accredits 800+ testing laboratories. KAS (Korea Accreditation System) accredits 50+ certification bodies. KTC (Korea Testing Certification), KTR (Korea Testing & Research Institute), KTL (Korea Testing Laboratory), and KCL (Korea Conformity Laboratories) provide conformance testing. Telecom and Cyber: KCC (Korea Communications Commission), KCA (Korea Communications Agency), TTA (Telecommunications Technology Association), IITP (Institute for Information & Communications Technology Planning & Evaluation), NIPA (National IT Industry Promotion Agency), KISA (Korea Internet & Security Agency), KCMVP (Korea Cryptographic Module Validation Program), NIS (National Intelligence Service), NSR (National Security Research Institute), and NCSC (National Cyber Security Center). National R&D Centers: KIST, ETRI, KAIST, Seoul National University, Yonsei University, Korea University, POSTECH, UNIST, GIST, DGIST, KISTI, KIER, KIMM, KRICT, KFRI, KRIBB. International Standards Cooperation: ISO TC/SC Korean secretariats, IEC TC/SC Korean secretariats, ITU-T Study Group Korean chairs, 3GPP RAN/SA Korean chairs, IEEE 802 Korean chairs, W3C Korea office, OASIS Korea office, IETF Korea cooperation, OECD CSTP, UN ESCAP, APEC SCSC Korean cooperation. Korean Industrial Standards (KS) Catalog: KS X (Information) 25,000+, KS A (Basic) 15,000+, KS B (Machinery) 25,000+, KS C (Electrical) 18,000+, KS D (Metallurgy) 12,000+, KS E (Mining) 5,000+, KS F (Construction) 18,000+, KS H (Food) 8,000+, KS I (Environment) 5,000+, KS J (Biology) 3,000+, KS K (Textile) 15,000+, KS L (Ceramics) 7,000+, KS M (Chemistry) 12,000+, KS P (Medical) 5,000+, KS Q (Quality Mgmt) 4,000+, KS R (Transport) 12,000+, KS S (Service) 3,000+, KS T (Packaging) 4,000+, KS V (Shipbuilding) 5,000+, KS W (Aerospace) 3,000+ — totaling 220,000+ Korean Industrial Standards. Key Acts: Personal Information Protection Act (Act 19234, effective Sept 15, 2024), Electronic Government Act, Electronic Signature Act, Act on Promotion of Information and Communications Network Utilization and Information Protection, Information and Communications Infrastructure Protection Act, Data Industry Act, Public Data Act, AI Framework Act (Act 20212, effective July 2026), Industrial Technology Innovation Promotion Act, Framework Act on Science and Technology — 70+ Korean standardization-related laws.

Korea Digital Transformation Detailed Mapping

Korea operates digital transformation through a comprehensive governance system. Digital Government: Digital Platform Government Committee (established September 2022, under the President)·Ministry of the Interior and Safety Digital Government Bureau·e-Government Support Center·Gov.kr·National Citizen Service·KDIS (Korea Digital Information Society)·NIA (National Information Society Agency)·MOIS (Ministry of the Interior and Safety). K-DNS Infrastructure: Korea Internet & Security Agency (KISA) Korea Internet Center·KISA DNS Root Server·KRNIC (Korea Network Information Center)·BGP Korea·National Cyber Security Center (NCSC)·KCC (Korea Communications Commission)·MSIT (Ministry of Science and ICT)·NIA·NIPA. Korean Cloud Infrastructure: KT Cloud·NAVER Cloud (NCloud)·Samsung SDS Cloud·LG U+ Cloud·NHN Cloud·Kakao Enterprise Cloud·SK Telecom Cloud·KISA Cloud Security Assurance Program (CSAP)·KCMVP-validated cloud·ISMS-P (Information Security & Personal Information Management System). Korean Security Certifications: KISA ISMS-P certification·KCMVP (Korean Cryptographic Module Validation Program)·NIS (National Intelligence Service) "National Cryptographic Technology Operation Standards"·NCSC "National Cyber Security Strategy 2024-2028"·CC (Common Criteria) Korean evaluation bodies·EAL4·EAL5·KS X ISO/IEC 15408·19790·24759 Korean Profile. Korean Data Standards: NIA AI Hub·National Data Standardization Committee·Statistics Korea (KOSTAT)·MyData 4 Designated Combination Specialists (Samsung SDS, KICI, KOSTAT, KFTC)·National Institute of Korean Language·National Law Information Center·National Spatial Information Platform·National Spatial Data Center·Korean Spatial Information Standards. Finance and Fintech Standards: FSC (Financial Services Commission)·FSS (Financial Supervisory Service)·FIU (Financial Intelligence Unit)·BOK (Bank of Korea)·FSEC (Financial Security Institute)·KFTC (Korea Financial Telecommunications)·KSD (Korea Securities Depository)·KRX (Korea Exchange) 8-agency cooperation. 5G/6G Communications Infrastructure: 5G subscribers 35 million (2024)·5G base stations 350,000·6G commercialization target 2028·5G dedicated networks 16 operators·6G Acceleration Council (MSIT, 2024). K-Content: KOCCA (Korea Creative Content Agency)·MCST (Ministry of Culture, Sports and Tourism)·KCA (Korea Communications Agency)·Korea Culture Information Service Agency·Korean Film Archive·Korea Publishing Industry Promotion Agency. Data 3 Acts (Personal Information Protection Act·Credit Information Act·Telecommunications Network Act, 2020 enforcement)·Data Industry Act (2021)·Public Data Act (2013)·AI Framework Act (2026)·Digital Platform Government Framework Act (2024 proposed) — Korea digital transformation core legislation.

Korea Industrial, Research, Education Infrastructure Mapping

Korea operates its industrial ecosystem and standardization system through the following core infrastructure. Korea Top 5 Groups: Samsung, Hyundai Motor, LG, SK, Lotte. Each group operates standardization committees and ISO/IEC TC Korean secretariats. Samsung Electronics (semiconductors, displays, home appliances, telecom)·Hyundai Motor (automobiles, mobility)·LG Electronics (home appliances, displays, OLED)·SK hynix (memory)·LG Energy Solution·Samsung SDI (batteries)·POSCO Future M (materials)·Hyundai Mobis (parts). Korean IT Big Tech: NAVER (search, cloud, AI HyperCLOVA)·Kakao (messenger, payment, mobility, banking)·Coupang (e-commerce, logistics)·Karrot Market·Toss·Woowa Brothers. Korea Telcos: SK Telecom·KT·LG U+. 5G·5G dedicated networks·B2B cloud·AI businesses operating. Korea Top 7 Research Universities: Seoul National University·KAIST·POSTECH·Yonsei University·Korea University·UNIST·DGIST·GIST. All serve as standardization R&D bases and ISO/IEC/IEEE Korean chairs. Korea Government-affiliated National Research Institutes (26): KIST, KAERI, KIMM, KIER, KFRI, KRICT, KRIBB, KARI, KASI, KIGAM, KICT, KISTI, KETI, ETRI, NIMS, KIMS, KISDI, KOTRA, STEPI, KOEN, KICCE, KIET, KIPF, KIHASA, KICJ, KLRI. Korea Industrial Complexes / Tech Valleys: Pangyo Techno Valley·Dongtan·Gwanggyo·Songdo IBD·Yeouido·Gangnam·Sihwa·Banwol·Gumi·Ulsan·Changwon·Geoje·Yeosu·Onsan·Cheongju·Iksan·Gwangyang·POSCO Gwangyang Steel Mill·Asan Bay·Seosan·Songdo·Incheon Airport·Sejong·Cheongna·Geomdan. Korea Trade and Finance Infrastructure: Korea International Trade Association (KITA)·Korea Trade-Investment Promotion Agency (KOTRA)·Export-Import Bank of Korea (KEXIM)·Bank of Korea·Kookmin Bank·Shinhan·Hana·Woori·NH Nonghyup·IBK Industrial Bank·SC First Bank·Citi Bank Korea·HSBC Korea·DBS Korea — 14 Korean major banks and foreign banks. Korea K-POP / K-Content: HYBE·SM·YG·JYP 4 major entertainment companies·CJ ENM·tvN·MBC·KBS·SBS·EBS·YTN·Yonhap News TV·JTBC Korean broadcasting·NETFLIX Korea·Disney Plus·TVING·Wavve·Watcha·Coupang Play. Korea Gaming Industry: Nexon·NCsoft·Krafton·Netmarble·Kakao Games·Pearl Abyss·Com2uS·Gamevil·NHN·Smilegate·Webzen. Korea Automotive / Battery: Hyundai Motor·Kia·Genesis·LG Energy Solution·Samsung SDI·SK On·POSCO Future M·EcoPro·L&F battery cathode material suppliers. Korea Semiconductor: Samsung Electronics (HBM3E·HBM4)·SK hynix (HBM3E 12-Hi)·DB HiTek·SK siltron·SK Enpulse·Dongjin Semichem·Seoul Semiconductor·Simmtech·Samsung Display·LG Display.

📐 시뮬레이터 패널 1