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 chomix05

  1. C

    how to program this code from DS18S20@DS1820 to LM 35..please help me..thank :)

    oke sir..i know the sensor is same function as temperature sensor..can you help me to edit the code using LM35???
  2. C

    how to program this code from DS18S20@DS1820 to LM 35..please help me..thank :)

    list p=16f628 #include <p16f628.inc> errorlevel 0,-302 CBLOCK 0x20 DS_DAT DS_SIGN DUMMY0 DUMMY1 DUMMY2 DUMMY3 DUMMY4 SEND COUNT NUM1 NUM2 NUM3 DATA1 HALF endc #define DAT_PIN PORTB,0 ; 74595 DATA pin #define LATCH PORTB,4 ; 74595 LATCH pin #define CLK...
  3. C

    please help me check this code..ASAP

    thank you sir, one question: in the hardware,if i touch the DS1820,the output not detect the temperature at my hand..why??
  4. C

    anyone??please help me...check this assembly code..

    RB0 EQU 000H ; Select Register Bank 0 RB1 EQU 008H ; Select Register Bank 1 ...poke to PSW to use DIS_A EQU P0.2 DIS_B EQU P0.3 DIS_C EQU P0.4 ;DIS_D EQU P0.6 DIS_D EQU P2.2 DIS_E EQU P0.5 DIS_F EQU P0.1 DIS_G EQU P0.0 DIS1 EQU P0.7 ;DIS2 EQU P2.6 DIS2 EQU P0.6...
  5. C

    please help me check this code..ASAP

    thank you sir for your help.. can you explain why we need put the config line of code into the program and what the config mean???..
  6. C

    please help me check this code..ASAP

    sir i want ask something... can u give me a hex file that u have convert the code that i give u??? because when i want burn into pic, the software ask for configuration...the software display like this... "No configuration for pic"
  7. C

    please help me check this code..ASAP

    Thank You Sir..The information and your suggestion is very helpful.... thank very much. i have one question,if i use DS1820 it is same function with DS18S20???
  8. C

    please help me check this code..ASAP

    this project not run properly,i think this code have some problem. The output is not what i need
  9. C

    please help me check this code..ASAP

    DIGITAL THERMOMETER list p=16f628 #include <p16f628.inc> errorlevel 0,-302 CBLOCK 0x20 DS_DAT DS_SIGN DUMMY0 DUMMY1 DUMMY2 DUMMY3 DUMMY4 SEND COUNT NUM1 NUM2 NUM3 DATA1 HALF endc #define DAT_PIN PORTB,0 ; 74595 DATA pin #define LATCH PORTB,4 ; 74595...

Part and Inventory Search

Back
Top