• Temperature sensor from Analogue to Digital
    I am currently doing a mini-project on temperature sensor using 8051 micro-controller. The 8051 micro-controller will receive 8bit temperature data from Analogue-to-Digital Converter which is connected...
  • Grounding issues?
    Hi im having a problem with my MCB900 board. The program i am trying to run on it will not work correctly unless the board is connected to the pc via the serial connection. Is this a grounding issue...
  • What's the diff between Grounding and Earthing ?
    Hi people! On AC power earth could be distinguish in two terms that is protectif earth and service earth. The first is used to protect people against accidental leakage of current on equipment. ...
  • Is this the correct code for Digital clock?
    #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit PIN_P10=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit PIN_P11=P1^1; /* Clock*/ sbit PIN_P12=P1^2; ...
  • Tying VBAT to ground on the MCB2103 Dev Board
    Is there code preventing the LPC2103 from booting normally when VBAT is shorted to grounded on the MCB2103 development board? The Philips's user's manual for the part says to tie VBAT to ground when the...