Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    28,120

    Re: How to Design 5V power supply?

    Hello RITESH,
    you can check this video out!! https://www.youtube.com/watch?v=z2oSFpKh_Uw
    If you are a begginer with electronics then i would suggest you to buy a new power supply from your...
  2. Replies
    2
    Views
    5,510

    Re: ESP_BasicPro?!

    This is not a bad idea. ESP8266 is a very very cheap module and it's popularity has gone real high !!
    Xapmanis Approves :P
  3. Replies
    7
    Views
    21,902

    Account hacking ?

    Hey, someone tried to log in my account last 15 minutes, his IP is 117.169.1.34. Used an ip tracker and pointed me to a Chinese town. Are we unter attack from little Chinese people ?! xaxaxa
  4. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    FACT 1. If you don't damage anything you won't learn. Even if you still know if you don't do all necesary connections check with clear mind, you will, and that's for sure, damage something !!
    I had...
  5. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello ioannis !!!
    yes, as i said earlier i use easypic7 board and i can select 5v or 3.3v with the help of a jumper. I use 3.3 v to power my pic also to power the sd card module
  6. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    I thought u did succeed making this work with FAT32. Didn't you ?? Also i have mikroelektrinika's EasyPIC7 for main testing boards and a module for SD/MicroSD cards from ebay that has aready pullups...
  7. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello there !!
    I kept the original file SDFSHC32D2.bas intact because i wanted to experiment arround. K stands for Kostas, my name :P. I just adjusted the PORT values to my PIC18F26K22 and enabled...
  8. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    I should have done my studies before i post... I found the error table after a little search.
    But the thing is that i got my card corrupted :-/
    Anyway, i will try fixing this tomorow.
  9. Replies
    22
    Views
    23,065

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello, i have used this code to test writing or reading to my SD card, Kingstone 4GB.

    '*******************************************************************************
    '* Name : microSD_Test1 ...
  10. Thread: 3D printer

    by xapmanis
    Replies
    22
    Views
    22,168

    3D printer

    Hello, i would like to ask if there is anyone familliar with 3D printers.

    I want to buy one. I have found this cheap model 3Drag 3D printer
    I would like to buy a printer with printing height...
  11. Thread: Merry Xmas!!!

    by xapmanis
    Replies
    0
    Views
    2,452

    Merry Xmas!!!

    Merry X-mas to all !!! :D
  12. Replies
    3
    Views
    8,570

    Re: How to clear RCREG

    Thank you for the info Henrik.

    I used my pic as a Command Line Editor to communicate from my PC Hyperterminal with many Devices. In the past i did care only for debuging those devices so i never...
  13. Replies
    3
    Views
    8,570

    How to clear RCREG

    Hello everyone,

    I would like to ask:
    --How can i clear the RCREGx buffer ?!
    --Is RCREGx a writable register or a readable only ?
    I'm asking because i am using a "Hserin [Str message\50\13]"...
  14. Thread: pic 16f688

    by xapmanis
    Replies
    13
    Views
    27,193

    Re: pic 16f688

    If you don't want your pic to reset turn off the watchdog timer from configuration bits


    __config_ wdt off
  15. Thread: pic 16f688

    by xapmanis
    Replies
    13
    Views
    27,193

    Re: pic 16f688

    If you don't want your pick to reset turn off the watchdog timer from configuration bits


    __config_ wdt off
  16. Replies
    1
    Views
    2,564

    Device Visible from net problem

    I am working on a project and i lack of networking knowledge. I have a device Nano LanReach and i used it as a webserver for a website of mine. I can see and edit my webpage from local devices, like...
  17. Replies
    7
    Views
    9,221

    Re: iChip's Nano LanReach configuring problem

    I am happy being able to help !! Now i get back in studying server, transfer protocols, Nat system and other stuff :P:P
  18. Replies
    7
    Views
    9,221

    Re: iChip's Nano LanReach configuring problem

    By the way Dave,
    doesn't this command "+iWEBP" change the webservers PORT ??
    If you read at page 71 of Programmer's manual at the command "+iWWW" it says:



    And continues with the command.....
  19. Replies
    7
    Views
    9,221

    Re: iChip's Nano LanReach configuring problem

    Thank you a lot Dave. I will try to set up this server and bring it to the outter world !!! I'll let you know what happens with my progress in an other topick.

    Best regards, Kostas
  20. Replies
    7
    Views
    9,221

    Re: iChip's Nano LanReach configuring problem

    Hey Dave, thank you for your respond. I was able to communicate with my Nano LanReach i just set the AutoBaudRate and everything worked out.
    Also i did study the...
  21. Replies
    7
    Views
    9,221

    iChip's Nano LanReach configuring problem

    Long time no see guys. At least army life is over!!

    I've made a pic command line editor at pbp so i can communicate with my nano lanreach module(pc-->mcu-->module). It's identical to nano Lan...
  22. Replies
    2
    Views
    2,583

    Re: SD Card Write/Read

    DIR_CrtDate = FAT_day | (FAT_month << 5) | (FAT_year << 9) ' Creation date

    DIR_WrtDate = FAT_day | (FAT_month << 5) | (FAT_year << 9) ' Write date.

    This exists in the sdfs.pbp file ioannis, And...
  23. Replies
    4
    Views
    3,131

    Re: Self powered PIC, app note. How to do.

    Sorry for my hasty question. I studied the circuit some more and understood it. It's an electronic switch, indeeed very nice circuit !!
  24. Replies
    4
    Views
    3,131

    Re: Self powered PIC, app note. How to do.

    Indeed very interesting but could someone explain the circuit some more ?? i can't understand the "• PIC MCU leakage current nearly 0"
    Why is that happening ??
  25. Replies
    13
    Views
    15,967

    Re: Serial over Ethernet module selection

    Thank you Dave and Charlie for your commends !! I'll try to buy a couple of nano socket module and start working as soon as possible !!!


    Best regards, Kostas.
Results 1 to 25 of 48
Page 1 of 2 1 2