Mindstorms Sound Sensor

Hello :slight_smile:
We’re trying to build an app that connects the LEGO MINDSTORMS EV3 to a tablet(Samsung) and reads the sound sensor’s(NXT) values.
The problem is that every time we make the Bluetooth connection to the EV3 brick (from the list picker) the app crashes.
But when we try it with a touch sensor(EV3) instead, it works.
Is this a bug or is there something else we can try?
thank you very much

Hello Martina

We need to see your Blocks!

Does that NXTSoundSensor block need to be in an event block,
because it relies on incoming remote data?
(I’m not an NXT user)

No, we even tried not having any blocks with the sound sensor, but the app crashed just because it was connected to the EV3.
Big update though, we tried using the NXT brick instead and it works perfectly :slight_smile: