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 Kunal2

  1. K

    [Moved] Soft Uart PIC serial communication

    Re: Soft Uart PIC serial communication I am sorry for not using syntaxes with my codes. Can you please help me solve this problem?
  2. K

    [Moved] Soft Uart PIC serial communication

    Dear all I am currently trying to simulate a program on PIC simulator IDE (Oshon software). The program compiled without any error in MikroBasic. Leds are flashing at port b.1 at intervals showing information reception but on the soft uart simulation interface, nothing is appearing. However...
  3. K

    Xbee transceivers in serial communication

    Dear all I am doing a project based on wireless communication. I am using Xbee transceivers as shown in the link (**broken link removed**). I wanted to know if i need to program the transceivers one as transmitter and one as receiver prior to sending data or receiving data. If yes can you...
  4. K

    Measuring speed using a rotary optical encoder through a PIC 16F877 microcontroller

    Thanks andre_teprom.... However i do not have a dsPIC available and the time i will get it if purchases will be too close to my submission deadline...What i have on hand is a PIC 16F877... I need to manage with this one only.... Thanks a lot for the advice though. Kind regards Kunal...
  5. K

    Measuring speed using a rotary optical encoder through a PIC 16F877 microcontroller

    Dear friends I am doing a project where i need to measure the speed of my motor shaft. I am using a rotary optical encoder which will give a 0 logic level each time one of the 8 slots cuts the light beam. This output will enter a PIC 16F877 micro-controller. I need to do programming in...
  6. K

    USART Pic Serial communication

    Hello all I am currently writing a program for usuart serial transmission. However while reading the datasheet for the specific pic and referring to the notes on mikroBasic help, i am in a confusion. It is as follows: dim received_byte as byte main: Usart_Init(2400) '...
  7. K

    Can a PIC having a 10-bit ADC be made to perform as an 8-bit ADC?

    I am transmitting ADC values via USART to a pc to be enterred in labview.....Besides i have the NI DAQ 6024 E card plus connector block CB 68 LP with its cable to connect to the PCI..... However upon browsing through the MAX, I saw the option VISA. So is it possible to send the ADC values via...
  8. K

    Can a PIC having a 10-bit ADC be made to perform as an 8-bit ADC?

    Thanks for all the replies (Bigdog and engsharul) I will go through the programs and test it and update you. Kind regards Kunal
  9. K

    Can a PIC having a 10-bit ADC be made to perform as an 8-bit ADC?

    This is my program which i wrote for the adc conversion: program ADC_on_LEDs dim Adc_Result as integer main: TRISA = $FF ' PORTA is input TRISC = $00 TRISD = $00 ' PORTD is output PORTC = 0 PORTD = 0 ADCON1 = $00 'configuring while true Adc_Result =...
  10. K

    Can a PIC having a 10-bit ADC be made to perform as an 8-bit ADC?

    Thanks for the post Bigdog. So if we will then be truncating the lower 2 bits of the 10 bit result corresponding to a 0.015V loss in data which may not be a problem. I will re-write my program and test it with your proposed solution. Thanks once again. Kind regards Kunal
  11. K

    Can a PIC having a 10-bit ADC be made to perform as an 8-bit ADC?

    Hello I have a PIC 16F877A with a 10 bit ADC. I want to use USART for communication but the data to be sent can be of 8 bits only. So how can make a PIC wth a 10-bit ADC give me an ADC result of 8-bit i.e for 10 bit ADC, 5V = 1024; i want it to be 8 bit ADC with 5V represented by 256...
  12. K

    Can Digital to analog conversion be done using PIC ?

    Thanks a lot. This was very helpful. G O D bless you folks. Kind regards Kunal
  13. K

    Can Digital to analog conversion be done using PIC ?

    I have this pci.. Its a NI PCI-6518. NI PCI-6518 (16 Inputs, 16 Source Outputs) - Low-Cost 37-Pin Industrial Digital I/O -- 30 V, Bank-Isolated - National Instruments You know what i want to do is as follows : 1) Convert voltage from analog to digital form by a pic then transmit via wireless...
  14. K

    Can Digital to analog conversion be done using PIC ?

    Hello Thanks for the links and posts Barry and Bigdog. They were informative. I am sorry about the title and body. However ive got another thing to ask. Can you please help? NI CB-68LP - Unshielded 68-Pin I/O Connector Block - National Instruments The above link is the connector block i...
  15. K

    Can Digital to analog conversion be done using PIC ?

    Hello everybody i am doing a project in which i need to perform an A/D conversion using PIC, then transmit the data wireless to the receiver. Then i need to input the signal in labview. My queries are : 1) whether we can enter digital value received through DAQ in labview or should we use...

Part and Inventory Search

Back
Top