• interfacing of 8052 microcontroller with EEPROM at24c04
    i wanted to know how does one interface a 8052 microcontroller with the EEPROM at24c04. i want the circuit diagram and the program(not in c) for the same. your help would help me greatly in my project...
  • timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it
  • Float to ascii conversion 8052
    Hi I am looking for source for 8052. Float to ascii conversion float "lenght" is in the range -99999.999 to 99999.99 Thank you very much mbosko@ptt.yu
  • 8052 and servo control
    I looked for servo control code based on 8051/2 but have not found any yet. Can 8052 control a servo motor?
  • Problem with arrays (atmel 8052)
    I've been trying to initialize a pretty big array, but I'm encountering some problems. My first attempt looked like this: const unsigned char font[] = { {0x22,0x3c,0x1c,0x3c,0x3c,0x20,0x1c,0x22...