Thanks guys i will have a look at debian
was just wondering why is there no way to run rasbian is it because of hardware incompatibilities
Search found 8 matches
- Wed Mar 11, 2015 7:40 pm
- Forum: Raspberry Pi OS
- Topic: Rasbian for PC
- Replies: 10
- Views: 1829
- Wed Mar 11, 2015 4:46 pm
- Forum: Raspberry Pi OS
- Topic: Rasbian for PC
- Replies: 10
- Views: 1829
Rasbian for PC
Hi People
Recently I have been trying to boot various OS's from usb and now i am wondering if I could get Rasbian working. If any one knows how to boot Rasbian from usb with a PC help would be appreciated.
Thanks in advance, Allan
Recently I have been trying to boot various OS's from usb and now i am wondering if I could get Rasbian working. If any one knows how to boot Rasbian from usb with a PC help would be appreciated.
Thanks in advance, Allan
- Fri Aug 01, 2014 3:31 pm
- Forum: Graphics, sound and multimedia
- Topic: How to adjust LCD backlight intensity ?
- Replies: 16
- Views: 17444
Re: How to adjust LCD backlight intensity ?
All of this info is great but was just wondering if and one knows the voltage range on a 10k pot with 5v input (I can't find out myself cos I don't have a multimeter )
Side note: if any one has any idea of where to get a cheap multimeter links would be great.
Thanks in advanced
Side note: if any one has any idea of where to get a cheap multimeter links would be great.
Thanks in advanced
- Tue Jul 22, 2014 4:14 pm
- Forum: Python
- Topic: Small GPIO Program Help
- Replies: 1
- Views: 880
Small GPIO Program Help
I have copied this python code from a youtube tutorial because i wanted a better idea of how to use the pi to control servos import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BOARD) GPIO.setup(7,GPIO.OUT) try: while True: GPIO.output(7,1) time.sleep(0.0015) GPIO.output(7,0) time.sleep(2) except ...
- Sun Jul 20, 2014 8:51 am
- Forum: Automation, sensing and robotics
- Topic: Servo tutorials
- Replies: 21
- Views: 5385
Re: Servo tutorials
I know it is stupid but I still don't understand
- Sat Jul 19, 2014 5:24 pm
- Forum: Automation, sensing and robotics
- Topic: Servo tutorials
- Replies: 21
- Views: 5385
Re: Servo tutorials
If the negative is connected to ground how do I use power from a 6 v battery pack
- Fri Jul 18, 2014 6:45 am
- Forum: Automation, sensing and robotics
- Topic: Servo tutorials
- Replies: 21
- Views: 5385
Servo tutorials
I know it is a big ask but I canot find any simple help for using servos with the pi. Please could someone tell me how to get from a fresh install of raspian to controlling servos. If this could include install of py.dev, how to get pi.GPIO and how to create code for the GPIO's also an example of co...
- Tue Jul 08, 2014 12:59 pm
- Forum: Beginners
- Topic: Easy access to your Pi from Windows using MobaXterm
- Replies: 39
- Views: 112653
Re: Easy access to your Pi from Windows using MobaXterm
Just to clarify can i do this over wifi if I have a wifi adapter on my pi