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 hamed8419215

  1. H

    [PIC] PIC18F Usb Communication With Labview

    hi daniii if you have not enough knowledge about USB communication, its better to use USB to UART ICs to send and receive data over USB. then you can use a low cost MCU without USB module.
  2. H

    simple led program with pic 16f690 not working ???? please help

    hi. in your code when you give value of "1" to PORTA, only RA0 will be set. change value to "255" to set all of PORTA pins.
  3. H

    SERIAL-PIC using mikroC/assembly..need some help..

    PIC16F877A has an internal USART module that will do all of things that you need. you should only configure USART of PIC16F877A and define a simple communication protocol. if you are using MicroC, you can use library functions to setup an UART communication (its the simplest manner).
  4. H

    problem in erasing the PIC 18f452

    microcode studio is your compiler, what is your programmer hardware? does the programmer detect PIC18F452 (specially at WINPIC800 start up)?
  5. H

    problem in erasing the PIC 18f452

    the setting seems to be OK. VPP and VDD supplied by programmer and you can not control them manually. which programmer do you use?
  6. H

    problem in erasing the PIC 18f452

    if the PIC18f452 is detected by WINPIC800, then you should check VPP and VDD. VPP should be about 13V and VDD should not be under 4V.
  7. H

    pic16f877a multiple ADC problems..

    hi 1- in your code there is not any delay for charging S/H capacitor on second channel. i think that you inserted "__delay_ms(20);" for this, but you should insert delay after selecting a channel (not before it). 2- don't set ADON bit and GO/DONE bit in same instruction. first set ADON and then...
  8. H

    PWM problem pic16f877

    is the distance measurement and motor driving continuously? if the answer is NO, you can multiplex one of the PWM output.
  9. H

    MikroC pro for PIC question...

    it depends on "If" condition. if your condition need some calculation, the needed clock cycle will be more than a simple decision. for example, processing of "if((X/Y)>=45.678)" need more clock than "if(PORTA.B3)". if you want to know exact values, you can see "Listing" (view>Listing). in...
  10. H

    RFM22B antenna design problem

    but how can i calculate mismatch? i have not any professional measurement instruments. also i am not familiar in RF domain. is there any way to design a practical small antenna without involving such measurement and heavy calculations?
  11. H

    RFM22B antenna design problem

    can i reach to a lambda/4 antenna performance using a small size antenna?
  12. H

    High frequency (nano second) event detector design

    i think that after last state (timer stop), you should reinitialize timer and wait for initial condition again: -1- Wait for Initial condition -2- Timer Start -3- Timer Stop -4- Capture timer value -5- Show measured time -6- Reinitialize timer value -7- Go to -1-
  13. H

    RFM22B antenna design problem

    First i should say that i am not an RF expert. I used RFM22B (si4432) RSSI register to measure RSSI. I read the register just after detecting preamble and i got a value about E0h that according to "RSSI vs Input Power" curve in SI4432 datasheet, the input power should be about -3dBm. when i...
  14. H

    High frequency (nano second) event detector design

    i think that you can use PIC MCUs with CTMU modules. "The Charge Time Measurement Unit (CTMU) is a flexible analog module that provides charge measurement, accurate differential time measurement between pulse sources and asynchronous pulse generation." in datasheet it mentioned that the...
  15. H

    RFM22B antenna design problem

    hi. i am using RFM22B-433-D (an RF module base on SI4432-revB1 that operate in 433MHz band and has DIP package). DIP package of RFM22B has a little ground plane (with respect to SMD packages). and under some of the components, there is not any ground plane. and also my circuit PCB has not a good...

Part and Inventory Search

Back
Top