News

Sets the pump to track a sine wave power. The drive power is recorded and plotted. The pump can be connected either via I2C or UART. For I2C SPM the Mains PSU needs to be connected to the Dev board.
Lee Ventus python demo Date: 29/05/2024 Author: Ruzhev, Dimitar Python version: 3.10 For up-to-date information on the UART or I2C commands and functionality please refer to: Technical Note TN003: ...
The actual methods by which sin and cos are calculated are rather complicated (I’ll return to this in future posts) and the detail depends on exactly what system you are using, but if you assume that ...
This post begins a series on how sin and cos are calculated in the c language standard math library on a typical Linux system. Because Python floats are really c doubles, what I write here applies to ...