Posts

Designed in KiCad, FTDI breakout board. USB to UART

Image
 FTDI- USB to UART Designed in KiCad, FTDI breakout board. USB to UART. I've compromised in usb differential pairs, it was very difficult to route it keeping other traces shorter, hence instead of differential pair routing, I've route one after one. (I think, the board would need little optimisation) However, this should NOT make difference in this application. [In case of high speed PCBs like Ethernet, HDMI, LVDS, RF, etc. there would be significant difference.] My Learning 1) The rise time decides whether systems are high speed or low signals and NOT the frequency. 2) If you have no FTDI breakout board to program your uC (say Atmel chips), don't worry!!! Using arduino uno board you can do it. 3) The teardrop trace is good for high speed signals and the trace should be from the centre of the pads. 4) The metal connection at the surface of the multi-layer board reduce edge-fired emission, as such system creates fringing fields on outer edges.

STM microcontroller board

Image
                                                            [The above schematics is designed in Raspberry pi using KiCad, in headless mode via ssh connection.] Below is my first PCB design in KiCad an opensource EDA. Learning points so far--- Decoupling Caps must be connected very tightly, they are small power source they filter out any noise present in dc supply also give current to the system when suddenly power on. All the sensitive components(inductor,crystal,decoupling caps,etc) must be routed first. The feedback line must be placed in such a way that there is no interface from magnetic elements like inductors(in case of SMPS). Trace widths are vitals for current flow, pay additional attention while designing PCB. Importing footprints of components i.e., CAD or EDA model from manufacturer (.stp file). For high speed PCBs impedance ma...

Capacitive Sensors using NE555 timer IC along with Arduino Uno development board

Image
In this article, a capacitive sensors using NE555 timer IC along with Arduino Uno development board can be designed, the principle behind such sensor are creating square pulse in astable multivibrator mode the capacitor C1 (can been seen in the diagram below) is used to read the variable environment, which is then feed to arduino Analog pins and the microcontroller can be read the signal and further process can be done. We finally undrestand the principle, LETS build one. Schematic Diagram The above circuit is enogh for creating square pulse, but the goal is to make it capacitive sensor, here the C1 will be removed and it will be connected with the probes.

voltage controller using LM7805 IC

Image
Introduction:        A voltage regulator is an electrical device that regulates the voltage in a circuit to a constant, predetermined value. It maintains a constant output voltage despite changes in the load current or input voltage. Voltage regulators are used to protect sensitive electrical devices from voltage spikes and surges, and to ensure that a stable voltage is provided to power a wide range of electrical equipment. They are commonly found in power supplies, battery chargers, and other applications that require stable, regulated voltage.      In our design we are using lm7805 IC, the output is set to 5V, for our design we are using EASYEDA tool, the schematic is shown below.   Schematic of lm7805 based voltage regulator.     PCB of voltage regulator.   3D view of voltage regulator          Here are some of the disadvantages of voltage regulators: Cost: Voltage regulators can be relatively exp...

Directional Coupler in Microstriplines

Image
Background RF and microwave technology become an important part of day to day life, it is difficult to imagine life without microwave technology. These have commercial and military applications. With the rapid progress and improvement in mobile and wireless technology, microwave components such as filters, couplers, circulators, and power dividers are in high demand. A microwave directional coupler in microstrip technology is an important component in the design of microwave communication systems. It is used to extract a small portion of the microwave signal from the main transmission line and to measure the power of the signal. This is accomplished by constructing a microwave circuit on a substrate material with a microstrip transmission line and a simple coupling mechanism. The directional coupler consists of two microstrip transmission lines that are separated by a narrow strip of insulating material. The incoming microwave signal is divided between the two transmission lin...