Continue to Site

Welcome to EDAboard.com

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.

Recent content by Legris

  1. L

    How to design an AC coupling stage

    Before putting the AC coupling on the output, the amplifiers are working. Without the 2nd stage, the output is only 80mV. The reason I added the AC coupling DC bias level at the output is because, when I increase the gain at AD620, the signal gets shifted down further to the negative side...
  2. L

    How to design an AC coupling stage

    So basically the AC coupling that I designed is correct ? Or is it a High Pass filter from the the first stage. I am well aware that the DAQ has no problem with negative input signal. However the problem is that as I increase the gain, the Vpp did not increase but rather, it shifts down the...
  3. L

    How to design an AC coupling stage

    My supply input for this experiment was +/-4.5V and +/-9V. I am adjusting my gain at the Instrumentation Amp with the 10K pot. I also experimented with increasing the gain at the second stage, but that didn't work too. My frequency is 150Hz.
  4. L

    How to design an AC coupling stage

    I have managed to design a circuit: that is able to read an ECG signal where the signal is then acquired through a DAQ called TiePie. From there, the signal is then digitally processed (HPF,50Hz removal,etc), through MATLAB. Everything is fine. However the problem now is that when I tried to...
  5. L

    Need help with ECG circuit using AD620

    No,R2 and R3 is part of the gain. It was a parallel resistance to get 500 Ohm, and with R1 being a variable resistor, the Gain goes from 201 to 2001.
  6. L

    Need help with ECG circuit using AD620

    Alright guys, I finally build a portable ECG device where by the ECG signal will then be sent to Arduino UNO where the data will be transmitted via Bluetooth and the waveform will be displayed on Android Phone. I've already built a circuit and have a good waveform. I also managed to successfully...
  7. L

    Need help with ECG circuit using AD620

    Hi guys, I managed to get an ECG signal with the circuit. Attached is an Image of my output signal. Right now what I would like to do is to transmit the analog signal into digital signal through Arduino UNO where the data can then be analyzed and process further in MATLAB. How do I go...
  8. L

    Need help with ECG circuit using AD620

    Hi, Right now, I am designing a hardware circuit to read the ECG signal where the output signal will eventually be read by n oscilloscope. I have already build the circuit, using AD620 as the IA and OP177 GPZ as my op-amp. I am referencing my circuit from this website ...
  9. L

    Need Help with PIC24FJ128GA010 Programming

    This is my existing code : #include "p24FJ128GA010.h" #include "system.h" // Set up configuration bits _CONFIG1( JTAGEN_OFF & GCP_OFF & GWRP_OFF & COE_OFF & FWDTEN_OFF & ICS_PGx2) _CONFIG2( FCKSM_CSDCMD & OSCIOFNC_ON & POSCMOD_HS & FNOSC_PRI ) // Set up user-defined variables int main(void) {...
  10. L

    Need help programming an electronic combinational lock on Explorer 16 Development Brd

    This is my existing code : #include "p24FJ128GA010.h" // Set up configuration bits _CONFIG1( JTAGEN_OFF & GCP_OFF & GWRP_OFF & COE_OFF & FWDTEN_OFF & ICS_PGx2) _CONFIG2( FCKSM_CSDCMD & OSCIOFNC_ON & POSCMOD_HS & FNOSC_PRI ) void TimerInit(void); unsigned char TimerIsOverflowEvent(void); // Set...
  11. L

    Need help programming an electronic combinational lock on Explorer 16 Development Brd

    Hey there, Im from singapore, and ordering the book will take a long time just to reach here. Is there any websites that you can recommend me or you can personally help me with the codes ??
  12. L

    Need help programming an electronic combinational lock on Explorer 16 Development Brd

    Hi guys, Im a student new in the fields of programming. I was asked to program an electronic combinational lock on an explorer 16 development board. The software that im using to compile is MPLAB ICD 3. The microchip is PIC24FJ128GA. I have been going to the library, googling in the internet...

Part and Inventory Search

Back
Top