-
Notifications
You must be signed in to change notification settings - Fork 616
Description
Hello all,
I have a question about a product that was created some years ago to connect Microsoft Gadgeteer sensors to the Raspberry Pi via a special hat, that was called the GHI Fez Cream.
GHI the company that produced the hardware component also wrote the driver library that was written for Windows iot 10. This code uses the Windows.Devices namespace to control the hardware.
I have added the hardware schema as you can see it uses the following hardware components:
ADS7830IPWT
PCA9685
PCA9535
The original code can be found here
https://github.com/ghi-electronics/Windows-IoT
The question i have is quite simple. Is it possible to rewrite the driver code to the new dotnet iot library. So i can use this hardware on a Raspberry Pi and dotnet core. I do not have a lot of hardware experience but i am able to write c# code. Are there maybe any hardware incompatibilities you guys no about ? Or should this be doable
