kasadawa's instructables
Tell us about yourself!
Achievements
10K+
Views
Earned a bronze medal
1+
Featured Instructable
Earned a bronze medal
- kasadawa's instructable Cheap, Effective and Modern Home Automation's weekly stats:
- kasadawa entered Cheap, Effective and Modern Home Automation in the Untouchable Challenge contest
- kasadawa entered Cheap, Effective and Modern Home Automation in the Robotics Contest 2017 contest
- kasadawa entered Cheap, Effective and Modern Home Automation in the Internet of Things Contest 2017 contest
- kasadawa commented on kasadawa's instructable Raspberry Pi with 4 Relay Module ( for home automation )View Instructable »
When you try the test_relay.py file it only Turns On the relays ? Or in some other case it stays in the On position ?
- kasadawa commented on kasadawa's instructable Raspberry Pi with 4 Relay Module ( for home automation )View Instructable »
check from the python console if >> GPIO.output(pin, 1)>> GPIO.output(pin, 0)is working . Replace the pin with 17,15,14, or 18 .
- kasadawa commented on kasadawa's instructable Raspberry Pi with 4 Relay Module ( for home automation )View Instructable »
So if that thing are working you are currently installed python GPIO library . Type in console : ~: python >> import time >> time.sleep(1) And tell me does the shell sleeps for 1 second or not ?
- kasadawa commented on kasadawa's instructable Raspberry Pi with 4 Relay Module ( for home automation )View Instructable »
When you run the test_relay.py , what do you see on your console ? Does the program prints "Pin x is working" ?