Giter Club home page Giter Club logo

Comments (10)

samyk avatar samyk commented on July 30, 2024

Try samyk/Adafruit_FONA_Library@09e2aae

from keysweeper.

icaruspony avatar icaruspony commented on July 30, 2024

from keysweeper.

samyk avatar samyk commented on July 30, 2024

More details please

from keysweeper.

JaspaJami avatar JaspaJami commented on July 30, 2024

Im getting also error from RF24.

Seems to be a lot of undefined reference errors.

Arduino: 1.8.5 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)"
keysweeper_mcu_src.ino:1136: undefined reference to RF24::begin()' keysweeper_mcu_src.ino:810: undefined reference to RF24::setAutoAck(bool)'
keysweeper_mcu_src.ino:811: undefined reference to RF24::setPALevel(rf24_pa_dbm_e)' keysweeper_mcu_src.ino:812: undefined reference to RF24::setDataRate(rf24_datarate_e)'
keysweeper_mcu_src.ino:813: undefined reference to RF24::setPayloadSize(unsigned char)' keysweeper_mcu_src.ino:814: undefined reference to RF24::setChannel(unsigned char)'
keysweeper_mcu_src.ino:820: undefined reference to `RF24::openReadingPipe(unsigned char, unsigned long long)'
.............

from keysweeper.

JaspaJami avatar JaspaJami commented on July 30, 2024

Seems to be somekind of problem when keeping RF24 libary with this code. When i install that as a library seems to work ok, dont know atm whats the problem (i did edit the path in RF24.h for the RF24_config.h)

from keysweeper.

samyk avatar samyk commented on July 30, 2024

Using https://github.com/maniacbug/RF24 ?

from keysweeper.

huskyachao avatar huskyachao commented on July 30, 2024

Im getting also error from RF24.

Seems to be a lot of undefined reference errors.

Arduino: 1.8.5 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)"
keysweeper_mcu_src.ino:1136: undefined reference to RF24::begin()' keysweeper_mcu_src.ino:810: undefined reference toRF24::setAutoAck(bool)'
keysweeper_mcu_src.ino:811: undefined reference to RF24::setPALevel(rf24_pa_dbm_e)' keysweeper_mcu_src.ino:812: undefined reference toRF24::setDataRate(rf24_datarate_e)'
keysweeper_mcu_src.ino:813: undefined reference to RF24::setPayloadSize(unsigned char)' keysweeper_mcu_src.ino:814: undefined reference toRF24::setChannel(unsigned char)'
keysweeper_mcu_src.ino:820: undefined reference to `RF24::openReadingPipe(unsigned char, unsigned long long)'
.............

Hi~I also meet with the same problem.Have you solved it? I use the Arduino IDE.

from keysweeper.

 avatar commented on July 30, 2024

@samyk
Have you had a moment to investigate this issue? I too am trying to replicate this project and am receiving a variety of undefined references all related to RF24 as describe above.

Happy to help with this issue further if I can.

All The Best,

from keysweeper.

samyk avatar samyk commented on July 30, 2024

Are you using https://github.com/maniacbug/RF24? I believe that was the version used -- unfortunately there are a ton of forks of it and I'm not sure particularly which was the library of the week. I'd suggest just going into the RF24 .h files and moving those functions from private to public.

from keysweeper.

 avatar commented on July 30, 2024

I am. I played around with everything and got the code to compile. When I put the RF24.cpp file into the keysweeper_mcu_src directory, the code properly compiled. I didn't see that mentioned anywhere in the write up and I won't pretend to know why that made a difference. Hope that helps.

from keysweeper.

Related Issues (13)

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.