Amaury Chabane
Amaury Chabane
It could be possible to run the calculations I implemented with Numpy on the GPU, if one is ever detected, but the mean we need to install and import a...
I am currently trying to implement CuPy, though it needs some heavy installation on the cuda part. It is not entirely possible to automate during package import unfortunately. I am...
Not right now, first I am to setup a working installation as easily as possible (since it must be setup manually by the user). Once this is done and everything...
Update: Seems like the GPU implementation needs to rework entirely the module, as well as limiting the use of it to only Linux users (specifically for at least the scipy.spatial.Delaunay...
I have the same issue as ScribeOfGod, and I don't know how to solve it. My Plex Media Server is running fine and I have access to it using the...
> > > I think you did everything right based on the datasheet but when I tried to send 1kHz to the Vout it is actually not 1kHz. I am...
Check in the header file. You willl find the "setRange" function, allowing you to define the range based on one of the macro also defined in the header file (ex:...
Could you send your code, with the error please?
Ah yes I see. Go in the header file and the "static" keyword before the function name. You should have this: "static bool setRange(byte);" `/** * AD5933 Library class *...
Can you post the code here, on github? Because you might be sending it by email, which only takes the text. I would like to have some precisions as well...