Thanks for your help.Now i'm facing another problem.I cannot display the output.After i run the code it's shows that"press enter to continue".That's all i cannot get the result.Help me.Is there any mistakes in my coding.. from Tkinter import * import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.se...
This coding also same but i used gtk modules.Here the problem is when i clicked the button the LED didn't response.Here my objective is when i pressed the attached switch the LED must response.Help me to solve the problems.Thanks import pygtk import gtk import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOAR...
This is my coding.My objective is i want to control the LED lights and switch that connect to the raspberry pi board. from Tkinter import * import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.setup(8, GPIO.OUT) GPIO.setup(7, GPIO.IN) def hi_there(): print "Lighting up LED" GPIO.output(8, GPIO.OUT)...
When i run my code i get this error..(gpio.py:4: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(21, GPIO.OUT)..
Hi.Can i know what are the errors in my coding.. imprt pygtk import gtk class Helloworld: def _init_(self): self.window = gtk.wwindow() self.window.set_title(("GTk Hello World = By Promosys") self.window set_default_size self.window.connect("destroy", self.quit) self.verticalcontainer.margin=5 self....
Let's say i had create a LAMP server and all data in the server.Now if i want to use some of the data from the server for example want to use Mysql data.Is that python can read the Mysql file so that easy to write the python script.
thanks dude. Actually i'm not yet plan any things to do with LAMP server dude.Any way thanks for your clarification dude..So we cannot create WAMP server using raspberry Pi..??