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 aswathymohan

  1. A

    Real time serial data acquisition

    I need to have all the samples from the signal ,then only I can process the information.Actually I want to store the data into a file and then processed it and find the results.
  2. A

    Real time serial data acquisition

    If I used baud rate 115200,the uart values are not displayed properly,can you advise me how to modify my code
  3. A

    Real time serial data acquisition

    If I removed the interrupt and put the adc code inside the while loop,it gives the same result:-(
  4. A

    Real time serial data acquisition

    Hi I wish to take the samples from pic16f877a,4Mhz HS( if it is given a sine wave input) and plot the same.I am giving 230vp sine wave 50hz as input and transformed it into 5v range and level shifted it into positive voltages. This is my code // Loop variable...
  5. A

    How to display a float value having only 2 digits after the decimal point in Mikroc

    I am using pic16f877a,sprintf is not supported in this uc.
  6. A

    How to display a float value having only 2 digits after the decimal point in Mikroc

    Hi How to display 230.5678956 as 230.56 in mikroc Regards
  7. A

    disturbance detection from a signal using microcontroller

    I have done the coding in mikroc,and after that i run hyperterminal,thereby captured the values.My signal is 230V 50Hz and i m using pic16f877a adc 10bit delay of 10ms // POWER QUALITY MONITORING SYSTEM // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4...
  8. A

    disturbance detection from a signal using microcontroller

    hi I want to calculate the duration of a disturbance signal,what i have done so far,i coded the program for adc interfacing with pic16f877a,capture all the samples and stored it in a text file. for disturbance detection,i used wavelet decomposition in matlab,simulated the disturbance and...
  9. A

    Pic16f877a port voltage

    if i gave 5v supply,relay on and works perfectly,but when the port is making high and connected to the same,it wont work
  10. A

    Pic16f877a port voltage

    transistor is connected in relay interfacing circuit
  11. A

    Pic16f877a port voltage

    PIC MCU board operationg voltage :5V Ya I have checked the voltage from the pin,its still 2.25-2.45V - - - Updated - - - I have configured the pin as output.This is ma code void main() { TRISB.F7 = 1; //Configure 1st bit of PORTD as input TRISB.F6 = 0; //Configure 1st bit of PORTB as...
  12. A

    Pic16f877a port voltage

    Hi I am using pic16f877a for relay driver interfacing program.To make the relay on,i need 5 v,what m getting from the pic is 2.25 v when i make the respective port as high .how to fix this issue Regards
  13. A

    C# serial data plot help needed

    Hi Can anyone suggest me how to plot the real time data from pic16F877A in C#
  14. A

    Mikroc adc uart problem

    I wish to display the adc values coming from serial port to hyper terminal.I have created a level shifter circuit with sine wave (5 vp-p) and 2.5 v dc as inputs and input the data to the pic 16f877a wat i m getting from the terminal are in the range of 2.5-8.6v,since i gave input below 5.0v...
  15. A

    Rms voltage calculation mikroc code

    why i am finding the rms voltage,is to calculate the voltage sag a disturbance occured in the supply using rms voltage method.In this process,the voltage is to be compared with the reference voltage

Part and Inventory Search

Back
Top