Raspberry Pi Code

I’m new to Raspberry pi and Hologram Nova. Could someone help with python code for Raspberry pi zero. I have a pir motion sensor connected to the zero and nova and would like to send a text when movement detected. I would like to use an interrupt to detect the high GPIO. Thanks

Are you new to python too? if so I would try learning each thing separately. Try using the hologram SDK to send a text when you run a script, and make a script that reacts to the PIR sensor, then make them work together.

For the GPIO stuff here is the documentation:

For the SDK our docs are here:

Dom, thanks for your help

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