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 kapilddit

  1. K

    Serial cable to usb issue

    You can also use BAFO convertor... - - - Updated - - - You can also try with serial port monitor. which is virtual.......
  2. K

    Resampling algorithm

    Sampling is used to take sample of analog varying quantity. like sine wave.. To get the approximated shape. Two times sampling is required then that of freq of wave to be sampled. As the Nyqueist 3rd rule. There are many sampling algorithm. two point, 3 point, algorith, delta mehtod. Average...
  3. K

    I have Proteus circuit design(at89c2051), Can any one help me?

    Hi, You need to select the source files. You can go through the available examples in the software. you need to select the hex file for the your code. and you need to install the driver in Keil u vision. if you are using it with KEIL to compile it. you need to select the simulator/ debugger...
  4. K

    problem when programming avr through genius g540 universal programmer

    Hi Khan, You can use serial programmer for avr atmega32. it will very easy to design and if you don't want to design it then you can get it @very cheap rate in market also. Don't use universal programmer as it support multiple hardware you can face this issue. even you can search programming...
  5. K

    Init code for bluetooth module ?

    Hi Dear, Not able to open attached file. You can write more information about it in post. which IC ? Interface ? and some sample code.
  6. K

    Port, Interface and Protocols Confused

    Hi Dear, Your question is valid. I would like clear your doubt. Protocol : Protocol is rules and regulation or grammar to implement something. protocol is actual format for transmission and reception. I would like to give one example to you. English is language. grammar is protocol, which...
  7. K

    RS485/RS422/RS232 vs. ModBus/CanBus/LinBus

    Re: can vs rs485 It is not like that RS232, RS422, RS 485 is still being used in embedded system/products or microcontroller based system. It is also used for downloading the software as a media to download the software. but yes still ethernet is prefferd one in higher end application and...
  8. K

    Explanation of the booting sequence of a chip

    Re: Booting squence! Bootloader The first program which runs on any Android system is the bootloader. Technically, the bootloader is outside the realm of Android itself, and is used to do very low-level system initialization, before loading the Linux kernel. The kernel then does the bulk of...
  9. K

    The difference between SPI and I2C

    I2C: start condition: SDA Low to High CLK High constant: stop condition: SDA High to Low CLK High Constant data transfer: 1) Start 2) Slave address: Generally consist of 7 bit address and R/W bit In some IC need to set 4 bit constant 3 pins A0,A1,A2 (as jumper setting) and R/W bit. 3)...
  10. K

    difference b/n function call and interrupt call

    IRQ use RETI at the end of routine/function. where normal function use RET. RETI will enable the interrupt again. so next interrupt can come again.
  11. K

    need_ help_with_sending_number_as_serial

    I have not gone through you code in much details,as it was in assembly.... but still i m trying to do best whatever i have experience.... I am thinking this as a syncronizing issue.... As u said u are getting more delay somewhere after one cycle... mean timing generation is not proper...
  12. K

    Is there different between if & else and switch & case?

    It is common mistake to forgot to write the break in switch statement.... if you forgot to write break statement then It will continue to go on executing the next statement of of other case also... So it will cause the problem.... kapilddit
  13. K

    Code in C for PID temperature controller

    This all code ref is not working properly.... I want to inplement full controlled pid... How can i do that please help me out in this... Thanks... kapilddit...
  14. K

    The difference between SPI and I2C

    Re: SPI and I2C Main topic to discuss the difference is 1) speed is difference in case of i2c is 100/400kbps in 7 bit mode max 400kbps in case of spi speed is upto 1mbps 2)Connection wise: i2c require less pin then spi as spi require slave select for individual device... 3)it is better to use...
  15. K

    PID source code for pic 16f877a

    PID+self tune Hello All I am finding diff. in implementing PID controller for temperature....... i need to implement in c code..whats the formula How can use integral of differentiator in c code with lower level controller & Compiler IDE, Added after 14 minutes: PID: I am using 89V51RD2...

Part and Inventory Search

Back
Top