Search found 2 matches

by re_sound
Tue Nov 12, 2019 3:45 pm
Forum: Pyboard D-series
Topic: Scaling down a prototype
Replies: 3
Views: 2694

Re: Scaling down a prototype

Thanks jimmo for your response, I'll take a look into slimming stuff down.

The reason I kept it loaded in the RAM was to keep the response as fast as possible as the actions triggered by words are fairly time sensitive. Would organising it as a database on disk have a big effect on latency?
by re_sound
Tue Nov 12, 2019 12:03 pm
Forum: Pyboard D-series
Topic: Scaling down a prototype
Replies: 3
Views: 2694

Scaling down a prototype

Hey everyone, I'm trying to scale down a prototype that is currently running a python script running on raspberry pi and arduino. The python script opens a csv (which is about 150000 lines long with 26 'columns'), stores it in an array and then closes the file. After this file has loaded, the script...