• Weighing Scale
    I am an engineering student, i want to design a digital kitchen weighing scale with calories Calculator, as my mini project. main components: load cell sensor(5kg, resolution 2g) 8051 12-bit ADC...
  • Multi Channel ADC not working
    I am trying to implement the multi channel ADC in LPC1768 by interfacing it with the 3axis accelerometer.Basically am fetching the data from the sensor and sending it to a android application using a...
  • STM32F746-Multi channel ADC with DMA Problem
    Hello, I am trying to implement multi-channel adc with dma. I am using STM32F746 Discovery Board. But seems not working. Here is my initialization functions : First, here is my buffer that fills...
  • Appropriate IC for Multi-Channel(4/8) Temperature Measurement ?
    Hi, i am developing an RTD based temperature measurement unit.please suggest a good IC preferably with SPI/I2C interface for taking the measurements. Thanks in advance.
  • Multi-tasking...
    I want to read a character input from the keyboard so I used.. getchar(); The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard...