Posts by Bilal:
Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller
Posted on: 16 Apr 2020
Here is a simple project on how to build/generate/make custom characters in 16×2 lcd and then print/display them on lcd using microchip pic16f877 microcontroller. Character lcd contains a set of ascii characters and some Chinese characters in their controllers. We invoke the ascii characters present in the ram for displaying them on lcd. But if …
Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller Read More »
What You’ll Need to Livestream on YouTube
Posted on: 15 Apr 2020
Have you decided now is the perfect time to give livestreaming on YouTube a whirl? Livestreaming is an excellent way to engage with your viewers in real-time, and deliver content that is fresh. There is no pre-filming, which means nothing is out-of-date or irrelevant by the time you post it. Both companies and individuals are …
ESP32-S2 PROCESSOR DATASHEET RELEASED, DEVELOPMENT BOARDS UNVEILED
Posted on: 15 Apr 2020
Since the launch of the ESP-01, the ESP series of WiFi modules and WiFi-enabled microcontrollers have endeared themselves to the heart of both hobbyist and electronics design professionals. They have been used for all sorts of projects and while users are still praising the impressive features built into its most recent version, the ESP-32, Espressif systems have announced details …
ESP32-S2 PROCESSOR DATASHEET RELEASED, DEVELOPMENT BOARDS UNVEILED Read More »
ADVANTECH LAUNCHES HIGH-PERFORMANCE COM EXPRESS SOM-5899
Posted on: 14 Apr 2020
Advantech, a world leader in embedded IoT, is pleased to announce the launch of its high-end SOM-5899 series COM Express Type 6 Module designed with 8th and 9th Gen Intel® Core™ H-series processors. Compared with previous generations, the SOM-5899 is enhanced with six cores for better multithreaded performance in compute-intensive applications. With a dual channel 96GB ECC and non-ECC …
ADVANTECH LAUNCHES HIGH-PERFORMANCE COM EXPRESS SOM-5899 Read More »
Measuring Temperature using LM74 temperature sensor by Texas Instruments and Pic18f452 Microcontroller
Posted on: 14 Apr 2020
In this post i am going to interface LM74 temperature sensor with Pic18f452 microcontroller. LM74 is a temperature sensor by Texas Instruments. It comes with an SPI (Serial Peripheral Interface) interface. You can operate it in SPI (Serial Peripheral Interface) mode. A processor/microcontroller can read temperature reading from LM74 at any time. LM74 provides resolution of up to …
FISCHER FREEDOM’S MAJOR EXTENSIONS ENABLE VERSATILE INNOVATIONS IN CONNECTIVITY
Posted on: 13 Apr 2020
Nine new products now add to the capability of the Fischer FreedomTM Series to serve as a technology platform in connectivity setting new standards in usability, integration capability and versatility. An innovation enabler in application design, particularly in terms of SWaP (Size, Weight and Power) requirements, cable management optimization, electronic network integration and wearable technology. …
FISCHER FREEDOM’S MAJOR EXTENSIONS ENABLE VERSATILE INNOVATIONS IN CONNECTIVITY Read More »
LOW COST HIGH ACCURACY STM32 FFT LCR METER
Posted on: 12 Apr 2020
I have always wanted to build a fairly capable LCR meter that could cope with real world use in my own personal lab. This would mean reasonably good accuracy across a wide range of L, C and R. Fortunately, I got the time to do just that this year in the 3rd year Instrumentation module …
How to build a calculator using Pic16f877 microcontroller
Posted on: 12 Apr 2020
Calculator using pic microcontroller – Project code Code portion is little bit difficult. But if you are familiar with syntax of C++ language and did some good work in c++ then the code below is easy for you to understand and to modify. First htc.h header file is included in the project. This header file must be included …
How to build a calculator using Pic16f877 microcontroller Read More »
A CARBON NANOTUBE MICROPROCESSOR MATURE ENOUGH TO SAY HELLO
Posted on: 11 Apr 2020
Did you know that researchers are looking for an alternative to silicon? Did you know in principle that Carbon Nanotubes processor could run three times faster while consuming about one-third of the energy of their silicon predecessor? The Engineers at MIT and Analog Devices have created the first fully programmable 16-bit Carbon Nanotube microprocessor. Since Silicon Transistor …
A CARBON NANOTUBE MICROPROCESSOR MATURE ENOUGH TO SAY HELLO Read More »
Displaying ASCII Characters on 16×2 Character lcd Using Microchip PIC16f877 Microcontroller
Posted on: 10 Apr 2020
In this tutorial i am going to print/display ASCII characters on 16×2 lcd using pic16f877 microcontroller. Lcd is interfaced with pic microcontroller in 8-bit mode. Code is written in c language. High tech c compiler is used to compile code and code is written in Mp-lab ide. Interfacing 16×2 lcd with pic microcontroller and displaying characters …