• MCB167-NET
    Hi, I'm working with the MCB167-NET application board and the aplication note APNT-164. My problem is this: I would like, that the dinamic values of this examples, that comes from the A/D converter...
  • Project!!!!!
    I am seeking someone that be offered to look at the code of my project and to correct errors. I have to have it finished for this month and does not work well and i dont know why. I am willing to pay...
  • shaiaw@013.net
    Hi everybody, I wrote simple program for 89c2051: #include <REG2051.H> #include <stdio.h> sbit blinky = P1^3 ; void main (void) { while (1) { blinky = 0; blinky = 1; } ...
  • Projects?
    It seems to me that many of the 'regular' contributors are very savvy in the art of embedded design. I was wondering just what projects they are doing, or have done in the past that are worthy of mentioning...
  • project
    i am doing embedded project and it was home automation using 8051 microcontroller through sms.how can i send sms from my mobile to gsm modem without pc? give me some ideas