IR Range Finder Interfacing with Raspberry Pi and Python
March 25th, 2019
Nilesh Chaurasia
IR Range Finder Interfacing with Raspberry Pi and its Python application program. It is step by step tutorial on Digital sensor Interfacing with Raspberry Pi.
Blink LED on Raspberry Pi 3 with Python and BCM Pins
March 25th, 2019
Nilesh Chaurasia
Blink LED on Raspberry Pi 3 with Python and BCM Pins setup. This tutorial provide step by step instruction to perform LED Interfacing with Raspberry Pi and its Python program. In this example we are using BCM setup for pin assignment. Note: You have to connect your LED on pin number 11 on GPIO. Actually […]
Serial Communication Loop Back Test on Raspberry Pi with Python
March 25th, 2019
Nilesh Chaurasia
Serial Loop Back on Raspberry Pi is the first Python Experiment every student have to perform on Pi kit, to check Serial is working or not. This tutorial provide step by step instruction to perform Serial Loop back. Note: To perform this experiment you have to short the GPIO Pin 8 and 10 with wire. […]
Switch Interfacing with Raspberry Pi | Digital Input with Raspberry Pi
March 25th, 2019
Nilesh Chaurasia
This tutorial provide step by step instruction to perform Switch Interfacing with Raspberry Pi and its Python program.
PHP echo Function Applications Syntax and Example Code
March 22nd, 2019
Nilesh Chaurasia
PHP echo Function echo function is used to print some text output in the plain HTML markup. In the PHP block, echo function is the simplest way to print any text output. echo function can be used to print text or variables in the PHP script. Warning: In the PHP block, if you create a […]
CSS Font Variant Property and Small Caps Text in HTML
March 22nd, 2019
Nilesh Chaurasia
CSS Font Variant Property Font Variant property changes the lower character into the Small Caps. Small Caps means that the first character is bigger and all characters are in caps. Example 1 – How to Set Small Caps Text in HTML with CSS Property In the above code we apply the font-variant to an HTML […]
CSS Font Weight Property and Bold Style Text in HTML
March 21st, 2019
Nilesh Chaurasia
CSS Font Weight Property To specify the darkness or boldness of the fonts, font weight property is used. Basically you can bold, light and normal weight is applied to the text. The range of the darkness very from 100 to 1000. Example 1 – Font Weight Property Code for Making HTML Text Bold In the […]
CSS Font Style Property and Italic Text in HTML
March 20th, 2019
Nilesh Chaurasia
CSS Font Style Property and Italic Font Style Property is used to change the font look of the text. Mainly Italic and Oblique are two font styles. And font-style property is used to apply the style. Italic Style is slightly tilted to right side. Example 1 – Font Style Property Basic Uses In the above […]
CSS HTML Font Size Property in px, pt, percent, em, responsive Values
March 19th, 2019
Nilesh Chaurasia
CSS HTML Font Size Property Every HTML elements have a default font size set in the web browser. And if you want to modify the font size of any Element with the help of font-size property. CSS Font Size in px, pt, em, percent, Responsive or vw Units px(pixel), em, percent, rem, pt(point) and other […]

