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 dustie

  1. D

    Help me... LTC4006 battery charger circuit not working

    It's hard to say what is the problem.... According to your description - maybe the batteries should be discharged ! If the batteries are not discharged enough, the charger might not be current source. Also check the voltage on the CLN pin (input put) and the INFET pin (output pin).
  2. D

    [SOLVED] PIC16F887 EEPROM writing problem !!!

    Dear wp100, Thank you very much for your help, you really saved me from going crazy. It works great now and I can finish the project. Thanks pal !
  3. D

    [SOLVED] PIC16F887 EEPROM writing problem !!!

    Hi guys, I have problem with writing to the internal EEPROM on PIC16F887. As you can see in the code below, I am using LEDs on PORTB so I can watch where the code stucks. So, the problem is: EECON1,WR bit doesn't set at all (and the PORTB,2 indicator LED doesn't go "1"). And I really can't...
  4. D

    PIC Assembly: BTFSC and BTFSS

    Well, in that case (if you want to test the whole byte) it would be better to subtract a certain number (in binary form, of course) from the byte you want to test. If the result is zero (chech the STATUS,Z control bit) than the byte you are testing is equal to the one that is used as a subtractor.
  5. D

    [SOLVED] Microphone signal on long distance (200 meters)

    Thank you very much friends, you helped me a lot :) I wasn't experienced with audio signals and equipment, so I spent several days experimenting with it. But I would have gone the wrong way if I didn't ask for help.... Thanks again, Dejan
  6. D

    [SOLVED] Microphone signal on long distance (200 meters)

    Hi, I haven't work with audio amplifiers and I need help. I need to connect a microphone to an audio amplifier (using cable), but the distance between the microphone and the amplifier is 200 meters long. On such a long distance the signal will probably attenuate and fail. Now I guess I need any...
  7. D

    Milli Volt Measurement with ADC

    Hi, I would like to share that best results I had with AMP04 . You might check this one
  8. D

    I need help with CVASM directives ?

    Thanks guys, thanks a lot for your help. Changing "ds" with "res" looks OK, but still I think it would be necessary to write a brand new code. I don't know how yet :) but I guess I'll find out :D
  9. D

    I need help with CVASM directives ?

    Hi, below is the link for the web page where you can find the code (on the bottom of the page). This code is for read/write data from/to SD card, using PIC16F819. In fact, I am a begginer in PIC programming and my boss told me to design a SD card reader/writer with pic. So, I wanted to find...
  10. D

    I need help with CVASM directives ?

    Thanks WP 100, I guess you are right. I'll try to learn the assembler the best I can, probably will find the answer. :D
  11. D

    I need help with CVASM directives ?

    Hi, I'm beginner in programming PICs. I found a code written in CVASM 16, and I want to translate it in MPASM, but i have trouble with the following statements: (example) : flag ds 1 ; DIRECTIVE - defines amount of free space :wr movf value,w...

Part and Inventory Search

Back
Top