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 samz kazi

  1. S

    What's the reason of +CMS ERROR: 515 ?

    Re: at commands cms error 515 sim card problem or may b not sufficient balance
  2. S

    how to initialize PORT A of 18F4520 as input

    i already checked that link..but that code is too difficult to understand...bcoz it has a lcd interfacing too
  3. S

    how to initialize PORT A of 18F4520 as input

    i did not get any datasheet with GSM module,,but found one datasheet of sim300 on net...can i post that? - - - Updated - - - baudrate will be normally 9600
  4. S

    how to initialize PORT A of 18F4520 as input

    No..i am not using any keyboard or lcd...my idea is little different...when sensor 1(water level) is 1(sufficent water then the motor will on and all other funtctions will be carried out...but if sensor 1 is 0 then there is no water in tank..so this alert shoud be given to the user through...
  5. S

    how to initialize PORT A of 18F4520 as input

    thank you...thank you...thank you...thank you...thank you...thank you...very much......its workingggggggggggggg:) - - - Updated - - - i want a code for sending a message through GSM module....can u help me? i m using GSM SIM 300 module, PIC18F4520 IC and writing code in C language using...
  6. S

    how to initialize PORT A of 18F4520 as input

    ok..then what should i write if i want to check whether 3 sensors are 0??? (s1&&s2&&s3==0) is this correct? if not..then plz tell what should i write?
  7. S

    how to initialize PORT A of 18F4520 as input

    then what about(s1&&s2&&s3)....it is working as s1||s2||s3)
  8. S

    how to initialize PORT A of 18F4520 as input

    i need to use that port only...because i have few more connections on other port like gsm module, water level detector and so on - - - Updated - - - one more interesting thing..it takes "and function as or function" eg. (s1&&s2) function works as (s1||s2) and vice versa
  9. S

    how to initialize PORT A of 18F4520 as input

    its a digital....output of comparator( 0v or 5v) is given to pic18f4520 as an input
  10. S

    how to initialize PORT A of 18F4520 as input

    thanks friends...ADCON1 = 0b00001111 statement was missing...so its doing well now..thanks.. - - - Updated - - - guys...please help..the following program is not working..if you guys finding some error..let me know plz..we have made that code by our own..so there is a possiblity of getting...
  11. S

    how to initialize PORT A of 18F4520 as input

    i tried this my friend...but it is not working..e.g.when i connect switch to any pin of port A, then according to the program the o/p LED should turn on when the switch is closed..this is not happening when i m using port A....but same function works when i use port B as an input port...i need...
  12. S

    how to initialize PORT A of 18F4520 as input

    hii... i m using PIC 18f4520 in my project...i m writing the code in C language using MikroC software...i have to give output of comparator(0v or 5v) as an input to PIC 18f4520...when i run a comparator separately on simulator, it works..but when i connect it to PIC as an input to port A, it...

Part and Inventory Search

Back
Top