Results 1 to 2 of 2

Thread: GPIO programming differences between Rhaspberry 1 and 2

  1. #1
    Join Date
    Apr 2015
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default GPIO programming differences between Rhaspberry 1 and 2

    Hi,

    Am a Qt developer in embedded platform. I'm doing my project in raspberry pi. I've a developed a project based on IR sensor controlled by a remote using GPIO in raspberry pi model B. And I have successfully made it. But I took the same code and played in Raspberry pi model 2. The thing is its not working.

    Can any one tell me on how to control the GPIO of raspberry pi model 2?

  2. #2
    Join Date
    Nov 2014
    Posts
    32
    Thanked 1 Time in 1 Post
    Qt products
    Platforms
    Windows

    Default Re: GPIO programming differences between Rhaspberry 1 and 2

    Raspberry Pi version 2 has changed playing rules between Linux boards. With raspberry Pi 2 here came faster CPU with four cores, RAM jumped to 1GB, so naturally we would expect faster speeds everywhere including GPIO. Joonas have ran several benchmarks to show the increase in numerical values, so we could make conclusions.
    He run several common tests with available software libraries and GPIO access methods. Results actually look very promising as for almost all methods speed increased twice and more. For instance Python Rpi.GPIO based raw speed increased from 70kHz to 243kHz. Shell command driven IO became also 2.5 times faster. So this is great news for everyone who was struggling to the limits. For more info and benchmark tests go to GitHub.

Similar Threads

  1. Detect GPIO pins in QT
    By keyurparekh in forum Qt Programming
    Replies: 2
    Last Post: 20th June 2011, 17:45
  2. Plugin and dll , differences ?
    By tonnot in forum Newbie
    Replies: 3
    Last Post: 9th December 2010, 13:59
  3. Qt embedded - gpio event
    By steffen in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 24th July 2009, 15:44
  4. Qt\bin and Qt\qt\bin dll differences
    By HyperB in forum Installation and Deployment
    Replies: 2
    Last Post: 6th May 2009, 07:12
  5. Layout differences Qt 4.1/Qt 4.2, why?
    By Arthur in forum Qt Programming
    Replies: 1
    Last Post: 28th August 2008, 16:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.