i have fez mini, and today got my package : compass module + gadgeteer expansion block
Connected Pin3(on expansion mdule) to compass, and connected eblock connector from expansion module to analogIn An6.
program creates an instance of compass (driver code from seeed studios), and program compiles, no problem. the problem is that compass has these references :
using System;
using Microsoft.SPOT;
using GT = Gadgeteer;
using GTM = Gadgeteer.Modules;
using GTI = Gadgeteer.Interfaces;
which are not available in fez mini netmf assemblies. is it possible to deploy one of the assemblies ? instinct tells me gadgeteer assemblies cannot be loaded on usbizi chipset but not sure.
is there another way to communicate with compass module ? compass module uses i2c bus, which is used to construct a socket. if these constructs are not available in fez mini/usbizi, what other way is possible to communicate with digital compass ?
thank you very much for your time.