Search Results

by osmanx7
Sat Sep 14, 2019 9:10 am
Forum: Java
Topic: Analog 1ms sampling problem
Replies: 2
Views: 37406

Re: Analog 1ms sampling problem

Thank you for replying Mr. Patrick, I'm using getVoltage() function to read the sensors' voltage. I'm quite new to Java. By using events, do you mean the voltage change event in the example? Also if the 8/8/8 is sending the data every 8ms, how do i access each value? this is the rest of the code use...
by osmanx7
Fri Sep 13, 2019 8:58 am
Forum: Java
Topic: Analog 1ms sampling problem
Replies: 2
Views: 37406

Analog 1ms sampling problem

Dear all, I'm using the 8/8/8 interfacekit for sound localization using three sound sensors (voltage input). Since the application is time sensitive, I'm trying to collect the data at 1ms data interval. However, the sensors readings show a repeated voltage value or zeros. what could be the problem? ...