Raspberry Pi simple install?

Everything else that doesn't fall into one of the other PB categories.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Raspberry Pi simple install?

Post by Fangbeast »

A friend and I were thinking of playing with one of these (At our age yet!!) and he asked me "does it allow for control of the IO pins?" with PB.

Anyone got a simple install for an old dummy like me and knows the answer to the above question? I'll be going to the current one with plenty of memory and storage to save me lots of trouble:) (And he has plenty of money that his wife hasn't spent yet)

I might just be biting off more than I can chew but hell, I have to do do something in this freezing cold.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
idle
Always Here
Always Here
Posts: 5899
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Raspberry Pi simple install?

Post by idle »

Raspabian Os is the official and supported by PB, best way to use gpio in PB is with pigpio
viewtopic.php?t=78440
and then read up on how to use pigpio here
https://abyz.me.uk/rpi/pigpio/index.html
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: Raspberry Pi simple install?

Post by Fangbeast »

idle wrote: Sun Aug 13, 2023 11:44 pm Raspabian Os is the official and supported by PB, best way to use gpio in PB is with pigpio
viewtopic.php?t=78440
and then read up on how to use pigpio here
https://abyz.me.uk/rpi/pigpio/index.html
Thank you me old mucker! What's the bet that I stuff it all up (hehehehehe)
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
idle
Always Here
Always Here
Posts: 5899
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Raspberry Pi simple install?

Post by idle »

Fangbeast wrote: Mon Aug 14, 2023 12:17 am Thank you me old mucker! What's the bet that I stuff it all up (hehehehehe)
just follow the instructions here
https://abyz.me.uk/rpi/pigpio/download.html
Raspbian (raspberrypi.org image)
This may not be the most recent version. You can check the version with the command pigpiod -v.

sudo apt-get update
sudo apt-get install pigpio python-pigpio python3-pigpio
Post Reply