Go to advanced search

by winnetouch
Fri Oct 28, 2016 9:16 pm
Forum: Beginners
Topic: Using battery to pwer pi and hooking up usb hub
Replies: 2
Views: 590

Re: Using battery to pwer pi and hooking up usb hub

I tested it with my tablet before I started dissambling it and it worked like it should. So... yeah. That doesn't really anwser any of my question though. Even if power wasn't passed on to the top micro usb why would the pi just flat out refuse to power on when the wires of the power are connected?.
by winnetouch
Fri Oct 28, 2016 8:15 pm
Forum: Beginners
Topic: Using battery to pwer pi and hooking up usb hub
Replies: 2
Views: 590

Using battery to pwer pi and hooking up usb hub

I'm trying to hook up one of these http://ecx.images-amazon.com/images/I/51YdnXRjS2L._SX425_.jpg The female micro usb plug on the left is for aditional power. I striped the whole thing but cant get it to work with my piczero or rather when i connect it the pi doesnt power up. Here's what I did: I co...
by winnetouch
Fri Jul 15, 2016 10:50 pm
Forum: Beginners
Topic: GPIO keyboard input - using key combinations
Replies: 7
Views: 2376

Re: GPIO keyboard input - using key combinations

Hm... Weird... the schematic graphic doesn't show that... Bummer. I guess I have to remake the entire PCB from scratch again.
by winnetouch
Fri Jul 15, 2016 5:22 pm
Forum: Beginners
Topic: GPIO keyboard input - using key combinations
Replies: 7
Views: 2376

Re: GPIO keyboard input - using key combinations

What cross? I'm staring at the PCB and can't find a single cross. Even looking at the schematic I don't see a single ground connection except for the power input.
by winnetouch
Fri Jul 15, 2016 2:53 pm
Forum: Beginners
Topic: GPIO keyboard input - using key combinations
Replies: 7
Views: 2376

Re: GPIO keyboard input - using key combinations

That's just it. Aa far as i can tell all the buttons are only connected to the gpio pins but not ground, so that's why I'm confused.

To be honnest I don't understand what you were trying to tell me with the button combos.
by winnetouch
Thu Jul 14, 2016 4:36 pm
Forum: Beginners
Topic: GPIO keyboard input - using key combinations
Replies: 7
Views: 2376

GPIO keyboard input - using key combinations

I'm connecting tact switches to the GPIO pins of the pi (haven't done it yet because I'm not using the pi cable). I'm using the pi girrl controller PCB (though I made it myself) and the retrogame configuration file. The pcb: https://www.adafruit.com/product/3015 the file: https://github.com/adafruit...
by winnetouch
Sun Jul 10, 2016 9:28 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

After a lot of fidling I got it working :) I don't really know what I did differently but it works. This is the process I used. Maybe someone will find it usefull: git clone https://github.com/swkim01/waveshare-dtoverlays.git then sudo cp waveshare-dtoverlays/waveshare32b-overlay.dtb /boot/overlays/...
by winnetouch
Sun Jul 10, 2016 8:50 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

I followed the tutorial you posted to a T and this is what the results are: pi@retropie:~ $ sudo vcdbg log msg 000860.578: HDMI:EDID error reading EDID block 0 attempt 0 000861.841: HDMI:EDID error reading EDID block 0 attempt 1 000863.100: HDMI:EDID error reading EDID block 0 attempt 2 000864.358: ...
by winnetouch
Sun Jul 10, 2016 5:06 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

Now that I used git clone https://github.com/swkim01/waveshare-dtoverlays.git sudo cp waveshare-dtoverlays/waveshare32b-overlay.dtb /boot/overlays/waveshare32b.dtbo The result after ls /dev/fb* is /dev/fbt after dmesg it's a5 14 ca 24 7f 99 ce cf 72 2b 0d b7 f0 84 1d 01 c2 c8 27 TPTK: d5 00 52 b5 ca...
by winnetouch
Sun Jul 10, 2016 4:25 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

This is the result

Code: Select all

/boot/overlays/waveshare32b-overlay.dtb
by winnetouch
Sun Jul 10, 2016 4:11 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

and how do I fix it? Sorry but I'm a real noob when it comes to this. I have no clue where to even start.
by winnetouch
Sun Jul 10, 2016 3:34 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

Hm... this is the result. 000859.784: HDMI:EDID error reading EDID block 0 attempt 0 000861.047: HDMI:EDID error reading EDID block 0 attempt 1 000862.306: HDMI:EDID error reading EDID block 0 attempt 2 000863.564: HDMI:EDID error reading EDID block 0 attempt 3 000864.823: HDMI:EDID error reading ED...
by winnetouch
Sun Jul 10, 2016 2:40 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

And how can i fix that? The turorial works fine as is for the pi2. I didn't realize i had to do anything else.
by winnetouch
Sun Jul 10, 2016 12:50 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

this is the whole process afterin trying to install the overlays and entering dmesg Last login: Sun Jul 10 14:31:51 on ttys000 Viktors-MacBook-Pro:~ viktor$ ssh pi@192.168.0.19 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@...
by winnetouch
Sun Jul 10, 2016 12:23 pm
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Re: Fb1 on pi Zero

Sorry I linked to the wrong post in that discussion. I am using the instructions at the very top of the discussion here:

https://retropie.org.uk/forum/topic/295 ... hare-32b/2

There the screen is defined as 32b.
by winnetouch
Sun Jul 10, 2016 10:24 am
Forum: Beginners
Topic: Fb1 on pi Zero
Replies: 20
Views: 3350

Fb1 on pi Zero

I'm trying to install a waveshre 3.2 lcd screen to the pi zero connected via GPIO but I can't get Fb1 to show up. Is there any specific reason for that? I'm using a fresh install. I also tried with pi2 and there it works fine but I already tried 3 or 4 times on the zero with fresh installs of retrop...
by winnetouch
Sun Jul 10, 2016 10:21 am
Forum: Beginners
Topic: pi zero doesn't power on with usb hub soldiered to it.
Replies: 3
Views: 770

Re: pi zero doesn't power on with usb hub soldiered to it.

I desoldered the hub and reconstructed it and it works so it's not a problem with the hub. I haven't tried soldering it on again but I'm guessing it was a mistake on my part.
by winnetouch
Sat Jul 09, 2016 10:32 am
Forum: Beginners
Topic: pi zero doesn't power on with usb hub soldiered to it.
Replies: 3
Views: 770

pi zero doesn't power on with usb hub soldiered to it.

Hello. I just tried soldering an unpowered usb hub to the pi zero. I soldered the hubs power to PP1 the ground to PP6, DP to PP22 and DM to PP23. When I tried to power up the pi it wouldn't boot. I desoldered the wires and tried powering the pi again. It powered up normaly. Is there any specific rea...
by winnetouch
Fri Jun 17, 2016 11:43 am
Forum: Beginners
Topic: trouble setting up TFT screen
Replies: 7
Views: 1322

Re: trouble setting up TFT screen

I managed to solve the problem. I found out this is a cloned screen of the waveshare 3.2 so I had to follow different steps to make it work. Kind of easier steps actually :P The good people at retropies forums pointed out this tutorial for me: https://retropie.org.uk/forum/topic/295/retropie-and-wav...
by winnetouch
Fri Jun 17, 2016 7:36 am
Forum: Beginners
Topic: trouble setting up TFT screen
Replies: 7
Views: 1322

Re: trouble setting up TFT screen

Maybe this will be a stupid reply but I don't know how to search for that file in command prompt. That specific file you mentioned does not exist btw.
by winnetouch
Fri Jun 17, 2016 6:53 am
Forum: Beginners
Topic: trouble setting up TFT screen
Replies: 7
Views: 1322

Re: trouble setting up TFT screen

I'm running retropie.
by winnetouch
Fri Jun 17, 2016 5:17 am
Forum: Beginners
Topic: trouble setting up TFT screen
Replies: 7
Views: 1322

Re: trouble setting up TFT screen

Ok... I found a guide for my screen but I'm having a little trouble... In the guide I'm suppose to edit the file /usr/share/X11/xorg.conf.d/99-fbturbo.conf I type "sudo nano /usr/share/X11/xorg.conf.d/99-fbturbo.conf"but all that does is open a blank screen (with the commands on the bottom). If I tr...
by winnetouch
Thu Jun 16, 2016 2:41 pm
Forum: Beginners
Topic: trouble setting up TFT screen
Replies: 7
Views: 1322

trouble setting up TFT screen

Hy. I just got this tft screen: http://www.ebay.com/itm/111987811850?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT I am having trouble making it work. I know it's a chinese screen but I was hoping we can resolve the problem anyway :P. On the bottom it sais RPi TFT 32. I followed this gu...
by winnetouch
Wed Jun 15, 2016 5:27 am
Forum: Beginners
Topic: Powering the pi zero with only 1A
Replies: 29
Views: 9558

Re: Powering the pi zero with only 1A

Hy, it's me again. I haven't tried the comparator option yet. I have the components I just haven't gotten around to it. But while surfing the net I found this: http://www.instructables.com/id/20-Portable-Raspberry-Pi-Game-Console/?ALLSTEPS In a section it states you can just do this: 1. Connect a le...
by winnetouch
Sat Jun 04, 2016 5:12 pm
Forum: Beginners
Topic: Powering the pi zero with only 1A
Replies: 29
Views: 9558

Re: Powering the pi zero with only 1A

I checked out the voltage comparator a bit and to be honest... I kind of understand it but I'm not willing to pay 12 dollars for an IC that I don't know will work for my project. I'm trying to put together a project that's cheap and anyone can build (even myself :P). Would something like this work? ...

Go to advanced search