Posts

Showing posts with the label tips

LED control using Arduino and Android ( part 3 : Arduino code )

Image
In this Part we going see Arduino Code . // on Github Ghassen Ben Taher .©

LED control using Arduino and Android ( part 2 : Android apk )

Image
In this Part we going see step by step how to making android apk. Ghassen Ben Taher .© Android: New Project Open Android Studio and create a new Project:  File > New Project. A pop up Windows will appear. Change the Application Name and Company Name:   Click next to choose the target of the application. Click next and choose a Blank Activity. Click next and rename the Activity Name to “DeviceList”. Now click “finish” and the Project will be create Android: Layout Part 1. When the build is finished, a “Hello world!” screen will be open ,  to create the layout of the apk, we need to add : TextView to display some hint to the user; Click twice the TextView to change the text. A box will appear: Text = The text to be displayed. Id = the id of this widget. Button to show the paired devices. Click twice the Button to change the text. A box will appear: Text = The text to be displayed. Id = the id of this widget. ListView ...

LED control using Arduino and Android ( part 1 )

Image
For  Arduino  you will need :  Arduino Uno LM35 ( or other sensor) Resistors 300 Ω (3x) Jumpers Bluetooth Module (HC-06/other) Android phone  SSP Bluetooth Apk (unWiref Lite ) C programming skills And for Android  before start coding you must : Download Android studio IDE and update Java ( or Eclipse IDE , it’s almost the same) Jaa and C programming skills will help This tutorial will not expalin Java programming The apl will send commands to turn on/off the led and control the brightness. See you on part 2 of this tutorial Ghassen ben Taher .©  

How To Install Numix Theme And Icons In Ubuntu 14.04 & 16.04

Image
Numix  is the best theme out there in the Linux world. In this article, we are going to see  how to install Numix theme and icons in Ubuntu 14.04 and Ubuntu 16.04 . While I am stressing on Ubuntu, Numix is available for all major Linux distributions and desktop environments for e.g., GNOME, Cinnamon etc. Imagine the popularity and beauty of Numix that it is the default theme of Arch based beginner-friendly Linux distribution, Antergos. Install Numix theme and icons in Ubuntu We’ll be using the official Numix PPA. Open a terminal (Ctrl+Alt+T in Ubuntu) and use the following commands to install Numix theme and icons: sudo add-apt-repository ppa:numix/ppa sudo apt-get update sudo apt-get install numix-gtk-theme numix-icon-theme-circl If you want to install Numix wallpapers, use the command below: sudo apt-get install numix-wallpaper-* It will install all the Numix wallpapers available in the PPA. Once we have installed the the...