Giter Club home page Giter Club logo

sdrppcontroller's Issues

How to compile for Mac?

Hi,
I am looking for conmile plugin on Mac with M1 SoC, where can I find detailed tutorial.
73

Request for a code update

I just dug up your project from last year. Unfortunately, at the same time, the SDR++ project evolved a bit and in the current version v1.1.0 sdrppcontroller does not compile correctly. Compiling under Ubuntu 22.04 (and for Ubuntu) ends with the following messages:
...
[ 92%] Built target radio
[ 93%] Building CXX object misc_modules/arduino_controller/CMakeFiles/arduino_controller.dir/src/main.cpp.o
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp: In member function ‘void ArduinoController::checkCommand(char*)’:
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:169:33: error: ‘signalPath’ is not a member of ‘sigpath’
169 | double srate = sigpath::signalPath.getSampleRate();
| ^~~~~~~~~~
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp: In member function ‘void ArduinoController::readArduino()’:
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:256:13: error: ‘spdlog’ has not been declared
256 | spdlog::info("Error reading: {0}", strerror(errno));
| ^~~~~~
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:262:17: error: ‘spdlog’ has not been declared
262 | spdlog::info(">> {0}", commandReady);
| ^~~~~~
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:265:21: error: ‘spdlog’ has not been declared
265 | spdlog::info(">> Received first line");
| ^~~~~~
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp: In member function ‘void ArduinoController::disconnectArduino()’:
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:342:9: error: ‘spdlog’ has not been declared
342 | spdlog::info("Disconnect Arduino");
| ^~~~~~
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp: In member function ‘void ArduinoController::connectArduino()’:
/home/kmp/SDRPlusPlus/misc_modules/arduino_controller/src/main.cpp:349:13: error: ‘spdlog’ has not been declared
349 | spdlog::info("Error connecting to Arduino");
| ^~~~~~
make[2]: *** [misc_modules/arduino_controller/CMakeFiles/arduino_controller.dir/build.make:76: misc_modules/arduino_controller/CMakeFiles/arduino_controller.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1638: misc_modules/arduino_controller/CMakeFiles/arduino_controller.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

So a big request for a code update. PLEASE!

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.