Z axis accelerometer MMA1220D from Freescale

MMA1220D is Z-axis MEMS accelerometer -8g – +8g. This sensor has a capacitive sensor. The output signal is passed through a 4 poles low pass filter. It also has an internal self-test capability. The main features:Integral signal conditioning;Linear output;Ratiometric performance;4th order Bessel Filter to preserve pulse shape integrity;Calibrated self-test;Detection of low voltage also clock monitor and EPROM Parity check status;Can survive big shocks. Where can it be used? It can be the perfect tool for Vibration monitoring, control, bearing monitor, PC HDD protection, mouse and joystick, virtual reality, sports diagnostics.The datasheet can be found here:https://www.freescale.comI decided to run a sample test for this sensor. For this, I just made a simple board where I soldered this sensor with the SOIC16 package. According to the datasheet, I put an RC filter on sensor output to minimize clock noise. There is a schematic: And traced PCB: I used SMD parts as it will be easier to glue another side of the board to any surface in the future. First test drive on oscilloscope: Later I will do some tests by connecting this sensor to MCU.Bellow, I attached the Protel library of the MMA1220D sensor and my project files. It might be you…

Continue reading

PCB Etcher

After UV-80 was built, there was a thought about automatic PCB Etcher with autonomous Heater and bubble machine. This project is hanging in the prefinished phase, but it does a job. It was used to etch several PCBs. As this etcher is supposed to be used for making PCBs using photosensitive technology, the controller is supposed to control both = the heater of the etching tank and the developer’s heater. As Sensors, there are used AD7416 digital temperature sensors. I decided to publish this small project, as this is not clear when it will be finished. When it is, I will update this article. There is a little dirty drawing with dimensions: The dimensions are as follows 215x275x30 exterior. The inner volume is smaller as glass is 4mm thick. So the overall volume is less than 1,2 liter. It is an ideal volume to use one bag of ammonium persulphate or 250 grams of FeCl3. The glass plates are glued with aqua silicone. Sides are strengthened with aluminum profiles (not necessary if you have skills of glueing aquariums).

Continue reading

Ultraviolet light source UV-80 for PCB exposure

One of the more advanced PCB manufacturing methods is exposing laminate copper boards covered by a photo resistive layer through the mask. Using UV light in manufacturing PCB’s has many benefits according to other methods: you can get thin tracks like 0.2mm. You couldn’t do this using other home techniques like laser printers or hand artwork; another advantage is that this method gives a clean image – smooth edges of PCB tracks. Little bit effort and you can compare results to commercial products. And of course, the third benefit is speed and multiple replications of your boards by using the same mask. This article is described in the manufacturing of an automatic ultraviolet light source exposure box. Parts for UV box Case with organic glassPanelUV lamps ballasts and startersController Case Case is made of 5mm wood board wired with screws. Making a control panel The Control panel consists of two parts: Power control and Automatic control.A POWER switch is used to turn the on/off the power of the UV box. Green LED indicates the ON. MANUAL/AUTOMATIC switch is used to power l the UV lamps manually or automatically. Switches UPSIDE and UNDERSIDE are used to enable upper and lower lamps…

Continue reading

Healthy skin reflectance model

This pilot study is intended to investigate possibilities of skin nevus imaging using digital still image camera. The main objective is to develop a dermatology image interpretation method, which enables the looking on the skin lesions and nevus from the optical background of skin colouration. Kubelka-Munk calculation method for light transport and reflection from multilayered, complex media is applied to model light reflection spectra of skin. Calculation of model shows that red, green, blue and infrared colours lighting is satisfactory to access distribution of comparative estimates of the following skin parameters: volume fraction of melanin in the epidermal layer, the volume fraction of haemoglobin in the dermal layer, presence of dermal melanin and thickness of the papillary layer. Performance of image processing method on fourteen samples of images of common melanocytic nevi, dysplasia melanocytic nevi, Spitz nevus, thrombotic hemangioma and surrounding healthy skin were made. Skin spectral properties Understanding how light interacts with skin can assist in designing physics-based dermatological image processing. The key is understanding how light interacts with skin tissue. The skin consists of different layers with different spectral properties. Fig 1. Skin model and its physical view When incident light is applied to skin layer, it is…

Continue reading

Review on skin lesion imaging, analysis and automatic classification

The goal of any imaging methodology used in dermatology is to diagnose melanoma in the early stages because it depends on treatment effectiveness. Investigations show that early diagnosis is more than 90% curable and late is less than 50% [1]. The diagnosis and successful treatment are often supplemented with permanent monitoring of suspicious skin lesions. The doctor’s diagnosis is reliable, but this procedure takes lots of time, effort. These routines can be automated. It could save lots of doctor’s time and could help to diagnose more accurately. Besides using computerized means, there is an excellent opportunity to store information with diagnostic information to use it for further investigations or create new methods of diagnosis. Skin lesion imaging methods We found that there are several various imaging methods of skin lesions [2]. The simplest skin visualization method is photography. This method gives only the top layer of the skin image. To get a deeper layer image, there is oil immersion used. It reduces reflections of the surface and brightens the image of the epidermis – the second skin layer.

Continue reading

Discrete systems in series and parallel

Discrete systems in series We have two discrete systems, and their impulse responses are h1(n) and h2(n). Then when these discrete systems are connected in series, then overall impulse response: Where: As you noticed there were changing made: This is nothing more than convolution of impulse responses of both discrete systems: Discrete systems in parallel If we have two discrete systems connected in parallel: As we see, there is a simple sum of output queues of each discrete system. So we can assume, that the overall impulse response is the sum of systems connected in parallel:

Continue reading

Impulse Response of discrete system

Impulse signal can be represented as:d[n] = 1, if n=0d[n] = 0, otherwiseit can also be written like d=[1,0,0,0,…] Impulse Response The impulse response h(n) is the response of filter L() at time n to unit impulse occurring at time 0.h(n)=L(d(n))Let’s see how a discrete system can be described when impulse response is known We know that: In the linear system this can be written as follows: Because h(n-k)=L(d(n-k))Then: What do we get? Its impulse response can describe a linear system. The last expression is called convolution. This is the heart of DSP Filtering.To write this sum in the more convenient matter is assumed that: Matlab example Matlab example: As you can see if the input queue has N samples, impulse response has M after convolution there will be total N+M-1 samples.

Continue reading

What is a linear system?

A discrete system is nothing more than an algorithm, where input is transformed into output. The output is transformed by operator L(), which describes the discrete system.Let’s see the few most common operators of discrete systems. Delay This means that output queue is delayed by on sample. Multiplication This operator takes each sample of input queue and multiplies by constant a. Sum operator Takes two or more sample queues and adds them in the output. Assuming we can say, that the system is linear if input sum reaction is equal to sum of inputs reactions: The system has stable parameters if:y(n-k)=L(x(n-k)), this means that output delay should be the same as the input.It is obvious that delay, multiply, and sum operators are linear and have stable parameters. We will need them for further lessons.

Continue reading

Understanding of discrete signals

Discrete signals can be generated by software or obtained from the real-world through ADC. Discrete signals are sampled from analog signals. So you get samples in fixed time intervals. The discrete signal is a sequence of numbers. The element number n of the sequence is marked as x(n). The most common number rows: Unit sample sequence You can describe it in Matlab like

Continue reading

Physiological system modeling

Most physical and chemical experiments can be described with a finite number of rules. In physiological processes, everything can be tied to the laws of nature. A good model can be a guideline for new experiments. Usually, the model and experiment have an iterative connection. To understand how to investigate any material, there is a model needed (block 1). First, we need an abstract understanding of what we are investigating (block 2). Abstracts are transformed into mathematical models (block 3). There we can use formulas and solve them using the computer. The results you get shows, what experiments have to be done, and what to expect from them. This loop system is resistive to irregularities in the mathematical model. In other words, this is the purifier of experiments and models.

Continue reading