Go to advanced search

by kawa_j
Sun Jan 12, 2014 1:55 am
Forum: Python
Topic: GPIO email script
Replies: 2
Views: 3484

Re: GPIO email script

Thanks for the response! Made a new script and its working! Now i have to find a way to remotely stop the script I use crowntab so the script is allways up and running so this has to be stopped remotely to Is there a way to control the script and stop crowntab or the job on a webpage or maybe on a a...
by kawa_j
Sat Jan 11, 2014 11:02 pm
Forum: Python
Topic: GPIO email script
Replies: 2
Views: 3484

GPIO email script

Hi, I made a simple script that sends me an email when the raspberry detects a rising signal on a gpio input Between the switch and the gpio i have mounted a resistor (1K ohm all connections are soldered) to prevent the gpio from flaoting Script works well but when it is up and running for about 15m...
by kawa_j
Tue Jan 07, 2014 2:17 am
Forum: Python
Topic: Simple gpio alarm script
Replies: 4
Views: 3127

Re: Simple gpio alarm script

Script is up and running! But stil have one problem :cry: For some reason the script/Pi detects a rising signal (when the script is running for 4min)? The gpio input has a 1K Ohm resistor so it is not floating What is going wrong? Can someone please help :roll: Here is the script: ------------------...
by kawa_j
Sun Jan 05, 2014 3:28 am
Forum: Python
Topic: Simple gpio alarm script
Replies: 4
Views: 3127

Re: Simple gpio alarm script

Thanks for the response, tried to make the script myself but i suck! i get this error when i run the script: File "alarm.py", line 29 server.ehlo() ^ IndentationError: unexpected indent here is the script : #!/usr/bin/env python2.7 # script by Alex Eames http://RasPi.tv/ # http://raspi.tv/2013/how-t...
by kawa_j
Sat Jan 04, 2014 3:11 am
Forum: Python
Topic: Simple gpio alarm script
Replies: 4
Views: 3127

Simple gpio alarm script

Hi, i am looking for a simple alarm script that wil detect if a gpio is switched from high to low and then send an email have tried the privatepiproject(and allot of other scripts) but they are not working properly also tried to write it myself but i am not good at python coding :mrgreen: can someon...

Go to advanced search