Giter Club home page Giter Club logo

Comments (3)

sbisca avatar sbisca commented on September 12, 2024

Hi, i'm having the same issue. I also commented the line #130 but still seems doesn't work..

void setup() {
  // LMIC init
  wiringPiSetup();

from lmic_pi.

rpp0 avatar rpp0 commented on September 12, 2024

Do you get the same error after commenting the line? Perhaps you forgot to rebuild the library (remove the .o files and compile again) or there's another wiringPiSetup() somewhere in the code.

from lmic_pi.

sbisca avatar sbisca commented on September 12, 2024

As you can see here, i commented that line, removed the file and runned make again, than executed. But still same error..

pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ rm thethingsnetwork-send-v1
rm: remove write-protected regular file ‘thethingsnetwork-send-v1’? y
pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ ls
Makefile  thethingsnetwork-send-v1.cpp  thethingsnetwork-send-v1.ino
pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ sudo make
cd ../../lmic && make
make[1]: Entering directory '/home/pi/lmic_pi-master/lmic'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/pi/lmic_pi-master/lmic'
cc -I../../lmic -o thethingsnetwork-send-v1 thethingsnetwork-send-v1.cpp ../../lmic/*.o -lwiringPi
pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ sudo ./thethingsnetwork-send-v1
wiringPiSetup*: You must only call this once per program run. This is a fatal error. Please fix your code.
pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ ls
Makefile  thethingsnetwork-send-v1  thethingsnetwork-send-v1.cpp  thethingsnetwork-send-v1.ino
pi@raspberrypi:~/lmic_pi-master/examples/thethingsnetwork-send-v1 $ 

from lmic_pi.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.