Go to advanced search

by snusmumriken
Wed Jan 08, 2014 3:23 am
Forum: Python
Topic: GPIO.PWM 'module' does not have attribute
Replies: 8
Views: 5653

Re: GPIO.PWM 'module' does not have attribute

I wish it were so!

I've tried both RPi.GPIO and RPIO, and neither module has the PWM attribute
I checked using dir(RPIO)

Any other thoughts?

Thanks for the help,
Keagan
by snusmumriken
Wed Jan 08, 2014 12:29 am
Forum: Python
Topic: GPIO.PWM 'module' does not have attribute
Replies: 8
Views: 5653

Re: GPIO.PWM 'module' does not have attribute

I've tried to update the module, using the methods outlined in the original post. Any idea of where I'm going wrong?

Thanks!
Keagan
by snusmumriken
Tue Jan 07, 2014 11:10 pm
Forum: Python
Topic: GPIO.PWM 'module' does not have attribute
Replies: 8
Views: 5653

GPIO.PWM 'module' does not have attribute

Hi there, I'm trying to figure out how to configure one of my gpio pins with PWM to drive an LED. Most of my searching turns up using the RPi.GPIO module. This works fine for turning a pin high or low, but I can't for the life of me seem to get pwm to work. ex, import RPi.GPIO as GPIO p = GPIO.PWM(1...
by snusmumriken
Thu Feb 21, 2013 8:29 am
Forum: Beginners
Topic: config.txt killed my Pi !?!
Replies: 6
Views: 1399

Re: config.txt killed my Pi !?!

Hi PS1981, Mobius, So it was a power issue after all! I tried booting without the mouse and it booted up fine. Thanks! Still can't get the Adafruit HDMI to VGA to give me anything other than 640x480 :cry: Guess I'll have to live with shitty resolution till I can afford a new monitor. Thanks again, K...
by snusmumriken
Thu Feb 21, 2013 2:05 am
Forum: Beginners
Topic: config.txt killed my Pi !?!
Replies: 6
Views: 1399

Re: config.txt killed my Pi !?!

oh I see, all other comments are #commented out. thanks.
by snusmumriken
Thu Feb 21, 2013 2:02 am
Forum: Beginners
Topic: config.txt killed my Pi !?!
Replies: 6
Views: 1399

Re: config.txt killed my Pi !?!

Hi Mobius, I had hdmi_force_hotplug=1, hdmi_group=2, hdmi_mode=16, and the one about signalboos=4 (i'm at work now and can't quite remember!). I'll check the power issue - the wacko board was made in China, good board in the UK. Don't know if ppl have noticed quality differences between manufactures...
by snusmumriken
Wed Feb 20, 2013 9:22 pm
Forum: Beginners
Topic: config.txt killed my Pi !?!
Replies: 6
Views: 1399

Re: config.txt killed my Pi !?!

Well, I have one power supply, one HDMI cable, one keyboard/mouse, one SD card. The steup works perfectly on one PI - move it all over to the second board and I get this cycle.
by snusmumriken
Wed Feb 20, 2013 7:45 pm
Forum: Beginners
Topic: config.txt killed my Pi !?!
Replies: 6
Views: 1399

config.txt killed my Pi !?!

Hi There, I ordered 2 Pis (intend to build one into a desktop and one into a laptop) and a HDMI-VGA adaptor (Adafruit part # 1151). I monkeyed around with the setup options and config.txt to get a decent display resolution. Somehow in the process I corrupted my pre-loaded SD card and after searching...

Go to advanced search