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 rafeeqmpm

  1. rafeeqmpm

    [SOLVED] 5v/2.5A regulated power supply with a single IC

    Hi, In my circuits I am using LM 7805 as regulator IC. But the problem rises whenever my circuits will take more current. Will you please suggest any single IC that can provide up to 2.5A/5v regulated power supply?
  2. rafeeqmpm

    Question about simple circuit...

    I think will be less bro
  3. rafeeqmpm

    LoRa with pic

    hi budy, let me study this and can discuss the matter, thanks buddy
  4. rafeeqmpm

    LoRa with pic

    Hi, I decided to make a library for LoRa module with PIC middle range microcontroller. But I didn't get any valuable communication protocol data sheets for LoRa. I am using PIC16F873A as controller and RA-01 from AI-Thinker as LoRa module. Please give me any valuable links or datasheets for...
  5. rafeeqmpm

    PIC18F4523 ADCON2 Configuration

    ADCON2 is basically a analog port selection register. by this register you can select the analog and digital inputs of the multiplexed pins.
  6. rafeeqmpm

    [Moved] zigbee to 89v51rd2 communication without PC

    Re: zigbee to 89v51rd2 communication without PC please explain the problem some bit more. do you need to communicate with the sensor values? what is the exact purpose of the system? i can help you if you explain this questions.
  7. rafeeqmpm

    help with the UART of PIC18

    which is your compiler? is it PICC18 or microC . it is very simple i think. you need to know about the registers of the particular from the datasheet. check the registers SPBRG RCSTA TXSTA RCREG TXREG
  8. rafeeqmpm

    pic16f877a microcontroller port driver implementation

    RCREG is the register to receive data from external devices. Or otherwise shorted the rx and tx lines of the micro-controller. If any data received the bit RCIF must be get high.
  9. rafeeqmpm

    pic16f877a microcontroller port driver implementation

    in serial communication trough the usart module of PIC microcontrollers (or any other microcontroller), you donot want to send the start and stop bits. the controller will do that essential thing in that comminication you just need to set the RCSTA register and TXSTA register. and load the baud...
  10. rafeeqmpm

    PIC16f819 ADC problem

    ok, i'll send you tomorrow, today i am in a remote location.
  11. rafeeqmpm

    pic16f877a microcontroller port driver implementation

    it is very simple to understand the ports concept. first of all read the datasheet ports section. then give TRISB0 = 1 for input TRISB0 = 0 for output.
  12. rafeeqmpm

    PIC16f819 ADC problem

    may i give you the working hex code with all your requirement ?
  13. rafeeqmpm

    PIC16f819 ADC problem

    place some delay after reading the values say 50 microseconds
  14. rafeeqmpm

    PIC16f819 ADC problem

    replace the above with this i think it may help you
  15. rafeeqmpm

    please recommend a software for internet

    comondo personal fire wall is a good option, but sometime makes burden..

Part and Inventory Search

Back
Top