Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by WHO

  1. W

    Spi Interface

    AllDigital 'Define spi_cs_port = PORTC 'Define spi_cs_bit = 0 'Define spi_sck_reg = PORTC 'Define spi_sck_bit = 3 'Define spi_sdi_reg = PORTC 'Define spi_sdi_bit = 4 'Define spi_sdo_reg = PORTC 'Define spi_sdo_bit = 5 'spiprepare i commented the statements for now let me know...
  2. W

    Spi Interface

    Hey Guys.. I'm Using Pic Simulator Ide And I Cant Get My Spi Interface Define Statements To Compile.. I Am Using The Basic C Compiler.. Anyone Familiar With The Program And Can Help Me.. Thanks
  3. W

    Debouncing

    Hey Guys... I Need To Know About Debouncing And How I Can Incorporate It In My Program To Make Sure That When A Push Button Gets Hit, It Stays High, I Am Using Pic Simulator Ide. Let Me Know.
  4. W

    Need Help With Pic Simulator Ide

    using EEPROM hey if i am using eeprom and i would like to enter a password for a keypad, then i would like to keep that password and not enter the loop where i initialize the password, can i use this process.. i start by saying read 0,b to enter the loop initialize, then after i enter the...
  5. W

    Need Help With Pic Simulator Ide

    it's good hey monkeybiter thanks a lot for all the help.. i realized that this PIC simulator IDE isn't so bad to use.. your a good guy for all the replys that you gave me and you i want you to kow that i won't forget that you helped and i respect you for that.. stay tuned i hope...
  6. W

    Need Help With Pic Simulator Ide

    hey.. i don't know what's wrong with me... i tried just running this little bit of code that you gave me, i can't get it to enter the looop.. it just ain't working .. can you send me something that you done before so that i may run it and see if i can have a different aproach.. WHO?
  7. W

    Need Help With Pic Simulator Ide

    that was my first try... if instead of saying symbol panic_1 = Portd.4 can i say Dim panic_1 as bit but then i need to map that bit (panic_1) to portd.4 cause if i want to give d.4 a high.. i need sec_center to go high also
  8. W

    Need Help With Pic Simulator Ide

    thanks mokeybiter i am just starting with this code.. are you experienced in using PIC simulator.. cause i am just learning it and i'd lke to see if you can help me with some basic questions.. let me know.. and i've used the basic compiler, but what i need to know is how to map a DIM...
  9. W

    Need Help With Pic Simulator Ide

    hey.. thanks for the reply i am using pic simulator ide to compile ... can you help me adjust this code..?? let me know.. thanks who
  10. W

    Need Help With Pic Simulator Ide

    hello fellow lovers of micro controllers i speak as a rookie in the game and i am programing a PIC16f877a. i am using PIC simulator IDE but if aint looking good for me.. the thing is i have to use this PIC SIMULATOR IDE cause it's a joint project. if anyone can help me with writting code...

Latest threads

New Articles From Microcontroller Tips

Back
Top