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 rinshadbasheer

  1. R

    unable to generate squarewave

    Have you tried like this? #include<stdio.h> #include<htc.h> void interrupt ISR() { int i; OSCCON=0x70; //Check if it is TMR2 Overflow ISR if(TMR2IF) { RB1 =~ RB1; //Clear Flag TMR2IF=0; TMR2=255; } } void main(void) { IRCF2=1; IRCF1=1; IRCF0=1; int i,a; OSCCON=0X70; // 8...
  2. R

    Help: Circuit to alternately activate two relays on repeated input for pneumatic sys

    Have u selected the wireless tx and rx? which technology is used?. What is the problem in interfacing?
  3. R

    Distance Measurement using PIC & Ultrasonic Sensors

    PIC Ultrasonic Reciever Filtering Problem Hi All We are developing an ultrasonic fluid/water level indicator, and are encountering some of the following problems. At the recieving end, The comparator output becomes unexpectedly high as the module accepts any signal (including static) as its...
  4. R

    DIY Moving Message Display

    Dear hareeshmohankavassery, Have U got MAX6953?. Have U done the project? If done please help me too. I got the sample from maxim with in two weeks from the ordered date. I am experimenting with this IC, do U know how to send data through I2C?. This IC has got I2C interface. Expecting ur replay
  5. R

    Dot matrix display using MAX 6953 & PIC 16F877A

    Hello Everybody, I am new to embedded field. I am trying to design a dot matrix display using 4 units of 5*7 dot matrix's. I have chosen MAX 6953 for driving the matrix's and the controller I am using is PIC 16F877A. I have completed a simulation circuit in Proteus. I am using Hi Tech C for...

Part and Inventory Search

Back
Top