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. java中生成任意之间数的随机数

    public static int cssjs(int a,int b) { Random rand=new Random(); int zhi; zhi=rand.nextInt(b)%(b-a+1 ...

  2. centos6离线安装apache2.4

    在/usr/local中新建文件夹 Apache2.4,将httpd安装包放入该文件夹, 解压:tar xvf httpd-2.4.41.tar.gz 进入httpd-2.4.41文件夹中,对Apac ...

  3. Windows Server多用户同时远程登录

    因为工作需要,需要使用windwos作为一个远程登录跳板机,管理员对登录windwos机器再windwos的基础上连接别的机器,普通用户也可以连接windwos机器再连接别的机器,关于管理员普通用户连 ...

  4. 【资源分享】Gmod自瞄自动开枪脚本

    *----------------------------------------------[下载区]----------------------------------------------* ...

  5. Linux修复日志

    阿里云后台系统报告漏洞,解决记录 中级: RHSA-2019:0049-重要: systemd 安全更新

  6. Python之路Day11

    函数名的第一类对象及使用 当作值,赋值给变量 def func(): print(1) print(func) #查看函数的内存地址 a=func print(a) a() 可以当作容器中的元素 de ...

  7. 机器学习作业(一)线性回归——Python(numpy)实现

    题目太长啦!文档下载[传送门] 第1题 简述:设计一个5*5的单位矩阵. import numpy as np A = np.eye(5) print(A) 运行结果: 第2题 简述:实现单变量线性回 ...

  8. Oracle 中的 Incarnation 到底是个什么?概念理解篇

    高中时候,我深深“爱”上了一位女孩子.那个年纪确实不懂什么是真正的“爱”,反正每天满脑子都是她,只要见到她就会紧张和激动,确切的说是深深的喜欢.你告诉我这叫初恋?不,我的初恋应该是小学3年级,三六班. ...

  9. unittest框架下的HTMLTestRunner报告模块使用及优化

    引言 在做接口自动化测试的时候,使用python单元测试框架unittest下HTMLTestRunner报告模板,可以很好的展示我们测试结果的数据. 官方的标准版模板地址:http://tungwa ...

  10. 363. 矩形区域不超过 K 的最大数值和(利用前缀和转化为最大子序和问题)

    题目: 链接:https://leetcode-cn.com/problems/max-sum-of-rectangle-no-larger-than-k/ 给定一个非空二维矩阵 matrix 和一个 ...