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 hardik.patel

  1. H

    MSP430F5529's both UART0 and UART1 not working at a same time

    Hi all, Here I am working MSP43F5529 Launcpad with CCS. So in which i am trying to develope code for UARTs..I have successfully written the code for both UART0 and UART1. But somehow both are not working at a same time. (If i disable UART1..then the UART0 will work fine & viceversa.)...
  2. H

    Problem to read echo from hyperterminal

    Will you please tell me...that to send AT with Cr+Lf..what exactly i have to pass? - - - Updated - - - Hi, KlausST.. I have try to send it...as you suggested but still the result is not as expected here is my code and result at (https://obrazki.elektroda.pl/7379318800_1465543513.png)...
  3. H

    Problem to read echo from hyperterminal

    so for that what should i have to change? Even i want to just print echo as it is....but as you can see in picture its total blank after "="
  4. H

    Problem to read echo from hyperterminal

    Hi, I am interfacing sim908 with atmega1281. I am sending commands to sim908 via tx-rx pin. As i send "AT" it responds "OK" but somehow i cant able to receive that "OK" inside the mcu. By receiving that "Ok" i can go further steps in code. In my hardware connection i connected sim908 with...
  5. H

    Regarding MPU6050's Accelerometer and Temperature interfacing with atmega128

    Hi all, @Easyrider83 Kindly solve my problem, If you free. I not able to understand the result.
  6. H

    Regarding MPU6050's Accelerometer and Temperature interfacing with atmega128

    This device is measuring room temperature or chip's die temperature?? Generally it should be measure room temperature but as per its reading/result i think its a die temperature.
  7. H

    Regarding MPU6050's Accelerometer and Temperature interfacing with atmega128

    MPU6050's Accelerometer and Temperature interfacing with atmega128 Hi all, @Easyrider83 Here i have tried to interface MPU6050 with Atmega128, I have write code for Accelerometer and Temperature sensor. In which somewhat i satisfied with Accelerometer readings but i confused about...
  8. H

    [SOLVED] How can i interface 7 seg with atmega8 without using PORTD?

    I had solved this query by defining each segments like.. #define segA PORTB,0 So I can now access single pin rather than access complete port.
  9. H

    To program atmega64 is different than atmega8/16/32??

    I already using usbasp programmer for atmega8/16/32. I am using programmer's notepad as compiler code n same for programe it. Also use sometime extreme burner for program. So same method/style for atmega64 also??or what change?
  10. H

    [SOLVED] How can i interface 7 seg with atmega8 without using PORTD?

    I only want to use RXD. Nothing I am transmitting back. So I want to use PD1-segA . . . PD7-segG. N I am giving data as PORTD=0x3F; So both task I want to achieve on same port 7seg as o/p n RXD as I/p.
  11. H

    [SOLVED] How can i interface 7 seg with atmega8 without using PORTD?

    My problem is I have to free PORTD due to RXD. Or atleast RXD pin, But your image is not the solution. Even I don't want to use ".dot" So now can I do free PORTD?
  12. H

    [SOLVED] How can i interface 7 seg with atmega8 without using PORTD?

    Hi all, i want to interface 7 seg display(max. 4 piece using multiplexed method) using atmega8. If i use PORTD as data port n any other 4 pin as control then its simple. But in my application i also need to receive serial data on serial port(RXD pin--PD0) so i cant use complete PORTD as data...
  13. H

    RTC DS1307 Time updata problem with Atmega16

    @FVM: I Agree that i had commented sec register while first time initialization because i dont want to display sec. but after remove that comment on sec register its startedn updating. ------------------------------------------------------------ Now again i had put comment on sec....then...
  14. H

    RTC DS1307 Time updata problem with Atmega16

    I simply displaying time on 4 Seven Segments as HR n MIN. It shows 10:52 continously(Which is set once at first time) then there is no update Before 2 days back....everything is OK. but then after i cant understood whats problem with it. Hardware is ok as it was running before 2 days so there...
  15. H

    Serial interrupt problem with Atmega16

    The array method is working. Let me go forward... Heartly Thanks Mr.Duresh.

Part and Inventory Search

Back
Top