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 tapu

  1. T

    Arduino Nano internal memory issue

    Dear All, I am using arduino nano for my multi event alarm clock project.Here I m using internal eeprom of nano to store multiple alarms data. I want toused 336 bytes of eeprom to store weekly data of alarm.project runs but after sometime it shows error data of alarm.and alarm rings anytime.as...
  2. T

    Atrduino IDE ompilation Error

    Dear All, I have made ccode for arduino UNO in arduino ide for simple alarm clock by using DS1307 as RTC as follow. /* ----- C Program for Arduino based Alarm Clock ---- */ #include <Wire.h> #include<EEPROM.h> #include <RTClib.h> #include <LiquidCrystal.h> LiquidCrystal lcd(3, 2...
  3. T

    Arduino serial data transfer issue

    Dear All, I want to send bytes from 0 to 99 from one arduino uno to another arduino nano serially.But when i send 1 then receiver shows 49 on serial monitor,when i send 2 then they shows 50 on reciever .how to manage the code for successfull transmition & reception.i have given both code...
  4. T

    Wireless communication range problem

    I did not use antenna now.i am just testing circuit of transmitter and reciever.
  5. T

    Wireless communication range problem

    Dear All, I am using nrf24l01 module for my wireless communication project with arduino .Problem is that The data transmit & recieve successfully only when line of sight is clear.if there any obstacle or wall in betwen them then signal strength is poor or fail to communicate.how to increase...
  6. T

    Arduino module pins overlapping

    Dear all, I am using Arduino uno in my project.I want to interface rf module,sd player module on the same arduino(according to my application).but both liabrary of this modules shows almost same pins as i studied about there interfacing.Then how to use this module simultaneusly on the same...
  7. T

    serial communication betwen 8051 and Arduino

    Thank you for Reply Here are my project files
  8. T

    serial communication betwen 8051 and Arduino

    I have written this code but data not detect on arduino. 8051 code: #include <REGX52.H> sbit e1=P1^7; sbit e3=P2^1; sbit e0=P2^0; sbit e2=P2^2; sbit e4=P2^3; sbit buz=P1^7; sbit sw=P1^3; sbit sw1=P2^5; sbit sw2=P2^6; sbit sw3=P2^4; //sbit rinc=P3^3; //sbit rdec=P3^2; //sbit rset=P3^1; bit...
  9. T

    serial communication betwen 8051 and Arduino

    Dear All, I want to send data like decimal numbers 0 to 99 from serial port of 89S52 to Serial port of arduino UNO .Is it possible?But how to write code.please reply. Thanks, Tepu
  10. T

    ds1307 Rtc clock running slow by 6 second per day.

    Thanks for replies.First I have tried by diffrent retailers available locally,then i purchased online by rhydolabs(shows original ds1307 on offer).But issue not solved. I Read the application note.But sometimes in past it shows good accuracy in same design.
  11. T

    ds1307 Rtc clock running slow by 6 second per day.

    Dear sir,I have changed 4 to 5 ds1307 and many crystel but problem is same.is there any error in rtc code?
  12. T

    ds1307 Rtc clock running slow by 6 second per day.

    Dear All, I am using ds1307 in my clock design.but it seems back by 6 second per day.Then it become 3 minute back after 1 month.Overall design & code given below. #include <REGX52.H> sbit set=P1^0; sbit mov=P1^1; sbit inc=P1^2; sbit dec=P1^3; sbit rly=P1^4; sbit e5=P1^5;//3rd e5 sbit...
  13. T

    Multiplexing problem in my 8051 clock project.

    Dear All, I am making a clock of dual display one 4 digit 7 segment display and Lcd(16x2) by using 89s52.both should show time(as my application).I am using multiplexing method in displaying data on led display.Lcd display running successfully but led display shows on-off continously.Here is...
  14. T

    To set two WiFi module(Esp8266) one as sender and other as reciever.

    Dear all, I am using WiFi module Esp8266 to send decimal numbers by using 8051 controller in both sides.but how to set command for one module as sender another as reciever.here both side I will use 89s52 to enter data in transmitter side and see data in reciever side.please guide. Thanks Tepu
  15. T

    Problem in wireless transmition Using 89S52.

    Reciever code with comments. (here concider while(1) loop) #include <REGX52.H> sbit e1=P2^1; sbit e2=P2^2; sbit e3=P2^3; sbit buz=P1^7; sbit on=P3^7; sbit ot=P3^6; sbit sw3=P1^0; sbit sw2=P1^1; sbit sw1=P1^2; sbit sw=P1^3; sbit zero=P0^0; sbit one=P0^1; sbit two=P0^2; sbit three=P0^3...

Part and Inventory Search

Back
Top