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.
Raspberry Pi simple install?
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Raspberry Pi simple install?
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Raspberry Pi simple install?
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
viewtopic.php?t=78440
and then read up on how to use pigpio here
https://abyz.me.uk/rpi/pigpio/index.html
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Raspberry Pi simple install?
Thank you me old mucker! What's the bet that I stuff it all up (hehehehehe)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
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Raspberry Pi simple install?
just follow the instructions hereFangbeast wrote: Mon Aug 14, 2023 12:17 am Thank you me old mucker! What's the bet that I stuff it all up (hehehehehe)
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