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 Sarit

  1. S

    [PIC] Interfacing DHT11 to Pic using xc8 compiler

    RE: Alexan_e /*Main Loop*/ while (1) { memset(dht_dat, 0x0, sizeof (dht_dat)); read_dht(); // Check dht_dat variable after this funciton dht11_crc = dht_dat[0] + dht_dat[1] + dht_dat[2] + dht_dat[3]; // check check_sum if (dht_dat[4] != dht11_crc ||...
  2. S

    [PIC] Interfacing DHT11 to Pic using xc8 compiler

    Hey there, I've been trying to interface a DHT11 sensor to a pic18F4550 and coding with xC8 compiler. Actually I've modified it from a website. I've successfully loaded a hex file into the MCU but the LCD only displays zero humidity and zero temperature. I've checked and my circuit has no...

Part and Inventory Search

Back
Top