Wake up in a strange hotel room in the evening and find the way to the bathroom, without stepping on the toes or being blinded by the wall switch lights, this can be a daunting task. The use of travel nightlights not only provides light, but also provides high efficiency and low power, and can be carried. One solution is an LED bulb. When you're not charging your phone, it can be used with a standard USB charger or if you have a dual port charger.

  

This new method for producing high efficiency, low power lighting uses LED white light technology in combination with a standard USB universal charger to provide a low level light source with perfect intensity. So, allowing you to navigate in a dark room, not so bright, and blind. Of course, this is not only suitable for travel, it can be used at home or in the office, and even outdoors. You only need a USB charger/power supply with an A-type socket. The night light kit consists of two parts: an LED bulb and a USB charger/power adapter. The USB memory stick shaped LED bulb contains an LED and is surrounded by a see-through cover. Simply plug the LED bulb into the USB power source to illuminate. high efficiency. Low power light. For example, a standard 4 watt incandescent night light or even a standard LED night light still consumes 30-40 horsepower 120v, which is equivalent to 3-4 watts! The LED bulb solution requires only 2 horsepower 120v, which is equivalent to less than 25 watts. Compared to incandescent lamps and most LED nightlights, the level of illumination produced is 10 times lower.

  

Simply use a separate LED bulb and plug it into your own USB power source or use a pre-packaged kit. There are two kits available. A wall socket kit that plugs directly into a wall outlet or light bulb kit to replace the standard light bulb in nighttime fixtures. Some novel uses are targeted applications such as accent lighting or lighting specific areas such as corridors, offices, lounges, computer rooms, and more. This is a truly amazing technology that can have a major impact on our environment if used in large quantities. So if you want to save money. You want to save energy. You like to save the planet. Those innovative solutions can help us all

  

Ninghai Haohua Company    is a manufacturer that designs and produces all kinds of LED night lights. We have a strong R&D team that develops and produces products based on drawings or samples provided by our customers. Have their own quality inspection system and testing equipment to ensure product quality. Pay attention to    LED Night Light Factory, learn more LED night light information

https://www.nhhx.net/

  

Led Night Light Factory: Traveler Led Night Light的更多相关文章

  1. LED Decorative Light Supplier Introduction - LED Track Light Products

    LED Decorative Light Supplier    introduction: LED track light is a track light with LED as the ligh ...

  2. 基于Proteus仿真的Arduino学习(2)——LED点阵探究A(LED点阵基础)

    一.前言: 随着LED的普及,以LED点阵为基础的显示设置层出不穷.例如,公交车的线路提示牌.高速公路的信息提示牌,安装在大楼上的广告屏幕等.下面,我们将由简单到复杂地探索各种LED点阵的使用方法,同 ...

  3. led驅動芯片對LED燈具的要求

    1.LED驅動芯片直流額定輸入電壓范圍應當8 - 40 v,覆蓋廣泛的應用需求.最好的壓縮能力大于45 v.當輸入交流12 v.24 v,簡單的橋式整流器輸出電壓可以遵循電網電壓波動,特別是在高電壓輸 ...

  4. LED Decorative Light Manufacturer Introduction: LED Metal Table Light

    Nowadays, when many people choose the desk light, they are worried that it will not be used for a lo ...

  5. LED驅動芯片對LED壽命的影響

    5050年,領導作為一種新型節能光源在世界和中國有非常高的熱情和偉大的問題,不得不贏得市場占有率從室外到室內照明應用,中國也如雨后春筍般涌現在大型和小型LED照明企業.鑒于LED照明的主要原因是其促進 ...

  6. LED Candle Light Factory-LED Candle Light: Full Of Romance

    LED candle lights are beautiful and can add elegance and romance to any space. These candles make th ...

  7. LED Holiday Light -holiday Light Inspection Implementation Recommendations

    China LED Holiday Light Factory & Ninghai County Haohua Electronic Appliance Co., Ltd. pointed o ...

  8. LED Mood Light Factory-Smart Mood Light: Control System Principle

    Intelligent devices have become more and more widespread in our lives. Intelligent scene lights are ...

  9. Led Candle Light - Safe, Cost-Effective, Versatile, Realistic Flame Lighting

    Candles have been used to remove light for centuries, but it took hundreds of years to make better c ...

随机推荐

  1. TP框架中生成带背景带文字的二维码

    首先下载一个phpqrcode的包放到/vendor目录下 链接:https://pan.baidu.com/s/18jV9DypYB_PHDhD6C0iedQ 提取码:qxuo 如果只是单纯生成二维 ...

  2. 安装CPULimit到Linux(源码)

    运行环境 适用系统:所有Linux系统 当前版本:无 硬件要求:无 安装过程 1.安装依赖 root@localhost:~# apt-get -y install git 2.从GitHUB中克隆源 ...

  3. linux commands - 一次性解压多个tar.gz文件

    tar -zxvf list所有tar.gz文件,然后利用xargs将其作为参数传给tar命令.-n 1表示每次传一个参数. xargs: https://www.cnblogs.com/wangqi ...

  4. Oracle中表与包体用户没有操作权限问题

    一.表1.在stg用户下查看table_name 表是否存在select * from table_name 2 在表所在用户执行(授权)grant select,update on table_na ...

  5. C++11智能指针(unique_ptr、shared_ptr、weak_ptr)(转)

    原文地址:https://blog.csdn.net/king_way/article/details/95536938

  6. TensorFlow入门(矩阵基础)

    1.placeholder 占位符 可以通过run方法传入值 测试代码如下: # encoding:utf-8 import tensorflow as tf # placeholder 占位符 可以 ...

  7. 安装 centos8.1

    阿里云镜像下载链接 http://mirrors.aliyun.com/centos/8.1.1911/isos/x86_64/ 选择 CentOS-8.1.1911-x86_64-dvd1.iso ...

  8. PATA-1151 LCA in a Binary Tree

    题意:根据前序和中序建立树,寻找两个点的LCA. 我在之前的博客中写了关于LCA的多种求法. https://www.cnblogs.com/yy-1046741080/p/11505547.html ...

  9. B站学习记:贪心与博弈

    贪心 1. poj2287 N匹马的田忌赛马问题 稳稳地赢. 寻找最优的方案. 更优的收益. 有时候,局部最优导致全局最优. 马的能力值. 使得让我赢的局数最多. 对于对方的任何一匹马,如果我的马能打 ...

  10. php单例模式封装数据库操作类增删改查

    <?php//三私一公 单例class Db{ //数据库连接对象 private static $instance; private static $table_name; private $ ...