Water Meter demo for C027N.

Dependencies:   C027_Support_N CIoT_MessagingCommon IapSupport WaterMeterSupport mbed

This is the main programme for the CIoT Water Meter Demo. It builds the target code and brings in the Message Codec, IAP (NVRAM) and Water Meter Support libraries. Together with the PC application, contained in /media/uploads/RobMeades/water_meter_demo_2015-05-22.zip, it forms the complete CIoT Water Meter Demo.

Note that the PC application relies on the following:

  • MS Visual Studio for C# 2012 (for compilation),
  • Microsoft .NET 4.5,
  • Microsoft DirectX end-user runtime installed in the following location: <WINDOWS directory>\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.AudioVideoPlayback.dll.

Note also that some of the DLL files, e.g. IotMeterDllWrapper.cs, may be referenced in the wrong places by the MSVC project (as this is ripped out of my development folders). Rest assured that all the files you need are there, somewhere (e.g. in the Resources folder), they may just need to be reattached to the project.

Changes

RevisionDateWhoCommit message
0:e72ea6decc70 2015-05-22 RobMeades Water Meter demo for C027N board. default tip