본문 바로가기
1. SW 개발 & IT 트렌드

Raspberry Pi - wiringPi

by soosun 2020. 5. 24.

#source : http://wiringpi.com/


wiringPi updated to 2.46 for the new Pi v3+

And in celebration, there is a new Raspberry Pi – the Pi v3+.

It’s more or less the same as the existing Raspberry Pi v3 with:

  • Gigabit Ethernet interface (still on the existing USB 2 interface though, so max. theoretical speed of 420Mb/sec – my quick tests have indicated a good 320Mb/sec throughput – that’s still THREE times faster than the existing Pi Ethernet interfaces.
  • 802.11ac in addition to the existing 802.11bg Wi-Fi. So faster Wi-Fi too.
  • A heat spreader on the CPU – should help with those thermal throttling situations and make the addition of a heatsink easier for those who need it.
  • Improved clocking – little tweaks (as I understand it – see the foundation website for the full detals!) and the ARM now running at 1.4GHz

From a wiringPi point of view – version 2.44 will work just fine on this board, however the gpio command is somewhat fussy about knowing the exact board revision to make the readall command work, so I’ve done some updates there.

There are some other minor updates including fixing the gpio manual page!

If you want an updated .deb package, then

 

cd /tmp

wget https://unicorn.drogon.net/wiringpi-2.46-1.deb

sudo dpkg -i wiringpi-2.46-1.deb


wiringPi updated to 2.52 for the Raspberry Pi 4B

Just a quick post to let you know that you’ll need a new wiringPi for the Raspberry Pi 4B.

To upgrade:

 

cd /tmp

wget https://project-downloads.drogon.net/wiringpi-latest.deb

sudo dpkg -i wiringpi-latest.deb

 

Check with:

gpio -v


wiringPi – deprecated…

Posted on August 6, 2019 by Gordon

http://wiringpi.com/wiringpi-deprecated/

댓글