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 picforall007

  1. P

    5v to 3.3v conversion???

    Thank you sir. I am trying to stick with this method because I can't replace diodes from my PCB.
  2. P

    5v to 3.3v conversion???

    thanks millwood and keith1200rs But then why company like microchip supporting this type of supplies. The operating voltage is 2.3V to 3.8v.
  3. P

    5v to 3.3v conversion???

    Actually I need both 5v and 3.8v in the single board thats why I decided to use only one regulator instead of using two. I saw an article about 3v supplies (page 12) https://www.newark.com/pdfs/techarticles/microchip/3_3vto5vAnalogTipsnTricksBrchr.pdf Thanks.
  4. P

    5v to 3.3v conversion???

    thanks. Can i use 1k as leak resistor (ie., 3.8mA minimum current through diodes)
  5. P

    5v to 3.3v conversion???

    I have a ARM controller whose supply voltage is 3.6v, but i don't have any 3.3v regulator IC. My question is can I use two diodes in series with a 5v regulated output to reduce the voltage into 3.8v (5-0.6x2 = 3.8v). Thanks.
  6. P

    BTFSC error (PIC Assembly)

    #include<p16c74a.inc> data1 equ 50h data2 equ 51h result equ 60h rem equ 61h ;main prog clrf result movfw data1 l1: subwf data2,1 btfsc STATUS,0 incf result btfsc STATUS,0 goto l1 addwf data2,1 end I don't know why 'BTFSC' act as "bit test flag skip if carry" instead of "bit test flag...
  7. P

    Serial Port to 3.3v conversion.

    From datasheet Unfortunately serial port voltage level is between -12v to +12v and hence I can't use that. Thank u.
  8. P

    Serial Port to 3.3v conversion.

    Hi friends, I want to convert my serial port to 3.3v (all pins) I can't use 3.3v zener diodes because its a final product and I have to maintain quality. Any dedicated ICs are available. Thank you.
  9. P

    Best 16bit controller...

    Hi friends i want to know which is one/series is the best 16bit controller. We prefer 16bit controllers becoz they are less costly, are available in DIP, and also good performance than 8bit. Anyway which is the best. Considerations: 1. Cost 2. MIPS/Performance 3. Peripherals 4. Power...
  10. P

    Camera PIC32 Interfacing problem.!

    Hi friends, I am using PIC32MX575F256H 32bit PIC controller for connecting my cam. I have two cams. 1. one with AV out (That RED, YELLOW, WHITE color wire) 2. And a USB Webcam. I prefer AV out cam. But I don't know the protocols to communicate with it. Any one can help me how can I capture...
  11. P

    Problem with continuity of PIN.57 and PIN.25 in PIC32MX

    Re: PIC32MX Problem Finally the problem solved... My friend Anand (anandpv2009 in this forum, he is my colleague) solved the problem. He corrected the board position. And now my controllers are works fine and perfect. Thanks btbass,
  12. P

    Problem with continuity of PIN.57 and PIN.25 in PIC32MX

    PIC32MX Problem Sure... As my name PIC_FOR_ALL
  13. P

    Problem with continuity of PIN.57 and PIN.25 in PIC32MX

    Re: PIC32MX Problem Surely no sir. Its(My) an exceptional case ,...:D:D:D:D
  14. P

    Problem with continuity of PIN.57 and PIN.25 in PIC32MX

    Re: PIC32MX Problem I already tried it but no use. Thank for ur suggestions sir. Now I decided to use their old PIC32MX4xx/3xx devices in my project. This problem wasted my two-three weeks and money. Do u have any experience with their PIC32MX4xx/3xx devices.:D:D:D:D Because I don't like to...
  15. P

    Problem with continuity of PIN.57 and PIN.25 in PIC32MX

    Re: PIC32MX Problem Ya two capacitors 100nf and 10uf Thanks

Part and Inventory Search

Back
Top