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.
The following attached file contains an SSH Client extension
which I made for my own use, but it may also be useful for users of the MIT Application Inventor 2 (AI2) community, or even to the AppyBuilder community (code intrinsically compatible for the last one, but not tested). This is just the...
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...
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...
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...
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...
For a Direct-conversion(Zero-IF) receiver, RF signal down converts to BaseBand signal near 0 Hz directly.
Let’s assume there are 2 tones , f1 is interference, f2 is signal, and their frequency are close, i.e. f1 = f2.
If LNA IIP2 is not good enough, f1 and f2 will compose IMD2...
----------------------------------------------------------------------------------------------------
Using a Xilinx IP in your design without generating it using the Coregen flow.
----------------------------------------------------------------------------------------------------
I will...
EDAboard's sister publication, designworldonline.com has several "Tips" sections covering a variety of topics from power to microcontrollers to motor control. We'd like to encourage you to check out some of these helpful tips and share them with your colleagues. To get you started, I'll post the...
It is a common concern of technicians to adapt equipment manufactured on countries whose frequency of electric public mains differs from its local, so that a modification becomes necessary, but depending on the size of equipment, the cost of the transformer may be the largest when compared to...
GLCD is one of the most interesting device in electronics works. People working with microcontroller are very interested to work with it. And me? Yes! I’m very much interested to it… I did some works professionally, but I felt that you may need a help to make your own big font work with GLCD...
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...
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...
Using the PIC32MX250F128B, I decided to make a simple audio player. I wanted to play back good quality audio from a large memory space - a microSD card. So, I made this WAV player that can play back 16-bit 44.1kHz WAV files with 12-bit stereo audio output. Of course that's not all it can play...
With power LED's mounted boards with adequate copper surface or aluminum surface area (~1 sq.in/Watt) cool emission of light can be adapted to almost any fixture with mindful avoidance of glare.
I put these together one day for Winter Seasonal exterior lighting using surplus boards cut down to...
AND = Application Note Document (On Semi)
DN = Design Note (On Semi) .pdf format
These are all State of The ART LED's SMPS designs that may have started as University Grad Student/ Prof level designs, perfected by OnSemi and finally made their way into new chips with intelligent design...
In Part I of this blog, we saw that we can construct two partially correlated signals, x1(t) and x2(t), as:
\[
\; \; \; \; \; \; \; \; \;\; \;\; \; x_1(t) = \sqrt{P_1}s_1(t) \\
\; \; \; \; \; \; \; \; \;\; \;\; \; x_2(t) = \sqrt{P_2}ρ∗s1(t)+√(1−|ρ|2)s2(t)ρ∗s1(t)+(1−|ρ|2)s2(t)
\]
where P1 and...
Note: This blog is split into two parts because edaboard limits the number of pictures and equations per blog. The second part can be found here: [link].
Introduction
It is often useful to be able to generate (real or complex-valued) signals with specific cross-correlations. In the simplest...
I was recently asked how to estimate the frequency of a noisy sine wave over a short capture. In this context, 'short' means the total capture duration relative to the period of the sine wave. So we may have, at most, a few periods of the sine wave (or, at worst, less than one period). Here is...
Coding Spacing is commonly generally defined by the range between data transitions to prevent DC content of data. Bi-Phase which is self -clocking but reliable and used in early Telephony 1.544Mb/s repeaters then tri-level coding was used. Similar starts in ethernet coding were used.
Magnetic...
Power measurement methods for RF
**Peak** = instantaneous maximum read with storage memory ( digital or Analog )often measured with Log Amplifiers calibrated in dBm for 50 or 75 Ohms
**Average** = time interval averaged over specified interval
Both above are computed by voltage detection...
Design site has error in the design calculations for RMS >Peak.
In the end the RMS voltage of the transformer should only be slightly more than the LDO Vdc if the optimal parts are selected.
Assuming you want 5V,1A regulated choose LDO regulator with minimum drop otherwise 2.5V typical may...
Boost Regulator :bsdetector:
:bsdetector: Bi-Colour Latch
PWM analog clock :bsdetector:
:bsdetector: DIY Garden Fence LED Light shades
:bsdetector: Blue Pool LEDs coated in clear epoxy
All diodes have a threshold voltage, Vth which is basically the voltage...
Hello Everyone!
This presents an attempt to measure phase difference between two sinusoidal signals in simulink.
There is no existing block in Simulink for that.
I have made frequency as a Global Parameter.
LSNI-BT02
The previous post discussed a simple transistor based inverting MOSFET driver ie. LSIN-BT01. It consisted of a Level-Shifter stage followed by a transistorized totem-pole output stage. This post discusses a NON-INVERTING version of the previous driver. For quick reference this...
LSIN-BT01
Much of the work that I had done till now was confined to my mind or scattered everywhere in bits and pieces. The difficulties were soon evident. So I promised to write. With an year of experience (academic) in power-electronics, I quickly realized that MOSFET gate drivers were...
This article is intended to be a quick guide on calculation of transformers used in AC voltage stabilizers which employes series topology. Such model is rarely used in low power equipments due to the relatively more complex control system required for drive the switching devices, but is...
We often plot some data on a graph and wonder if there might be a simple mathematical function to describe what we see:
In many cases, a polynomial approximation would be particularly useful. That is, we want to describe the line in the form...
MIT finds 15-year-old scouring trash bins for parts.
When MIT discovered Kelvin, he was living in utter poverty. But that didn't stop this engineering whiz kid from building something amazing.
Introduction
I didn't want to buy an expensive variable power supply for my small, low-power projects, so decided to make my own. I couldn't find much inspiration online, so I thought I'd write up my design in detail here in case it helps anyone else. Circuit schematics, layout, source code...
Equipments such as Inverters and Rectifiers employ power modules as IGBTs, MOSFETs and TRIACs based on compact packages (modules). These components are mounted just above heat sink structure, and unlike PCB based packages, offer the possibility for assemble adopting an alternative approach...
Multilayer Inductor
An inductor constructed by layering the coil between layers of core material, the coil typically consists of a bare metal material( no insulation), this technology is sometimes referred to as "non-wirewound", the inductance value can be made larger by adding additional...
When dealing with displays which haven´t character pattern at desired size, we need to insert character maps in the code program. Once draw entire table is a task somewhat painful, the next step is take a search on the Web for some available map file.
However, after find it and put the map on...
Requests for sample C code to deal with a matrix keypad is a recurrent question, what motivated me to share here some tips on an alternative implementation, not so widely employed.
This code brings some benefits:
Allows reading combinations of multiple keys pressed at same row: 8(4 keys)...
I have built a small test board expecting to a more complete system, this board was built on single-sided copper layer using the method of photoetching, where most of the components are SMT (Surface Mount Technology).
The CPLD is a Xilinx xc9536 vq44, bought for a few euro on ebay, which i...
This is the mikcroC code for counting the external pulses frequency Using CCP1 module,
/* Compiler: MikroC pro
Author : Ltsharma
PIC16F628A - 4Mhz */
sbit LCD_RS at RA4_bit;
sbit LCD_EN at RB0_bit;
sbit LCD_D4 at RA0_bit;
sbit LCD_D5 at RA1_bit;
sbit LCD_D6 at RA2_bit...
Hi,
Just wanted to share my project and solution for coping with the noise in OOK RF modules. Not sure if this was discussed before and certainly someone thought of this long before me
but I couldn't find much of information on-line, so it still might be useful to someone.
I had a project...
Found this cool test for divisibility by 7 on Tanya’s website. Read about how to use it here, but basically you follow that diagram a certain way.
Divisibility by 7 :-
and yeah the graph is planar. :D
Write down a number n. Start at the small white node at the bottom of the graph...
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.