Quantcast
Channel: Pimoroni Buccaneers - Latest posts
Viewing all 54311 articles
Browse latest View live

Pimoroni line out gpio pin

$
0
0

So now its hooked up with Jumper wires, and not plugged in directly?
If yes, did you connect the two grounds on pin 25 and 39?
If you use this,


with a stacking header
https://shop.pimoroni.com/?q=11mm
You can plug it into the Pi Zero, and your pirate audio in on top of that.
Then wire your relay etc to the proto zero. I used one with my Pirate Radio to add my own bigger buttons.

Enviroplus font error message

Pimoroni line out gpio pin

$
0
0

thank you so much for your reply !
yes now everything is hooked up with jumper wire
I just tried with pin 25 and 39 no audio at all and no screen
for this project I only use pin 27 and 22 for a 5V relay and pin 23 & 24 for an on off switch
https://pinout.xyz/pinout/pirate_audio_line_out
this page say line out use 13 pin but it doesn’t look to work and it don’t mention the 25 and 39 ground
I don’t need to use the display of Pimoroni board, what are the pin who needs to be connected to make the audio work ??
I would think about the protozero solution but for this project I really only need a audio out

Pimoroni line out gpio pin

$
0
0

Physical Pin number 22 (BCM 15), 23 (BCM 11) and 24 (BCM 8) are in use by the Pirate Audio.
22 is Amp Enable, 23 is LCD SPI SCLK, and 24 is LCD SPI CS. Connecting something else to these pins is going to mess things up.
If you look close Pin 25 and 39 have a black boarder around them, signifying they are used.
Look at the other pins labeled ground and you will see the difference.

Pimoroni line out gpio pin

$
0
0

The sound uses i2s. BCM 18 pin 12, BCM 19 pin 35 and BCM 21 pin 40, and maybe one or two more.

10 inch screen issues

$
0
0

Thanks for the tips. I did try that I think but I’ll double check.

Fingers crossed.

Pimoroni line out gpio pin

$
0
0

when I connect :
22 (BCM 15), 23 (BCM 11) 24 (BCM 8), 25 and 39 ground
BCM 18 pin 12, BCM 19 pin 35 and BCM 21 pin 40
I also connected the pin 2 5V power
nothing is happening
I also tried with only BCM 18 pin 12, BCM 19 pin 35 and BCM 21 pin 40 but same nothing is working
the board is still working when directly pinned to the raspberry

.

Picade 10inch build experience

$
0
0

Recently got a 10inch Picade for my birthday and figure it might be useful to document the build and setup experience with issues I encountered and how I resolved them.

  • First impressions were very good, packaging super well organised and everything packed neatly
  • Except my joystick, came with 3 pins bent a good 45 degrees. I straightened them with pliers, seem to be working ok
  • Was initially worried when I saw the panels until I realised I was looking at the internal side which doesn’t have the same powder/paint coverage as the external. Actually thought it was mouldy at first!
  • Instructions are OK but not great, things get a little confusing around building the screen (I don’t think it ever mentions using screens for the bottom of the 10inch screen?)
  • Video “instructions” weren’t super useful, some well numbered and chaptered step by step video and web based instructions would be helpful (I recently built a Prusa SL1 and the step by step instructions are very good)
  • Not a fan of the dupont connecters for the X-Hat, they’ve got too much wiggle and at one point when debugging it turned out 2 of the joystick connectors just weren’t seated quite right
  • Could really do with some panel connectors were you can seat the nuts without needing to do that hand yoga in the underside of the console to screw those damned side screws in!
  • Had to lube 2 of my console buttons, they kept sticking when depressed
  • The position of the LCD driver board is far too close to the connector of the LCD. I ended up popping the wee ribbon connector latch off into the abyss trying to debug why the screen wasn’t coming on (does that tab even work from the other side of the connector?). Turns out the bend caused by the close proximity of the two connectors with a ribbon too long for the distance was making the connection a little loose - it’s been duct taped in place and works fine now
  • I’ve used a Raspberry Pi 4, but it doesn’t seem to auto detect the correct resolution of the LCD? not quite sure what it was autodetecting as resolution but after a while I noticed things were a little bunched up low res in the menus so I forced the correction resolution in my /boot/config.txt setting hdmi_group 2 and hdmi_mode 16 (1024x768 60hz) screen became immediately sharper
  • I have some noticeable light bleed in the top right and bottom right of my screen, worst in the bottom right
  • I followed the instructions to setup the HAT using “curl https://get.pimoroni.com/picadehat | bash”. Worked for the power button and sound but the button config caused some major problems. I’d setup my button configuration in emulation station and then when I went into a Libre based emulator that configuration seemed to just be completely ignored. I ended up manually configuring my /opt/retropie/configs/all/retroarch.cfg for input_player1 with information I found on this forum about what the button mapping should be (Picade button mapping issues)

Hopefully that information will be helpful - Overall I really like the Picade, my kids are getting a kick out of playing some classic arcade games now, but I don’t think I could recommend it to anyone that doesn’t have a decent amount of maker experience and a willingness to potentially macgyver a few solutions.


Pimoroni line out gpio pin

$
0
0

Both grounds pin 25 and 39 need to be connected. Other than that it looks like you have all the other required pins connected. If you also have the relay and button wired up, remove them as a test.
What are you using for jumpers? You need male to female jumpers.

Enviro+ wrong temperature/humidity readings

$
0
0

Greetings. I am having similar issue. I have Enviro sitting remote right next to the Sense HAT. The Sense hat is on a Pi 3 stack with a plate between as seen in photos. I have also included a readings shot as the sensors are being read. The differences in humidity and temp are quite a bit. Any ideas on what could be causing this?

Enviro+ wrong temperature/humidity readings

Pimoroni line out gpio pin

10 inch screen issues

$
0
0

Yeah, in the config text file, any line with a # as the first character is ignored. Remove the # and that line is acted on.

#hdmi_force_hotplug=1
is ignored
hdmi_force_hotplug=1
is acted apon on boot up.

Pimoroni line out gpio pin

$
0
0

You doing everything right, I have no idea why it doesn’t work though?

Pimoroni line out gpio pin

$
0
0

I think so, thank you to have take your time to answer !
I have one last question :
using something breaking / prototyping board like ProtoZero duplicate gpio pin
Doest it means that if I use one I will be able to use GPIO which are note use by the Pimoroni board ?


Pimoroni line out gpio pin

$
0
0

Yes, the Proto Zero will give you access to all the GPIO pins. Things like i2c can have multiple devices connected. Stuff like i2s are one device only. Any unused GPIO can be setup to do what you want.
Here I used a Proto Hat to connect multiple breakouts to a Pi A+. I actually have a second one that plugs on top of the first one with a shutdown button wired up. I ran out of room on the first one.

Picade 10inch build experience

Breakout Garden Mini 1.12" OLED display

$
0
0

Thank you so much for that clear and concise explanation: -

This is what I did, Enabled SPI through the terminal with

sudo raspi-config

Select Interfacing Options > SPI > Enable
Next, I went to this GitHub Page and followed the instructions
Got error

luma.core requires Python ‘>=3.5, <4’ but the running Python is 2.7.16

So I followed instructions at linuxconfig.org which for me was…

ls /usr/bin/python*

then

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1

Finally I ran

sudo python --version

Which gave me Python 3.7.3
Hope this helps anyone in the same situation

Pimoroni line out gpio pin

$
0
0

ok understood
thank you again for these explanation I’will use a usb sound card more easy for what I want to do and I will keep the Pimoroni for an other project

Enviro+ screen - turning it off

$
0
0

Ah thanks a lot sharpred, much appreciated for your help!

Yes, I inserted the line

disp.set_backlight(0)

just after the Initialize Display line in the luftdaten.py script. Whilst I’m running it the display is now off… and I can sleep in the dark again :-))))))

Anyway thanks a lot.

Viewing all 54311 articles
Browse latest View live