Hey everyone,
I'm running a project on raspy using Node-Red & the externer ADC MCP3008.
I used to get the digital values of the Sensors via ADC using the Node "node-red-node-pi-mcp3008". I tried to increase the sampling rate of the adc using python script "SPI SW using Spidev" on the Pi, but suddenly my NodeRed is not able to work anymore.
Are the Node "node-red-node-pi-mcp3008" and the python script "SPI SW" using the same libraries?
Is there a chance to increase the sampling rate by decreasing the delay between the interrupts using NodeRed?
Best Regards,
Jeff