Go to advanced search

by tobiastakao
Sun Nov 25, 2018 12:37 am
Forum: Python
Topic: I am trying to turn on LED via LAN
Replies: 3
Views: 727

Re: I am trying to turn on LED via LAN

Thank you ghp, it works perfectly. Thank you PhatFil, watched the youtube, it is interested, alternatively, there is another IOT gagget for your reference: Blynk https://www.youtube.com/watch?v=hipyrhJIgGk Blynk an LED on Raspberry Pi https://www.youtube.com/watch?v=LJ3ic8C8CcA For Blynk installatio...
by tobiastakao
Sat Nov 24, 2018 1:24 pm
Forum: Python
Topic: I am trying to turn on LED via LAN
Replies: 3
Views: 727

I am trying to turn on LED via LAN

Hi I am seeking advise for following issue: Following code can connect to Raspberry pi 3 (with Python3) but always give me "error cmd!" message when I input ON at client side, please provide advise, thank you. (Server Side) import socket from time import ctime import RPi.GPIO as GPIO LedPin = 11 HOS...

Go to advanced search