Posts by Bilal:
How to work with inbuilt ADC Module of PIC Microcontroller (PIC18F4550)
Posted on: 23 Jun 2020
AÂ microcontroller, a digital device, can read, execute and transmit only digital signals. On the contrary, the outputs of the most of the transducers are analog in nature. Thus it is hard to interface these transducers directly with controllers. Analog-to-digital convertor (ADC) ICs are one way to make the analog input compatible with the microcontroller. Using […]
NXP LAUNCHES THE GIGAHERTZ MICROCONTROLLER ERA
Posted on: 23 Jun 2020
NXP Semiconductors has announced the industryâs first crossover MCU, i.MX RT1170 28nm fully-depleted silicon-on-insulator (FD-SOI) microcontroller unit (MCU), which is a power-efficient design with real-time functionality, and MCU usability at an affordable price. It clocks its primary Arm Cortex-M7 processing core at up to 1GHz while packing a secondary Cortex-M4 core running at 400MHz. Geoff Lees, senior vice president […]
WORLDâS SMALLEST AND MOST AFFORDABLE 65W GAN ADAPTER FOR LAPTOPS AND MOBILE DEVICES
Posted on: 22 Jun 2020
Though the sizes of laptops and mobile phones have become smaller and lighter over the years, that of power adapters have pretty much remained the same. They are still the same device we have always known them to be; bulky, messy and hard-to-carry-around. But the new GaNtechnology seeks to bring a revolution in the world of power […]
How to work with External (Hardware) Interrupts of PIC Microcontroller (PIC18F4550)
Posted on: 21 Jun 2020
Interrupts are special events that require immediate attention. They cause the processor to cease the running task to serve a special task for which the interrupt event had occurred. After the special task is over, the processor resumes performing the original task. The processor can also serve these events by polling method. But polling is an […]
FORLINX NXP LS1043A & LS1046A NETWORKING SBCâS SUPPORT 10GBPS ETHERNET
Posted on: 21 Jun 2020
NXP LS1043A quad-core Cortex-A53 communication processor was introduced in 2014, while NXP LS1046A quad-core Cortex-A72 SoC was launched about 18 months later. Both are designed for networking equipment such as CPE (Customer Premise Equipment), routers, NAS, gateways, as well as single board computers and include one or two 10 GbE interfaces. Forlinx Embedded has decided to leverage those […]
AAEON LAUNCHES M.2 AND MINI-PCIE BASED AI ACCELERATORS USING LOW-POWER KNERON NPU
Posted on: 20 Jun 2020
Aaeonâs M.2 and mini-PCIe âAI Edge Computing Modulesâ are based on Kneronâs energy-efficient, dual Cortex-M4-enabled KL520 AI SoC, which offers 0.3 TOP NPU performance on only half a Watt. Aaeon took an early interest in edge AI acceleration with Arm-based Nvidia Jetson TX2 based computers such as the Boxer-8170AI. More recently, it has been delivering M.2 […]
How to configure EUSART in PIC18F4550 Microcontroller
Posted on: 19 Jun 2020
Both, Parallel and Serial modes of communication have certain advantages and disadvantages over one another. The serial communication is a preferred option due to its ability of long distance communication with error detection capability. The microcontrollers consist of an inbuilt hardware unit known as USART (Universal Synchronous Asynchronous Reception and Transmission) to facilitate serial transfer of […]
AXIOMTEK LAUNCHES ULTRA-COMPACT FANLESS EMBEDDED SYSTEM FOR VIDEO ANALYTICS â UST100-504-FL
Posted on: 19 Jun 2020
Axiomtek â a world-renowned leader relentlessly devoted in the research, development and manufacture of series of innovative and reliable industrial computer products of high efficiency â is proud to unveil UST100-504-FL, an extremely compact fanless embedded system for in-vehicle edge computing and video analytics applications. This ruggedized in-vehicle system is certified with CE and FCC and […]
ADVANCED AND SCALABLE SOM-HMI SOLUTIONS FOR EV CHARGING STATION
Posted on: 18 Jun 2020
Technology is continuing to transform the automotive industry, particularly the EV segment. The decrease in battery cost and increase in battery capacity, coupled with other advantages such as zero-emission, noiseless operation, and overall cost savings have led to EVs becoming mainstream in India and globally. At the same time, more and more EV charging stations […]
How to work with inbuilt Analog Comparators of PIC18F4550- (Part 12/25)
Posted on: 17 Jun 2020
Analog comparators, including inbuilt Analog Comparators, are electronic devices which compare the two voltage signals and provide TTL logic output to indicate the larger signal. The analog comparator is used in various applications where two input signals need to be compared. IR sensor is a very common example where analog comparator is used. PIC18F4550 has two in-built […]