صندوق شحن عالمي ذكي

Home PDF Audio

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 400">
  <!-- صندوق الشحن -->
  <rect x="50" y="50" width="400" height="300" rx="20" fill="#f0f0f0" stroke="#333" stroke-width="3"/>
  
  <!-- قاعدة الشحن اللاسلكي -->
  <rect x="70" y="320" width="360" height="10" fill="#4a90e2" opacity="0.3"/>
  
  <!-- موجات الشحن اللاسلكي -->
  <path d="M 70 300 Q 250 280 430 300" stroke="#4a90e2" fill="none" stroke-width="2" opacity="0.5">
    <animate attributeName="d" dur="3s" repeatCount="indefinite"
      values="M 70 300 Q 250 280 430 300;
              M 70 300 Q 250 290 430 300;
              M 70 300 Q 250 280 430 300"/>
  </path>
  <path d="M 70 280 Q 250 260 430 280" stroke="#4a90e2" fill="none" stroke-width="2" opacity="0.3">
    <animate attributeName="d" dur="3s" repeatCount="indefinite"
      values="M 70 280 Q 250 260 430 280;
              M 70 280 Q 250 270 430 280;
              M 70 280 Q 250 260 430 280"/>
  </path>
  
  <!-- الأجهزة -->
  <!-- الهاتف الذكي -->
  <rect x="100" y="150" width="60" height="100" rx="5" fill="#333"/>
  <rect x="105" y="155" width="50" height="85" fill="#666"/>
  
  <!-- اللابتوب -->
  <rect x="200" y="150" width="120" height="80" rx="5" fill="#555"/>
  <rect x="200" y="230" width="120" height="10" fill="#444"/>
  
  <!-- الساعة الذكية -->
  <rect x="360" y="150" width="40" height="50" rx="5" fill="#777"/>
  <circle cx="380" cy="175" r="15" fill="#999"/>
  
  <!-- بنك الطاقة -->
  <rect x="100" y="270" width="80" height="30" rx="5" fill="#666"/>
  
  <!-- السماعة اللاسلكية -->
  <rect x="270" y="150" width="70" height="70" rx="10" fill="#888"/>
  <circle cx="305" cy="185" r="25" fill="#999"/>
  
  <!-- اتصال السحابة -->
  <path d="M 250 30 Q 280 10 310 30 Q 330 0 350 30 Q 370 20 360 40 Q 380 50 350 60 Q 340 80 310 60 Q 280 80 270 60 Q 240 70 250 30" 
        fill="#4a90e2" opacity="0.6"/>
  
  <!-- خطوط الاتصال بالسحابة -->
  <line x1="250" y1="60" x2="250" y2="100" stroke="#4a90e2" stroke-width="2" stroke-dasharray="5,5"/>
  
  <!-- التسمية -->
  <text x="250" y="380" text-anchor="middle" font-family="Arial" font-size="16" fill="#333">صندوق الشحن الذكي العالمي</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 400">
  <!-- الصندوق - منظر إيزومتري -->
  <!-- الوجه الأمامي -->
  <path d="M 100 150 L 400 150 L 400 350 L 100 350 Z" 
        fill="#f0f0f0" stroke="#333" stroke-width="2"/>
  <!-- الوجه العلوي -->
  <path d="M 100 150 L 400 150 L 450 100 L 150 100 Z" 
        fill="#e0e0e0" stroke="#333" stroke-width="2"/>
  <!-- الوجه الجانبي -->
  <path d="M 400 150 L 450 100 L 450 300 L 400 350 Z" 
        fill="#d0d0d0" stroke="#333" stroke-width="2"/>
  
  <!-- سطح لوحة الشحن (مع نمط شبكي) -->
  <path d="M 120 330 L 380 330 L 420 290 L 160 290 Z" 
        fill="#4a90e2" fill-opacity="0.1" stroke="#4a90e2" stroke-width="1"/>
  <path d="M 120 310 L 380 310 L 420 270 L 160 270" 
        fill="none" stroke="#4a90e2" stroke-width="0.5" opacity="0.3"/>
  
  <!-- الأجهزة في المنظر الإيزومتري -->
  <!-- اللابتوب -->
  <path d="M 150 280 L 250 280 L 270 260 L 170 260 Z" 
        fill="#555"/>
  <path d="M 150 240 L 250 240 L 250 280 L 150 280 Z" 
        fill="#666"/>
  
  <!-- الهاتف الذكي -->
  <path d="M 300 260 L 340 260 L 355 245 L 315 245 Z" 
        fill="#333"/>
  <path d="M 340 260 L 340 310 L 300 310 L 300 260" 
        fill="#444"/>
  
  <!-- الساعة الذكية -->
  <ellipse cx="380" cy="270" rx="20" ry="15" fill="#777"/>
  <path d="M 370 270 L 375 250 L 385 250 L 390 270" 
        fill="#888" stroke="#777" stroke-width="1"/>
  
  <!-- موجات الشحن المتحركة -->
  <g opacity="0.3">
    <path d="M 120 290 Q 250 270 420 290" stroke="#4a90e2" fill="none" stroke-width="2">
      <animate attributeName="d" dur="3s" repeatCount="indefinite"
        values="M 120 290 Q 250 270 420 290;
                M 120 290 Q 250 280 420 290;
                M 120 290 Q 250 270 420 290"/>
    </path>
    <path d="M 120 270 Q 250 250 420 270" stroke="#4a90e2" fill="none" stroke-width="2">
      <animate attributeName="d" dur="3s" repeatCount="indefinite"
        values="M 120 270 Q 250 250 420 270;
                M 120 270 Q 250 260 420 270;
                M 120 270 Q 250 250 420 270"/>
    </path>
  </g>
  
  <!-- تصور اتصال السحابة -->
  <path d="M 250 80 Q 280 60 310 80 Q 330 50 350 80 Q 370 70 360 90 Q 380 100 350 110" 
        fill="#4a90e2" opacity="0.6"/>
  
  <!-- إشارات لاسلكية -->
  <g opacity="0.4">
    <circle cx="250" cy="200" r="30" fill="none" stroke="#4a90e2" stroke-width="1">
      <animate attributeName="r" dur="2s" repeatCount="indefinite"
        values="20;30;20"/>
    </circle>
    <circle cx="250" cy="200" r="40" fill="none" stroke="#4a90e2" stroke-width="1">
      <animate attributeName="r" dur="2s" repeatCount="indefinite"
        values="30;40;30"/>
    </circle>
  </g>
  
  <!-- التسمية -->
  <text x="250" y="380" text-anchor="middle" font-family="Arial" font-size="16" fill="#333">صندوق الشحن الذكي العالمي - منظر جانبي</text>
</svg>

يمكن للناس اختراع صندوق شحن. هذا الصندوق يشبه جهاز التنظيف بالموجات فوق الصوتية. عندما أنفد طاقة بنك الطاقة، أضعه ببساطة داخل صندوق الشحن. ثم بعد بضع ساعات، يصبح بنك الطاقة مشحونًا بالكامل.

هذا مثير للاهتمام حقًا. ربما يمكن للمنتجات الكهربائية المحمولة في المنزل أن تطبق بعض البروتوكولات لتتيح لها الشحن لاسلكيًا. ويمكن أن تكون جميعها متصلة بخادم سحابي. ويوجد صندوق شحن. كل ما عليك فعله هو وضع مكبرات الصوت اللاسلكية، والهواتف المحمولة، والمصابيح الكهربائية، وأجهزة الكمبيوتر المحمولة في الصندوق، والساعات الذكية في صندوق الشحن الكبير. ثم يمكن شحنها. الأمر يشبه آلة الدفع الذكية في المتاجر الكبيرة.

تمامًا مثلما يمكن للبنك الطاقة اللاسلكي نقل الطاقة إلى أجهزة iPhone، يمكن لصندوق الشحن نقل الطاقة منه إلى الأجهزة الكهربائية الموجودة بداخله. إنه يشبه شاحن Magsafe.


Back 2025.01.18 Donate