felixchenier / NextWheel

Apache License 2.0
0 stars 0 forks source link

Set different sampling rates for streaming/recording #28

Open felixchenier opened 9 months ago

felixchenier commented 9 months ago

There is normally no need to stream data at 1 kHz. But recording, yes. To relax the wifi bandwidth, it would be helpful to have two sample rates, or maybe a sample rate divider for streaming (which would be easier to implement). i.e. With a ADC divider of 10, then we sample and record at 1kHz, but we stream at 100Hz.