Introduction: Bluetooth Desk Lamp

In this project we will be making a wireless side lamp that can be controlled via Bluetooth connected to an Arduino UNO to switch on and off the lamp right form your smart phone (Android only) . For the 2D-design we will be using Inkscape because it’s free and really easy to use software (you can download it from: https://inkscape.org/en/ ). For the cutting part we can either use a laser cutting or a CNC machine depending on the type of the materials that we will use.

------------------

مقدمة:


في هذا المشروع سوف نقوم بتصميم إنارة لاسلكية يمكن التحكم بها عن طريق البلوتوث بواسطة الاجهرة الذكية ( أندرويد فقط). سوف نستخدم برنامج Inkscape للتصميم ثنائي الابعاد وذلك لأنه برنامج مجاني و سهل الاستخدام ( يمكن تحميل البرنامج من هذا الرابط https://inkscape.org/en/ ). سوف نقوم بقص اجزء التصميم بواسطة قاطعة الليزر أو إلة ال CNC في حال الرغبة بتصميم الانارة باستخدام الخشب .

Step 1: Requirements

1- Arduino UNO.

2- Bluetooth Serial Port Module for Arduino (Part Number: VUPN5926).

3- Ten 5mm LED lights. Or LED Strip Lights.

4- Acrylic (Thickness 3 mm) or wood if you are going to use CNC.

5- Female/Male 'Extension' Jumper Wires.

·
You'll also need:

1-Laser Cutter

2- CNC

3- 3D Printer (optional)

---------------

متطلبات المشروع


1- متحكم Arduino UNO

2- بلوتوث Bluetooth Serial Port Module

3- 10 إضاءات LED

4- أكرليك مقاس 6mm أو خشب

5- أسلاك توصيل

· سوف تحتاج كذلك :

- ألة القص الليزري

- إلة CNC

- طابعة ثلاثية الابعاد

Step 2: Creating the 2D-design

You can be as creative as you like in this step, but for our design we just made a simple box using http://boxmaker.connectionlab.org/, and then we put our touch by adding some vector flourishes on each side.

Once you come up with a design you like, you can go ahead and start working on the next step.

Note: you can use our design that we created using Inkscape.

Note: you might need to design another box to hold the Arduino and other electronics together and put it in the bottom of the lamp.

Tip: transparent acrylic sheet will make a really nice look if you want to engrave flourishes or words on your design.

التصميم الثنائي الابعاد

يمكنك أن تبدع كما تشاء في هذه الخطوة. التصميم الذي قمنا بعمله هو مجرد صندوق بسيط تم تصميمه عن طريق موقع http://boxmaker.connectionlab.org/ ومن ثم قمنا بالتعديل عليه واضافة بعض اللمسات الجماليه مثل الزخارف و الكتابات باستخدام برنامج Inkscape

ملاحظه: قد تحتاج إلى تصميم صندوق اخر يكون في الاسفل ليحتوي جميع الاجزاء الالكترونية الخاصة بالمشروع.

ملاحظه: الاكرليك الشفاف سوف يعطي مظهر جدا جميل اذا كنت ترغب في النحت عليه.

Step 3: Creating the LED Ring Light:

one of the ways to make use of the LED lights that we have is to make a ring light like this:

As shown below we will connect all the positive sides together and the minus sides together as well. The best way to do this is by soldering them. For our own design we made a circular PCB using Modela MDX-20.

Or you can just use LED Strip Lights as an alternative. Just make sure to connect the positive and the negative sides properly.

تصميم الاضاءة

احد الطرق التي يمكننا استخدام الاضاءات الموجودة عندنا هي عمل حلقة و توصيلهم جميعا كما هو موجود في الصورة.

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

Modela MDX-20. لعمل PCB دائري الشكل و قمنا بلحام الاضاءات مع بعضها على شكل دائري.

Step 4: Connecting the Arduino UNO

Now that we finished with our design, let’s connect the

Arduino UNO. To make it easy here is how we connected each parts together:

توصيل الاردوينو

في هذه الخطوة يمكنك فقط اتباع الرسم المرفق و تطبيق الطريقة نفسها في التوصيل.

Step 5: Programming Our Project:

Note: this code will only work with Android devices. You will need to download this app from google play market Bluetooth Viewer LITE

Note: when you search for Bluetooth devices on your cellphone look for (HC06) which is the name of the Bluetooth Module that we used in this project.

Once you are connected try to type N on the Bluetooth Viewer app to turn ON the light, try to type F to turn it off.

if the app asks you for a password put:0000

البرمجه:

بامكانك استخدام الكود المرفق . سوف تحتاج إلى تنزيل تطبيق Bluetooth Viewer LITE في هاتفك الذكي حتى تتمكن من الاتصال بالبلوتوث الموجود في المشروع.

ملاحظه : ابحث عن جهاز بلوتوث باسم ( HC06 ) عن طريق التطبيق في جهازك الذكي.

حاول الاقتران به , اذا طلب منك رمز للاقتران حاول استخدام اربعة اصفار (0000) .

لتشغيل الاضاءة حاول كتابة حرف N

ولاعادة اطفاءها حاول كتابة حرف F

انتهى