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 bolandgoo

  1. B

    Shiftin and Shiftout Commands

    Hi, Does anybody know how can I convert Shiftin and Shiftout BASCOM commands to C commands for using in Code Vision? I want to change these codes: > Shiftout Dataout , Sck , Command , 1 > Shiftin Datain , Sck , Databyte , 1 Thnx.
  2. B

    Problem In Reading Data From SHT11 By ATMEGA32

    Thnx, here is my code: #include <mega32.h> #include <delay.h> #include <math.h> #include <stdio.h> typedef union { unsigned int i; float f; } value; enum {TEMP,HUMI}; #define DATA PORTC.1 #define SCK PORTC.0 #define noACK 0 #define ACK 1 //adr...
  3. B

    Problem In Reading Data From SHT11 By ATMEGA32

    Hi, I want to read temperature and humidity data from SHT11 by ATMEGA32. I use Code Vision compiler. The hardware is based on Figure 10 in the SHT11 datasheet. The source code that I found was related to AT89s53 microcontroller. I changed something to prepare it to use with ATMEGA32. However the...

Part and Inventory Search

Back
Top