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 nikhilsigma

  1. nikhilsigma

    How to Control FT232H with Processing GUI

    Thank you, I will try to understand.
  2. nikhilsigma

    How to Control FT232H with Processing GUI

    Thank you very much Klaus & FvM. I can see that FTDI provides the example codes. However I couldn't find FTDI library for Processing. https://processing.org/reference/libraries/ Because from my understanding I need to install the FTDI library in Processing to access FTDI functions. Is it...
  3. nikhilsigma

    How to Control FT232H with Processing GUI

    Hello Everyone, I want to control FT232H IC (USB to I2C) using Processing GUI (on windows PC). I can make GUI with processing. But I don't know how to control FT232H as I2C master. Is there any library of FT232H for processing? (I couldn't find) Or is there any way to use FTDI driver from...
  4. nikhilsigma

    Defining address in microcontroller using preprocessor (#define)

    Thank you very much for the explanation. But I want to know how "port_input = GPIO_PORTA_DATA_R" lets us access the register directly? I understand that the address of a register named GPIO_PORTA_DATA_R is 0x400043FC. I try to decifer "port_input = GPIO_PORTA_DATA_R" statement as follows...
  5. nikhilsigma

    Defining address in microcontroller using preprocessor (#define)

    Hello Everyone, I came across following statement, but I am unable to understand it. Kindly explain in detail about what exactly is happening. #define GPIO_PORTA_DATA_R (*((volatile unsigned long *)0x400043FC)) My guess is that some pointer of unsigned long type is being created with...
  6. nikhilsigma

    [PIC] PIC16f1716 - I2C Initialization problem

    Hello Everyone, I am trying to implement I2C on PIC16f1716. I have written basic code for I2C initialization which is shown below. PROBLEM: Even after setting START bit "SEN" nothing happens on SDA & SCL lines (SDA show go low ideally). Datasheet says that "SEN" will get cleared by hardware...
  7. nikhilsigma

    Digital Video Format

    I am confused between Digital Video Signal Formats like 720p_60_444, 720p_60_422, 720p_60_420, 720p_60_444_Time reference signal, 720p_60_422_Time reference signal, 720p_60_420_Time reference signal Please suggest some good reference material which explains this format concept clearly...
  8. nikhilsigma

    opamp feedback calculation

    its looking gud... :)
  9. nikhilsigma

    [SOLVED] Digital system desgin Project

    u can do that using microcontroller easily.... :)
  10. nikhilsigma

    controling the out put voltage of Atmega 8L

    the microcontroller will give output same as what ever the supply voltage is.....but if you want 2V output....then u can use a voltage divider configuration.....and if current requirements are high u can use an opamp as a buffer after voltage divider....
  11. nikhilsigma

    Buffer from a CURRENT FEEDBACK AMPLIFIER

    crutschow Thanks alot for helping.... I have two questions... 1. that configuration uses VL PIN which is not present in LM7171 opamp.....so how can I design a full wave or half wave rectifier of 1MHz with 7171 ?? 2. are diode based precision rectifiers not good for high frequency signals ??
  12. nikhilsigma

    Buffer from a CURRENT FEEDBACK AMPLIFIER

    okay....I need to measure the amplitude of sine wave....so what should I do ??? please help - - - Updated - - - frequency of operation will always be 1MHz....and maximum voltage level of 2Vpeak( i.e. 4Vpeak to peak)....
  13. nikhilsigma

    Buffer from a CURRENT FEEDBACK AMPLIFIER

    anything will work.... my aim is to detect the amplitude of incoming sin wave.... and after taking reading with uC's ADC, sin wave will be turned off.....so the output of peak detector can delay by itself or by an external switch.... there will be atleast a gap of 2seconds between two...
  14. nikhilsigma

    1MHz Crystal Oscillator design...Please help

    Hey guys... I want to make a 1MHz sine wave oscillator...with following characteristics... 1. Frequency : 1MHz.....I have a 1MHz crystal 2. Supply Voltage available : anything between +-12V 2. Voltage swing : 4Vpp peak to peak 3. Load current : 3mA I have tried to make a colpitt oscillator...

Part and Inventory Search

Back
Top