• Water Level using Capacitnace
    Hi, I am working on a sensor to measure water level in a metallic container and for this is I am using capacitance measurement. I used an timer output from my stm32f107 and I am measuring the frequency...
  • water level metare
    pls help me to build water level meter.the one i made uses 5 probes for empty,quarter,half and full.Now a want a better design.can i use uvison and simulate something. what
  • Create Include Files (.inc) in Assebly
    I am using the Assembler of the Keil uVision IDE. I have wrote several modules of code that they have in common several elements such as data, flags and some sfr and Port Pins renames. What is the...
  • How to calculate totalizer of water flow
    Hi all, Suppose water is flowing through a pipe and we've installed flow meter on the pipe. Sometimes flow is 10 liter/sec and sometimes 20 litar/sec and this is we can see on any gauge or meter...
  • Want to know the difference
    I want to know the differences between the following two definiations: (*((volatile char xdata *)( CHIP_BASE + i))) ((volatile char xdata *)( CHIP_BASE + PTR_BASE + PTR_SIZE * i)) Thank you....