Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
HSM-20G is one of the most common humidity and Temperature sensor. This sensor is fully analog type. The outputs are analog voltages rather than any digital signal.
The datasheet indicates that the output pins need some extra devices with it. here is the connection diagram:
From the...
The switching is required in many applications at low as well as at high frequency. RF MEMS switches are the specific micromechanical switches that are designed to operate at RF to mmWave frequencies. MEMS switches usages some mechanical movement to achieve a closed or open circuit in the Radio...
In this blog post i will share my Graphical Lcd libraries with you which are written for xc8 compiler in MPLAB-X development environment.
The libraries functions are inspired from mikroC functions and i tried to keep most of the functions similar to the one available in mikroC compiler.
Some...
Generating Sine wave is very demanded job in power electronics field. So do to me too. I read some topics over the internet and found many ways to generate a sine wave. As most of you are really interested in generating sine wave so I’m writing today about it here.
There is some different ways...
Find bellow an Android TCP client extension
that implements a very simple socket; note that its operation is performed 'one-shot', which means that only one command is sent ( and its respective response, read ) at a time, and then the socket connection is closed. So, be aware that it is not a...
The following function may be useful for those who are starting in the microcontroller's world and wish to implement applications using 7-segment display with the CCS compiler in PIC platform. I've used long time ago:
void Display7seg ( char value )
{
char pin=0 ;
while ( pin< 8 )...
Hi,
This project is to build cyclic on-off programmable timer. In this project user can set ON timer and Off time using keys and 7 segment display. Relay is provided as output, where relay will be remained ON for ON time and it will goes OFF after ON time overs. And Relay will remain Off till...
"What programming language skills do employers want? Online job-search firm Indeed took a look at three months (18 May to 18 August) of 2018 job listings in its tech software category to find out. The company ranked programming languages according to the percentage of job postings within the...
Moore’s Law is over, ushering in a golden age for computer architecture, says RISC pioneer
David Patterson—University of California professor, Google engineer, and RISC pioneer—says there’s no better time than now to be a computer architect.
Some highlights
"As an example on the...
The problem:
In Vivado in the IP Packager when I was trying to make a custom component with mating interfaces to control PCIe4 IP Core, I couldn't do it because in the IP Packager PCIe4 control interfaces were missing, e.g.:
VLNV xilinx.com:display_pcie4: pcie4_cfg_mgmt_rtl:1.0
VLNV...
The problem:
In Vivado in the IP Packager, when we want to set a value for any interface parameter, we won't get any TCL commands in the Tcl Console.
This is probably a bug.
The following images visualize the problem:
The solution:
I managed to find these missing TCL commands :)...
The background:
I recently bought Raspberry PI 3 B and was shocked how fast and intuitive were the installation and the configuration.
I have started using Raspbian with NOOBS (the Operating System installer) from https://www.raspberrypi.org/downloads/
NOOBS lets me choose which OS to install...
In this blog post i will share the OLED libraries with you, which are written for mikroC compiler and can be used with any other C compiler.
Following are the functions which are currently present.
void OLED_Init( void );
uint8_t OLED_Width( void );
uint8_t OLED_Height( void );
void...
Hello readers,
I am writing for my very first post in my very first blog. I would like to share with you some of the bad habits that I used to do at work and fortunately I have changed them into good habits.
I would first quote something my brother heard in a finance course a while ago. "A...
Electrical Ground is the reference point in circuits from which voltages are measured. Using the symbol of ground we can make our circuits looks simpler. Three types of electrical grounds are:
Simple ground
Digital Ground
Chassis ground
Earth ground
Simple ground
This type serves as...
The switching is required in many applications at low as well as at high frequency. RF MEMS switches are the specific micromechanical switches that are designed to operate at RF to mmWave frequencies. MEMS switches usages some mechanical movement to achieve a closed or open circuit in the Radio...
By Lee Teschler, Exeutive Editor EEWorldonline.com
Ground-fault circuit interrupters (GFCIs) are sometimes also called earth leakage or residual-current circuit breakers. They can sense leakage current to earth ground and interrupt the circuit automatically when leakage current exceeds a...
By Chris Francis
(originally appeared on EEWorldonline)
I don't mean the transistor radio or mobile phone, but electronic devices and circuits that have been significant and enduring. Some are not necessarily "inventions", depending on how you define an invention, but significant designs...
Those of us who have been in the PCB design business for more than a decade either have direct knowledge of, or have heard the stories about, how the profession has evolved since the late 70’s and early 80’s. The shift from drafting tables, Mylar, and hand taping, to light tables, digitizers and...
By Bill Schweber
As the use of LEDs for area lighting has grown dramatically, with both the use of LED-based replacement bulbs as well as LED-based fixtures for new construction (called luminaires in the trade), the issue of dimming these LEDs becomes more critical. LEDs require a very...
By Bill Schweber
LEDs – light-emitting diodes – have largely supplanted other sources of light in many applications. They are used in applications ranging from small on/off power indicators, to small and large alphanumeric displays, to screen backlighting, and even for area and street...
Hi everybody!
A daily life of an Analog Circuit Designer involves designing transistor sizes :-P , running simulations ;-) across corners :-?, design reviews 8-O, post-layout simulations :-x, sign-off of your checklists :oops: and finally tape-out :clap:. It doesn't stop here :laugh: After...
RFID stands for Radio-Frequency Identification. The RFID device provides a unique identifier for that object and just as a bar code or magnetic strip the RFID device must be scanned to retrieve the identifying information.
RFID System Working Principal (details in Book "Practical Microstrip...
by Bill Schweber on Analog IC Tips
We have already looked briefly at Earth ground (if any), chassis ground, and commons (often misnamed as "grounds"). These do not exist as unrelated connections in a system. The issues related to connecting commons and ground is the subject of countless...
The helix antenna is a travelling wave antenna, which means the current travels along the antenna and the phase varies continuously. Helix antennas (also commonly called helical antennas) invented by John Kraus give a circular polarized wave. Helix antennas are referred to as axial-mode helical...
by Chris Francis
In 1980, the book "The Art of Electronics" was published, written by Paul Horowitz and Winfield Hill. For many people, myself included, it became the first book you picked up when you needed to know anything related to analog electronics. It was intended as a course textbook...
In many applications pertaining to missile, satellite, spacecraft and aircraft a directive antenna mounted on a curved body is required. Conforming the antenna to the surface save space and is often essential for structural reasons. An antenna that conforms to a surface whose shape is determined...
I am trying to do sparse matrix addition in matlab.
1. Suppose two matrix are give A and B, we have to get the sparse matrix format of the given matrix. This is easily done by sparse function in matlab and categorized accordingly in row, col and val.
2. Now we check the rows and cols of two...
Time Domain Reflectometry is the analysis of conductor lines (interconnects)by sending a pulsed signal into the conductor and then examining the reflection of that pulse. A TDR transmits a short rise time pulse along the conductor. If the conductor is of a uniform impedance and is properly...
by Janet Heath, EEWorld contributing writer,
Tips for preventing problems could fill a book, especially if every professor, technician, or engineer were to contribute tricks and tips that they have learned over the years. However, many will agree that an ounce of prevention is worth a pound...
Bluetooth is a wireless technology standard for exchanging data over short distances (using short-wavelength radio transmissions in the ISM band from 2400–2480 MHz) from fixed and mobile devices, creating personal area networks (PANs) with high levels of security. Created by telecom vendor...
The Emergence of Power Integrity Analysis
As the speed of the data signal increases, many reasons including power supply noise lead to the degradation of the high-speed signals. In low power high-speed digital interfaces, it is crucial to characterize the whole system power supply in order to...
…earning $67K to $103K a year in under 3 months.
by Lynnette Reese, WTWH Media contributing writer
If this sounds too good to be true, it is not: read on.
Abe Lincoln was one of those guys that didn’t have a college education but made it to the top as a self-educated man. Back then...
The desirable features of antenna for Airborne SAR applications include shaped radiation pattern and wide bandwidth capability, good cross polarization isolation and high power capability. Shaped radiation across the track improves the target dynamic range and compensates the requirement of STC...
Antenna modeling in smart phone devices, using electromagnetic simulation software, has improved significantly by allowing the simulation of the antenna behavior in complex environments surrounding the antenna. Thus, current electromagnetic software allows the simulation of handheld antennas...
What is ESD?
Electrostatic discharge(ESD) is the sudden and momentary electric current that flows between two objects at different electrical potentials caused by direct contact or induced by an electrostatic field.An Electrostatic Discharge (ESD) strike is a constant threat to device...
EMC within electronic components has become an increasingly important issue for embedded designers to contend with. As system frequencies and the need for lower supply voltages increase, the end application becomes more and more vulnerable to the negative affects of EMI. These electrical...
By Lee Teschler, EEWorld Executive Editor
The online retailer Amazon made headlines when it introduced a super-inexpensive smart phone from Blu Products in Miami called the R1 HD. The media splash arose because Amazon Prime members could get the phone for as little as $50 if they were willing...
orrugated horn antenna has parallel slots or grooves, small compared with a wavelength, covering the inside surface of the horn, transverse to the axis. Corrugated horns have wider bandwidth and smaller side lobes and cross-polarization, and are widely used as feed horns for satellite dishes and...
A Rotary Joint (RJ) is a wide spread microwave device that is used to change the direction of microwave propagation between two waveguides by rotating one with respect to another. Rotary joints find many applications in radar and satellite earth stations for functions such as polarization...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.