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 sujeethaa

  1. S

    LPC 2148 code for ARM

    Hi all Could anyone pls help me the code for RTC using LPC2148 and to display in 7 segment LED. i need to display sec and minutes in the 4 seven-segment display. I need this code in Embedded C and i m using Keil C compiler.
  2. S

    Bus availanle in ARM7TDMI

    What is A,B,PC,Increment ,ALU bus in ARM7TDMI and what is the purpose of it?
  3. S

    Motor status based on moisture sensor using 8051

    hi all <60=motor on >75=motor off bet 60 to 75 = previous status how can i write the c code for this status thanks in advance
  4. S

    body temperature monitoring system

    I have written this coding for heart rate and body temperature monitoring system using embedded C for AT89c51 i m getting output but the heart rate count is varying !!! wat shall i do !!! #include<reg51.h> #include<intrins.h> unsigned char beat,BPS,BPM; unsigned char...
  5. S

    1 sec delay in embedded c

    hi Tahmid i m using Keil c compiler .. it dnt have any such library functions
  6. S

    1 sec delay in embedded c

    thank u all !!! I will try in both the methods and get u back!! thanks for your support
  7. S

    1 sec delay in embedded c

    I m using 8051 with 11.0859MHz frequency!!!
  8. S

    1 sec delay in embedded c

    for(i=0;i<1275;i++); whether this will give 1ms delay!!! so that i can repeat it for 1000 times thanks in advance ----- sujeethaa
  9. S

    body temperature monitoring system

    in my project i measure only positive temperature. ya sure but we need to give negative voltage. LM35 can measure temperatures from -55deg to 150deg and we need negative supply voltage for measuring this negative temperature.
  10. S

    1 sec delay in embedded c

    hi all could any one pls tell me the coding to calculate 1 sec delay in embedded c for 8051 controller without using timer!!! i.e using for loop and pls explain it thanks in advance
  11. S

    body temperature monitoring system

    hi all i have designed body temperature monitoring system using LM35 and i got the out put is there any other way to measure the body temperature using 8051
  12. S

    Frequency calculation in 89c51 controller

    Thank u sequel i just used timer as a counter and i got the output!!! heartly thanks for your kind effort
  13. S

    basic verilog questions??

    hi mohi Its our wish to design the module !!! up to me if u have separate module and u call in the main u feel easy to understand and also it s easy to find the bugs!! ya u can have multiple begin in a single block . https://www.doulos.com/knowhow/verilog_designers_guide/if_statement/ this...
  14. S

    heart beat measurement using 8051

    hi all could anyone tell me what is the normal heart beat rate ? thanks in advance

Part and Inventory Search

Back
Top