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 newbie111

  1. N

    temp sensor problem in mikro c pro

    hi folks i am using 16f690 8 m external osc compile everything with mikro c pro i followed the examples and made this temp logger everything worked out ***************** i have been trying to write some codes to turn off the led on portc.7 when a certain degree is reached (let's say...
  2. N

    please small help for pic16f877a

    hi, your codes run smoothly on my proteus 7.5 in your compiler project -----> edit project" where you can turn off watchdog timer to stop watchdog timer codes: asm clrwdt end asm
  3. N

    2lcds to one pic - is it possible ?

    Re: 2lcds to one pic Thank you all I finished everything it worked well :) Added after 8 minutes: possible.vishnu, I do not know which compiler you are using i suggest you download mickro basic or c compilers there are good examples in the " help section" for a 16x2 lcd , all u...
  4. N

    2lcds to one pic - is it possible ?

    2lcds to one pic hi folks i read something on this site and connected 2 16x2 lcds to one 16f690 with 2 buttons like in the diagram it worked on proteus i do not know if it is workable in a real circuit Any ideas? Thanks a lot in advance Link...
  5. N

    mistake in the diagram - please help

    Hugo, I guess you mean electronicS. I do love it and study people's designs as a learning process. Is it wrong to do so? You did not need to ask me such a you know what question and capitalize the word "COPY". ** I am incapable of changing people's designs as my own since I am a rookie.***...
  6. N

    osccon register on 16f690

    Thank you all for answering my question. :)
  7. N

    osccon register on 16f690

    hi folks, i do not quite understand the bit 0 on osccon register bit 0 SCS: System Clock Select bit 1 = Internal oscillator is used for system clock 0 = Clock source defined by FOSC<2:0> of the Configuration Word register What is fosc<2:0>? if i want to use 8m internal osc should i set...
  8. N

    proteus - how to use the generator mode?

    proteus hi, I would like to know how to use the generator mode ----- audio any settings or schematics? Thanks
  9. N

    How to use codes generated in custom character generator of Mikrobasic Pro?

    Re: mikrobasic pro WELL DONE!!!!!!!!!!!!!!! Pal, I do not know what to say you are smart, helpful and all that. It worked finally! ^______________^ I hereby want to thank you for asking me to download mikrobasic I am now using it with joy! Best regards, Simon
  10. N

    How to use codes generated in custom character generator of Mikrobasic Pro?

    hi, Any folks here using mikrobasicpro it has a built- in custom character generator I am wondering if anyone can show me some examples codes for any pics how to use the generated codes there Thanks
  11. N

    help with uln2803 device needed

    Re: uln2803 Thank you.
  12. N

    help with uln2803 device needed

    uln2803 hi the gnd pin of this chip uln2803 can i ignore it or hook it to the gnd? in proteus, this chip has no such pin i wonder in real circuit if i should connect it to the ground. Thanks
  13. N

    How to access the cgram of lcd ?

    Re: cgram again Is it a HD47780 based LCD display? Yes it is i will look at c programming too thanks a lot
  14. N

    How to access the cgram of lcd ?

    Re: cgram again ihave a character based display thanks for your answer but my codes are all written in asm
  15. N

    How to access the cgram of lcd ?

    cgram again Hi, I tried to access the cgram of my lcd but nothing happened LCDSCGA ANDLW 0x01 iorlw 0x08 call lcd_c store movlw 0x40 movwf 0x00 ;Load row 1 data call lcd_c ;Send the data...

Part and Inventory Search

Back
Top