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 Cheetos

  1. C

    OpenCV upper body and lower body detection.

    i compiled your code, it gave no errors. I tried to run it without a webcam, i received the same error as you did. There are two things you can do to solve this problem 1. Get a new webcam and try the code 2. Try modifying the number in this part of the code capture = cvCaptureFromCAM(0); try...
  2. C

    OpenCV upper body and lower body detection.

    maybe your haarcascade_eyes.xml is not on the same directory where your code is saved?
  3. C

    OpenCV, code blocks and 2 cameras problem

    how to use 2 cameras in openCV codeblocks that is running under Ubuntu 10? i am having an error regarding the V4L2 part, why does this occur?
  4. C

    how to send ADC data to USART??

    I was able to search for a code that can transmit what i want, but the problem is when i tested it, it only transmits 1 decimal place, i would like it to transmit two decimal places, how can i do it? This is my ad_value = Adc_Read(0); Vin = adc_value*(5.00000/1023.00000)...
  5. C

    PIC16F877 ADC EXAMPLES assembly

    Re: pic adc sample code sir, i would just like to ask, how can i do it that the output has 2 or 3 decimal places?
  6. C

    how to send ADC data to USART??

    ok, i think my question is wrong :???: may should have asked how to convert int to string for Usart_write() transmission.
  7. C

    how to send ADC data to USART??

    sorry about that, my ADC value will be integer, and i want it to be converted to a string, otherwise, my receiving node will display a character corresponding to the hex equivalent of the ADC integer. i see that the code you gave me is for UART_write, but i am currently using USART_write(), i am...
  8. C

    how to send ADC data to USART??

    is this applicable for Usart_write? hmm i need to transmit it at the TX pin of my microcontroller
  9. C

    how to send ADC data to USART??

    i'm having trouble converting the ADC value to character string, how do i convert it? i used InttoStr(myvalue ,stringvalue ) still i get the wrong data
  10. C

    how to send ADC data to USART??

    how do i send my data from ADC to Usart? This is my code, and i am not able to send the data that i need. I am not that good in programming microcontrollers. i am currently using PIC16F877A and MikroC void main(){ ADCON1 = 0x00; // 8-bit converter, 0000 Ports E and A are analog inputs...
  11. C

    [SOLVED] Problem with my serial port code

    Thank you all for your help, the problem is now solved :) the issue is not about the hardware and the software, it's in my OS, we reformatted our PC an installed again my devices :)
  12. C

    [SOLVED] Problem with my serial port code

    i have done all the corrections in the schematic, still it goes wrong :( . can the issue of this one is that the Driver is installed incorrectly? or i am using Ubuntu OS?
  13. C

    [SOLVED] Problem with my serial port code

    I have configured the Xbee Series 2s correctly. Also, all the tests were done. My max232 is supplied with 5 volts, my xbee is supplied with 3.3 volts. and i noticed that the capacitor(in red circle) is the one Sir Alex was talking about
  14. C

    [SOLVED] Problem with my serial port code

    i followed this schematic from sodoityourself.com. my power source for my schematic is a 9 volt 10W AC to DC adapter, i used 5 volt regulator for MAX232 power supply and 3.3v regulator for Xbee power supply ---------- Post added at 21:29 ---------- Previous post was at 21:26 ---------- by the...
  15. C

    [SOLVED] Problem with my serial port code

    i got this schematic from the internet, i'll try your suggestion, thanks! :) ---------- Post added at 21:14 ---------- Previous post was at 21:10 ---------- I am currently using Xbee Series 2. My code above is supposed to be transmitting '1'. for the testing: I ran the code above in a...

Part and Inventory Search

Back
Top