I want to send ECG sensor data from raspberry pi using python 3 to Thingspeak channel.
Thingspeak encounters the following problems:
* Thingspeak channel gets updated once every 15 seconds, which is too low for ECG signal that is sampled at 1KHz frequency.
* For high data update speed, thingspeak ask for payment.
How to send the data on a high update rate to Thingspeak?
Please recommend any free platforms like Thingspeak, so that I can send my data?