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 gaurav yadav

  1. G

    prob in interfacing the adns 2610 with atmega16 using SPI

    i got it working by bit banging. means writing whole protocol in software .. ---------- Post added at 17:43 ---------- Previous post was at 17:37 ---------- sorry for late reply this code of mine is not totally correct... and than to if u want to interface adns 2610 through harware SPI of...
  2. G

    wireless data transfer using 433MHz transmitter

    what maximum data transfer rate should i expect with my module and what should i choose my fosc
  3. G

    rosc in HT12E and HT12D - Foscd=50xFosce

    i have confusion in datasheet HT12d it is given that Foscd=50xFosce so how should i choose the rosc for encoder and decoder
  4. G

    wireless data transfer using 433MHz transmitter

    i have to send data using UART so can i connect TX SIDE: RX SIDE: as ht12e send 12 bit frame 8 for address bit and 4 data bit(D0 D1 D2 D3) it also send 12 pilot bit so if i select baud rate of uart terminal 1/24 of ht12E bit rate i can get correct data or not and plz tell me if there...
  5. G

    wireless data transfer using 433MHz transmitter

    i have 433mhz tx and rx pair having data rate of 4KBps i have to transmite data from robot(ATMEGA 16) to computer terminal using RS232 protocal its a simplex type of communication . which ic should i use for encoding and decoding the data
  6. G

    prob with Vio and Voh- atmega has 3V - sensor 2.6V

    prob with Vio and Voh my atmega 16 have Vih of 3v and my sensor Voh of 2.6 know what should i do
  7. G

    problem related to MISO AND MOSI pin of SPI plz help

    thanx for reply i was asking about atmega 16
  8. G

    problem related to MISO AND MOSI pin of SPI plz help

    hi frnds i have two ques for SPI mode of ATMEGA16 1)when we enable MOSI PIN of master does it automatically starts the SCLK or not 2)after the transmission from master to slave does MOSI goes into Hi Z state or we have to make it HI Z state by making it input pin and writting PORTB=0 I M...
  9. G

    IS IT COMPULSIORY TO USE SS PIN IN SPI??????????/

    is it necessary to in spi to use SS pin for signalling my microcontroller is master and peripheral device(ADNS-2610) does not have SS pin
  10. G

    help on interfacing IR heat sensor with PIC

    Re: connection of IR sensor sorry i missed that if ur ultimate aim is to measure temprature than u can use LM35.
  11. G

    help on interfacing IR heat sensor with PIC

    connection of IR sensor which microcontroller u are using
  12. G

    plz help-prob in with using of SPI in atmega16

    basically i want help on SPI but i m trying to interface adns 2610 optical mouse sensor with atmega 16 using SPI but its not responding soo can somebody help me ths is my code [Code] define F_CPU 11059200UL #include<avr/io.h> #include<util/delay.h> //DEFINING THE SPI PORT OF...
  13. G

    prob in interfacing the adns 2610 with atmega16 using SPI

    i m trying to interface adns 2610 with atmega 16 using SPI but its not responding soo can somebody help me ths is my code [#define F_CPU 11059200UL #include<avr/io.h> #include<util/delay.h> #define BAUD_RATE 71 //DEFINING THE SPI PORT OF MICROCONTROLLER #define DDR_SPI DDRB #define SCK 7...

Part and Inventory Search

Back
Top