This video is a shockwave flash video ( .swf file type).
To view this video you need to have the shockwave Flash Video plugin installed in your browser.
You can find that plugin here: http://www.macromedia.com/go/getflashplayer
I have tested viewing these in Chrome (40.0.2214.111), Firefox (35.0.1) and IE9. So if it does not work try a different browser.
Note the video below shows operation of an older MikroC version, however the
basic principles, that it details, remain exactly the same - updating to the
newer compiler version would be a cosmetic change only.
The main difference between the old and new version is that the new version generates loads of (useless?) files in the project directory. The fundamental fact is that you still only really need .c .h files and the project file because that is what creates a C program - all the rest is support data for the compiler.
Note: The new project file description has changed from .ppc to .mcppi - this is really to allow the new compiler to identify old projects and import them into its new format.
How to use the TCS230 (/TCS3200) Color detector chip and easily add it to any of your projects.
With the ADXL345 acellerometer you can detect up to 16g! You can also find out how to use it for tap detection and more.
HMC5883L - How make a digital compass, Find out the differences between the HMC5883L and the QMC5883L and whether they are compatible.
Easily use an ESP8266 with the Arduino IDE and program your first sketch into the ESP8266
The MCP4725 chip is a 12 bit DAC with memory that outputs voltage that you can use for many dfferent purposes. Find out what they are in this page.
PCF8591: A four input ADC with single DAC. How good is this 8 bit ADC, and should you use it in your next project?