QT GUI for evaluating SX1272/SX1276 on Raspberry Pi
ensure your RPi is up to date http://elinux.org/Add_software
sudo apt-get install qtcreator
- Go to menu "help" -> "plugins"
- Uncheck "device support" -> "remote linux"
- Restart Qt Creator
- Go to "tools" -> "options", tab "Build & Run" -> "Qt versions" -> add "/usr/bin/qmake-qt4" again.
in same tools dialog, in tool chain tab:
- add GCC: /usr/bin/arm-linux-gnueabihf-gcc-4.6
http://qt-project.org/wiki/apt-get_Qt4_on_the_Raspberry_Pi
install as described http://wiringpi.com/download-and-install/
first time load spi driver as described https://projects.drogon.net/raspberry-pi/wiringpi/spi-library/
So it auto-loads on boot: edit /etc/modprobe.d/raspi-blacklist.conf
Open sx127x.pro in qt-creator
Edit -> Build All