I’ve been trying to get this to do ANYTHING with PWM for the better part of a year now, to no avail. I’ve tried everything in my power to get this to work. From using IanLee’s driver, to trying different firmwares and such.
The error I get is:
#### Exception System.ApplicationException - 0x00000000 (1) ####
#### Message: SoftwareI2C: Exception writing to device at address 32 on socket 14 - perhaps device is not responding or not plugged in.
#### Gadgeteer.Interfaces.SoftwareI2C::WriteRead [IP: 0123] ####
#### Gadgeteer.Interfaces.SoftwareI2C::Write [IP: 0017] ####
#### Gadgeteer.Modules.GHIElectronics.IO60P16::WriteRegister [IP: 001a] ####
#### Gadgeteer.Modules.GHIElectronics.IO60P16::MakePinOutput [IP: 0007] ####
#### Gadgeteer.Modules.GHIElectronics.IO60P16+PWM::.ctor [IP: 007c] ####
#### ArmControlRemote.Program::ProgramStarted [IP: 007b] ####
#### ArmControlRemote.Program::Main [IP: 0015] ####
A first chance exception of type 'System.ApplicationException' occurred in Gadgeteer.DaisyLink.dll
An unhandled exception of type 'System.ApplicationException' occurred in Gadgeteer.DaisyLink.dll
Additional information: SoftwareI2C: Exception writing to device at address 32 on socket 14 - perhaps device is not responding or not plugged in.
I don’t know what it means, I don’t know what else to do. I’ve tried different sockets, I’ve tried throwing it against the wall (Kidding).
If Anyone can help, I need this module to function as it is a KEY component in my Senior Project for my BS.
Thank you in advance,
Me