Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: ngeronikolos; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    9,447

    I find it..... Now it sleeps with the minimum...

    I find it.....
    Now it sleeps with the minimum current...just 0.1 ma or 100uA.

    The pin MCLR was flatting and I add the 4.7k to Vcc.

    Many Many thanks joe for your code.


    Regards
    Nikos
  2. Replies
    9
    Views
    9,447

    Thanks Joe for your code... I have just test...

    Thanks Joe for your code...

    I have just test it with the same results.
    The Consumption is still 0.37 ma or 370uA.

    I do not understand what is wrong.The setup is the minimal it ca be...
  3. Replies
    9
    Views
    9,447

    High Power Consumption in Sleep Mode

    Hello boys and girls,


    I use for a first time sleep mode with my 16F627 pic after searching and reading to the forum.
    I manage to send my pic to sleep mode and I can wake it up with interrupt on...
  4. Replies
    4
    Views
    6,180

    Thanks both of you for your knownledge, I have...

    Thanks both of you for your knownledge,

    I have just made it work BUT with some problems...
    I loose packets...

    In the site of Tx I sent every 3secs a number that increase every loop.
    In the...
  5. Replies
    4
    Views
    6,180

    telecontrolli RF module

    Hello to every picbasic fan,

    I have just return from summer vacations and I am back for more coding...

    I bought from a local shop a set of Tx and Rx 433Mhz RF Modules RT4 and RR3 by...
  6. Thread: Hserin

    by ngeronikolos
    Replies
    11
    Views
    7,584

    Of course my friend Taylor I use Pull-Up resistor...

    Of course my friend Taylor I use Pull-Up resistor on PORTA.4...
  7. Thread: Hserin

    by ngeronikolos
    Replies
    11
    Views
    7,584

    My variable is the InChar (look the code) and I...

    My variable is the InChar (look the code) and I set it as a byte.

    The possible value could be $a1 or $a2 or $aa.

    When I type that value via the terminal I have it back (hserout) but I do not...
  8. Thread: Hserin

    by ngeronikolos
    Replies
    11
    Views
    7,584

    I will try to add an external crystal BUT i do...

    I will try to add an external crystal BUT i do not think that this is the brpblem!!!!!!!!!!The echo sample code for HERSIN/HSEROUT is working...


    Something else happend.When It reads the byte and...
  9. Thread: Hserin

    by ngeronikolos
    Replies
    11
    Views
    7,584

    Send hex to PIC-->DS160

    Hello to everybody,

    I have ALSO a problem with HSERIN(?).
    My setup is CPU 16F627A internal OSC 4Mhz.I want to send via a termial(hyper or similar) a byte to pic.
    The PIC reads the byte and it...
  10. Replies
    6
    Views
    4,983

    Finally I find where was the problem The time...

    Finally I find where was the problem

    The time was too slow beacause of the 5v power.It was the PICKIT2 which power my pcb (it has this function)...and when I use psu 5vdc all was ok.

    Does...
  11. Replies
    6
    Views
    4,983

    MN1307 sample code problem

    Hi to all the picbasic club,

    I have a problem with the SAMPLE code of MN1307.
    I use as the code 16f628 and lcd module.I have just made some changes for the pins of the lcd and the SDA/SCL of the...
  12. Replies
    5
    Views
    7,586

    The data lines of the display work also with 3V...

    The data lines of the display work also with 3V signals????
  13. Replies
    5
    Views
    7,586

    Thanks Acetronics for the link, BUT i do not...

    Thanks Acetronics for the link,

    BUT i do not want to change the LCD.
    Does it works or not???

    Nikos
  14. Replies
    5
    Views
    7,586

    LCD 16x2 HD44780U on 3V pic Directly?

    Hello to everybody,

    I have a PIC 16F628 running on 3V DC(battery).Can we drive 16X2 LCD MODULE (HD44780) lcd by micro on 3v directly? or we need to put level shifter??\

    Thanks
    Nikos
  15. Replies
    3
    Views
    5,295

    LED Touch Sensor

    Hello to every crazy picbasic brain...

    Searching to the net I find that interesting project <<LED Touch Sensor>>
    http://web.ndak.net/jdgrotte/
    LOOK the video at the bottom of the page
    But I did...
  16. Replies
    16
    Views
    13,705

    http://www.tapes-direct.co.uk/index.php?main_page=...

    http://www.tapes-direct.co.uk/index.php?main_page=product_info&products_id=933

    Is that I am looking for???
  17. Replies
    16
    Views
    13,705

    Thanks thanks thanks I have to read a lot...

    Thanks thanks thanks

    I have to read a lot about it and test it...

    JD123, what is it the window-alarm tape???

    Nikos
  18. Replies
    16
    Views
    13,705

    ardhuru, I do not have any experience on...

    ardhuru,

    I do not have any experience on capacitive liquid level sensors.Does anyone has???
    Please give it to me with simple words.

    Nikos
  19. Replies
    16
    Views
    13,705

    Fuel Tank level????

    Hello and good morning from the Strike ATHENS,

    I would like your experience accoring a fuel leveler.
    I have a RC (hoddy) Car which has a fuel tank 75cc(look at the attached photo).I want to...
  20. Replies
    1
    Views
    2,347

    HSEROUT and code

    Hello boys and girls,

    I did something simple today .

    I add to my code (I use 16f627 = 1024words FLASH Program) the following :


    hserout ["'*********************************", 13,10]...
  21. Replies
    10
    Views
    9,409

    Finally falingtrea show me the way to solve my...

    Finally falingtrea show me the way to solve my <<stupid>> problem.
    I add pull down resistor to PORTA.1...and that's it.ok

    HARDWARE
    Thanks boys
    Nikos
  22. Replies
    10
    Views
    9,409

    falingtrea, The condition IF PORTA.1 = 1 never...

    falingtrea,

    The condition IF PORTA.1 = 1 never goes true either using 5vdc.I do not think that is level "1" the problem.

    I will try to de-install the Microcode Studio Plus + pICKIT2 because it...
  23. Replies
    10
    Views
    9,409

    I do not manage to fix my problem.I add the CMCON...

    I do not manage to fix my problem.I add the CMCON = 7 to disable comparators...BUT NOTHING.

    But I found something strange and I would like your advice.
    I use Microcode Studio Plus 3.0.0.5,...
  24. Replies
    10
    Views
    9,409

    My friend duncan303, Last I looked the 16F628...

    My friend duncan303,

    Last I looked the 16F628 didn't have A/D Converters and as such doesn't have ADCON Registers - but you might want to correct me on that...


    Nikos
  25. Replies
    10
    Views
    9,409

    Problem with 16F648A

    Hello to everybody,

    I use the 16F648A with internal OSC 4Mhz and I power it with 3VDC.The microcontroller does not work well.
    I do not manage to find the fault of my code!!!!!
    Have a look to the...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4