Raspberry Pi - bluetooth connection and gaining status from sensors connected

Hello,
It's my first time using app inventor :smiley:
I'm making app thats supposed to show on screen and maybe in notification tray that sensor connected to raspberry Pi sensed some metal. I'm using Raspberry Pi zero wh and inductive sensor.
I found how to connect to raspberry Pi using bluetooth from tutorial(no idea if it works didnt got hands on raspberry pi yet) but i didn't see how to catch data from sensors. Did someone did smth similar? Or maybe i missed some tutorial?
Thanks in advance!
EDT* I only want it to show info if the sensor detect something or not.

Connect the inductive sensor to a GPIO and get the state of that terminal, similar to the PushButton in the tutorial.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.