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 firevsice55

  1. F

    AT89C52 INTERRUPT Problem- URGENT!!!!!!!!!

    if the software is working fine, as you are saying.. Check the hardware connections.. there could be a mix up while resoldering..
  2. F

    Welcome to the Embedded Wireless Networks Group, Please Introduce Yourself...

    I, Tejas Randeria, Embedded Engineer. Working in the RF field since 6 months. Developed circuits on RFm12 and also Xbee Series 2 Would Like to share and obtain knowledge
  3. F

    RF 434Mhz Multiple transmitter and single receiver

    If possible use another RF module, I am currently using RFM12 which are available in India. They are also easy to configure. Use can as many transmitter and receiver pairs. 9 tx and 1 rx very much possible, no problems at all.
  4. F

    AT89C52 interfaced with RFM12 Module

    The following program dont work, cant figure out why. I've tried all kinds of configurations for the RFM12 module in this code. The hardware is connected in the right way, its 868Mhz RFM12 Module. The transmitter code seems to be correct, but the receiver is creating an issue. Receiver Code For...
  5. F

    PIC 16f877A EEPROM Programming Help

    #include <pic.h> #include <eeprom_routines.h> void delay_time(unsigned int cnt); void valid_data_check(char address); unsigned int data[5]={0x34,0x55,0x12,0x0a}; unsigned int eeprom_input_data,i; char memory_address=0x01,maximum_memory_address=0xff,temp_address,first_loc=0x00,loc; //...
  6. F

    PIC 16f877A EEPROM Programming Help

    Thank you, Big Dog. I have finally understood what you are trying to say. I will write a code for it. Thanks again.
  7. F

    PIC 16f877A EEPROM Programming Help

    Okay, I have understood, that the pointer is going to be holding the latest location written into the eeprom. So that we can access it after a reset or power down or any such interruption. Is this pointer user defined? Wont the pointer value be erased after the above interruption occurs? And...
  8. F

    PIC 16f877A EEPROM Programming Help

    The data set is of fixed variable length. as you know eeprom can be written many times over. okay I got idea of storing the pointer as well in the eeprom. But then consider a situation wherein the eeprom is already full of data, and it starts writing into the eeprom over the older data from the...
  9. F

    PIC 16f877A EEPROM Programming Help

    Thank you for the reply. But my question to your answer is, upon reset or power down wouldn't all the data we have on the pic be changed to their default values, so basically i will lose all the current values in the variables after reset. So then how would I have access to my latest data on...
  10. F

    PIC 16f877A EEPROM Programming Help

    We have a system in which data is stored in the eeprom after every 10 minutes. There is a situation, power down occurs, so the problem is to find the latest data, and start storing new data from consecutive locations from latest data onwards. There can also be a situation that when power down...
  11. F

    [SOLVED] LCD Initialization - JHD162A to AT89S52 (8051)

    Thank you guys, i got the problem solved..
  12. F

    [SOLVED] LCD Initialization - JHD162A to AT89S52 (8051)

    Thanks for your reply guys, I am checking the connections, maybe that should solve my problem. Thanks alot.:grin:
  13. F

    [SOLVED] LCD Initialization - JHD162A to AT89S52 (8051)

    The LCD is working fine, but not displaying characters in a proper manner e.g. ELECTRONICS IS DISPLAYED AS "EMECUSOOICS" MOST OF THE CHARACTERS ARE NOT DISPLAYED. I dont know what to do.. please help.
  14. F

    [SOLVED] LCD Initialization - JHD162A to AT89S52 (8051)

    Thank you for your reply.. The current situation is that the LCD has started working, but the characters are not being the displayed in the proper way. example:- T in displayed as U on the lcd Various other characters are also being displayed in the same way.. Where is the problem...
  15. F

    [SOLVED] LCD Initialization - JHD162A to AT89S52 (8051)

    Hey I am also facing the same problem, the LCD shows only the black boxes on line 1 and nothing on line 2 Port 3 I have connected RS, E, RW. (0,1,2) The data are connected on port 1 The LCD is not working, i dont know wht to do. I am using Philips 89v51rd2, and SDCC compiler. Please Help me

Part and Inventory Search

Back
Top