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 Athar Rasul

  1. A

    Arduino Uno Simultaneous Multiple Soft I2C Library

    Dear you didn't read the post carefully. I don't have any problem in understanding I2C or communicating with multiple sensors. I'm merely posting a library, for other people to use, that I modified to be able to communicate on multiple simultaneous I2C buses. Of course it is possible as the...
  2. A

    Arduino Uno Simultaneous Multiple Soft I2C Library

    Hi, There are a lot of I2C libraries for Arduino on internet but there is one problem - none of them supports multiple I2C to communicate to devices simultaneously. I needed a library of I2C that could communicate to multiple sensors (having same address) using a single Arduino and much to my...
  3. A

    Can Anyone Identify this Optical Sensor?

    You are right. It should reveal helpful details under a microscope and that's what I would've done if I had a microscope handy. One thing is for sure, it is designed for visible light because there are a lot of light tubes near its housing and it is used to differentiate white objects from...
  4. A

    Can Anyone Identify this Optical Sensor?

    Hi, I need help in identifying the optical sensor (pic attached). It is a DIP8 package and there is nothing written/embedded on its case. Apparently it is an ambient light sensor array or photo diode array. Hell, it could even be color sensor. I need to know the make and model of this sensor...
  5. A

    Help required to make 24CXX programmer

    Kindly someone take notice.. I've been stuck on this and need help....
  6. A

    Help required to make 24CXX programmer

    Hi I want to make a programmer for 24Cxx family of EEPROMs. I am using JDM's following circuit: **broken link removed** I have 2 questions: 1. Can I use 9-pin serial instead of 25-pin? Will that disturb voltage levels as JDM has stated that it only works with RS-232 levels at < ±7V. 2. Can...
  7. A

    Interfacing 4x4 keypad with PIC16F877A in CCS...

    hi, I am interfacing the keypad on a single port using B0-B7. I am having problem with the key detection.. kindly help. int keypad(){ int i; int key=0; output_B(0x01); // Start with column 1 while((input_B() & 0xF0) == 0){ // While no key pressed output_B(input_B() << 1); // next column...

Part and Inventory Search

Back
Top