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 cllunlu

  1. C

    How to Restart Regulator by microcontroller

    Firstly, Thanks betwixt for your message. We are powering the PIC from that regulator. If I can not restart this way. How can I restart with software. I use pic18f67k22 and mikroC
  2. C

    How to Restart Regulator by microcontroller

    Hello, I have a circuit and regulator is LM2576 and microcontroller is Pic18f67k22. Can anyone tell me that how to restart LM2576 by microcontroller. I dont know how to connect a output pin from microcontroller to LM2576 on/off pin. I connected direct microcontroller output pin to ON/off...
  3. C

    which rs-485 transceiver can use

    Hello I need advice about rs-485 transciever that can run at 4.5V supply voltage, and cheap. Thanks.
  4. C

    how to power on relay when power failure

    Hello I have 8 selenoid valfs and control unit with relay. Selenoid valfs run 9V DC and if you want to open selenoid valf, send +9V (correct bias) to valfs just a second. If you wanna close selenoid valfs, send -9V (reverse bias) to valfs a second. Now, I have designed the circuit, but I am...
  5. C

    MikroC pic18f14k50 Interrupt on Change (IoC)

    I have notized that another interrupt on change pins are connected RA port. Just I cannot use RA4 and RA5 pin as interrupt on change. I use internal oscillator. These pins are osc-in and osc-out. Just I must to configure these pins. Anyone help?
  6. C

    MikroC pic18f14k50 Interrupt on Change (IoC)

    Hello, I try to use interrupt with pic18f14k50. (RA4 pin as IOC pin). But I cant find where I mistake. Anytime doesnt run part of ioc in interrupt routine. Same time I use timer interrupt for 1us. I use internal oscillator 16Mhz. sbit LED0 at LATC4_bit; sbit LED0_Direction at TRISC4_bit...
  7. C

    How to Restart PIC16f877A from Software.

    Hello Friends, How can I restart pic16f877a from software. I am using HI-TECH 9.83 version. Can you help me?
  8. C

    [PIC] Problem that programming pic18f66j60 with mikroC

    I dont understand your message properly. Thanks
  9. C

    [PIC] Problem that programming pic18f66j60 with mikroC

    Hi Friends, I am trying to programming pic18f66j60. I have problem that when I wrote blinky example, this run but not properly. my code is void main() { TRISE = 0x00; PORTE = 0x00; while(1) { LATE.B2=~LATE.B2; LATE.B3=~LATE.B3; Delay_us(500)...
  10. C

    Recommendation about 125 Khz reader ic

    Hello. I wanna read 125 Khz proximity card. I added EM4095 in my circuit. But I have noticed that EM4095 supply voltage is 5V. I wanna use same chip but runs logic level 3.3V and cheap. Can you suggest 3.3V 125 Khz transmitter. Thanks
  11. C

    Lion 3.7 V battery charger

    Thanks everyone, I wanna know how to charge lipo rechargeable battery 3.7V which energizer when energy get off in circuit.
  12. C

    Lion 3.7 V battery charger

    Hi, I wanna add battery for internal rtc and when power get off, device will run until battery charge off. So I have to add chargable lion battery in schematic. Anyone can help to adding battery and charging part. I use pic18f66j65 microcontroller. Thanks you
  13. C

    How to use PIC18F24K50 internal osillator in mikroC

    Hi Everyone, Before I designed my circuit with external osillator(12 Mhz). I tested it, and it works well. Now I dont wanna use external osillator (crystal is 12 Mhz). How can I configure my mikroC Project all of settings? Thanks
  14. C

    I2C example pic18f24k50 with mikroC

    I wanna use at24c64 eeprom. The address is 0x0000 to 0x1FF. When I send to the address to eeprom, How do I write. For example first hi part, after that low part?

Part and Inventory Search

Back
Top