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 nileshthakare2

  1. N

    PIC controlling AC loads

    Any opto TRIAC driver IC (e.g, MOC30XX series) can be used to fire gate of the driver TRIAC. Use MOC3043 for driving the gate of the triac.:-:grin:
  2. N

    cs5460 with atmega8515

    Hi I want to interface cs5460 with msp430f5529.I initialise the spi of the controller and try to read the default value of the controller but every time i got 0 . Please help me to solve this problem...
  3. N

    Hfss rectangular waveguide Problem

    Hi I design the 1st order high pass filter for the with cutoff frequency 100 HZ and gain 100. My filter passes all the frequencies above 100 hz but when frequency goes above 1.3 Khz output goes in attenuation.Its tried every thing to increase the attenuation but same result found.Please...
  4. N

    PID controller for lavitation

    Hi Sir, This is my PID loop.#define dt 0 //100ms loop time #define Kp 0.5 #define Kd 0.0 #define Ki 0.0//0.0005 static float pre_error = 0; static float integral = 0; float error; float derivative; float output; void PID (float setpoint,float actual_position) {...
  5. N

    PID controller for lavitation

    Hi, I want to levitate the magnet with the help of electromagnet.Same like this link(_-= Uzzors2k =-_ Project Site am using micro controller to control the PWM cycle.I am very near to levitation but my magnet is not able to levitate.if Magnet reach up to my set point i pass 0 duty...
  6. N

    DTMF CALLER ID PROTOCOL

    Hi I am from INDIA.I want to make same application. I had some basic circuits like ring detectors and DTMF decoder using MT8870DE but problem is i am not able to understand how can i detect the callers no(Caller ID) between 1st and 3rd ring of telephone.In dtmf signal which way i decided...
  7. N

    Check my I2C code for interfacing MSP430f5438 and MCP4161

    Hi i want to interface Msp430f5438 and mcp4161 by i2c communication.After sending the start bit i am getting NACK whats the problem i dont understand if anyone find any bugs in my code please told me. void i2c_init(void) { P10SEL |= 0x06; // Assign I2C pins to...
  8. N

    Software SPI and I2C in HiTech C not working

    Hi I have going to interface the MSP430f5438 with digital potentiometer MCP41010 by SPI communication.For that i have write the code as below.My spi had some problem because of that i am not able to write the value in the data registers.If you had any solution for me then please send...
  9. N

    Joystic code for thum joystic

    Hi , I want to develop the code for analog joystick.I am new for this part. I am going to use MSP430f5438.I know in joystick 2 pot and one button are used. I am going to used thum joystick ps2 . Is it possible to implement joystic code using 2 adc channel or want some special...
  10. N

    working of the ftdi chip for usb

    Hi to all I have use vinculum usb device(ftdi chip). I have test all commands all are working but problem with only writing in the file. I have open file for writing by command"opw filename", then for use "wrf size in bytes"(wrf 10 (enter)) then write some data but its not working...
  11. N

    working of the Bq24630====>

    Hi I have going to use the bq24630 . I read the datasheet but cant understand how its works?Can anyone told mi if i applied 24v input and connected load with 12v 1A and battery with 12V and 8A then how the battery operation is going on?Battery charging and load are simultaneously...
  12. N

    Regarding the working of the triac

    Hi Thanks for replying i have going to implement as per your saying. thanks Nilesh
  13. N

    Regarding the working of the triac

    Hi , Thanks for my help. Sory i have change all circuit only supply changes is remaining in schematic(**broken link removed** have used 15Vac not 12Vac and other circuit are the same.I want to heat the coil for only 45degree Celsius of water.For that I used 230 v...
  14. N

    Regarding the working of the triac

    Hi i have some problem in triac circuit.My triac is continuously in on condition.if anyone knowns about the problem with my circuit please help me.i have attach link of my schematic design.(https://obrazki.elektroda.pl/52_1312605496.jpg) thanks nilesh)
  15. N

    [SOLVED] Tunning PID using fuzzy controller

    hi i think this coad help you to implement the PID. //this code initializes a 16 bit timer for use as a pwm and implements a pid controller //I use this code for temperature correction, with the plant value being an adc thermistor reading, //and the pwm hooked up to a heater (through a...

Part and Inventory Search

Back
Top