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 pouchito

  1. P

    looping problems using picbasicpro

    thanks a lot, i will try to work on it, i think i m facing a problem cz in the other part of my project, i m reading t\from the serial ...i will try to post my code so you can correct me
  2. P

    looping problems using picbasicpro

    you are totally right. it is 50 and not 1500 , i made a unacceptable mistake
  3. P

    PIC simulator

    i guess that proteus is better than picsimulator cz it covers othe issue than programming as gramo replied, a stupid example is : you can try which value of resistor will be good in your design. picsimulator has a problem with timing (timing not the same timeing u will get when u ll be testing...
  4. P

    switch on a led depending on the switch state (using picbasic and pic16f877)

    the buton function works without specifying that the porta is digital ?
  5. P

    how to read/write to the internal eprom of PIC16F877 using PICBASIC

    thanks gramo. but the problem is that i don't have much time to start from zero :s
  6. P

    switch on a led depending on the switch state (using picbasic and pic16f877)

    Wowwwwwwwww Thanks A Lot Pommie, It Worked :)
  7. P

    switch on a led depending on the switch state (using picbasic and pic16f877)

    unfortunately, the picbasic did not understand what is ANSEL=0 :(
  8. P

    switch on a led depending on the switch state (using picbasic and pic16f877)

    Hi all, i wrote a very simple code but it did not work :( i want to turn on a led if the switch is on this is the code: TRISA = $ff TRISB = 0 CMCON=7 main: if PORTA.1=1 THEN PORTB.1=1 delay_ms (1000) ELSE PORTB.1=0 END IF GOTO MAIN...
  9. P

    looping problems using picbasicpro

    You r right, but the problem is that i forgot the code at home, and i am trying to benefit from the user experience maybe they faced similar problem.
  10. P

    PIC simulator

    hehehhe but we were not able to help you :s cz u asked for a simulator better than proteus ;)
  11. P

    PIC to PIC and output on LCD

    it s true that picbasic is easier than the asm,but my problem is that the other part of my project are written using asm :S
  12. P

    looping problems using picbasicpro

    hi all, please i need your help using picbasic pro i want to add the number x=1 with the following numbers for i=0 to i=100 and i want to display the result on an LCD i must check if the result is greater than 1500, the loop must exit and the final number will be frozen on the...
  13. P

    PIC simulator

    I totally agree with gramo...
  14. P

    PIC to PIC and output on LCD

    no, because i don't know how to do it :S

Latest threads

New Articles From Microcontroller Tips

Back
Top