Git Product home page Git Product logo

Comments (7)

ricardoquesada avatar ricardoquesada commented on May 30, 2024 1

not yet

from bluepad32.

ricardoquesada avatar ricardoquesada commented on May 30, 2024

Which board are you using?

from bluepad32.

LayerDE avatar LayerDE commented on May 30, 2024

Wemos lilon32 lite

from bluepad32.

LayerDE avatar LayerDE commented on May 30, 2024

same error on the ESP32 Dev board

Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None"





















C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp: In static member function 'static void SpiDrv::begin()':

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:91:20: error: 'PINS_COUNT' was not declared in this scope

   if (SLAVERESET > PINS_COUNT) {

                    ^~~~~~~~~~

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:91:20: note: suggested alternative: 'ICOUNT'

   if (SLAVERESET > PINS_COUNT) {

                    ^~~~~~~~~~

                    ICOUNT

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:100:11: error: 'NINA_GPIO0' was not declared in this scope

   pinMode(NINA_GPIO0, OUTPUT);

           ^~~~~~~~~~

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:100:11: note: suggested alternative: 'NINA_GPIOIRQ'

   pinMode(NINA_GPIO0, OUTPUT);

           ^~~~~~~~~~

           NINA_GPIOIRQ

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp: In static member function 'static int SpiDrv::available()':

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:66:22: error: 'NINA_GPIO0' was not declared in this scope

 #define NINA_GPIOIRQ NINA_GPIO0

                      ^~~~~~~~~~

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:539:47: note: in expansion of macro 'NINA_GPIOIRQ'

 int SpiDrv::available() { return (digitalRead(NINA_GPIOIRQ) != LOW); }

                                               ^~~~~~~~~~~~

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:66:22: note: suggested alternative: 'NINA_GPIOIRQ'

 #define NINA_GPIOIRQ NINA_GPIO0

                      ^~~~~~~~~~

C:\Users\the_g\Documents\Arduino\libraries\Bluepad32\src\utility\spi_drv.cpp:539:47: note: in expansion of macro 'NINA_GPIOIRQ'

 int SpiDrv::available() { return (digitalRead(NINA_GPIOIRQ) != LOW); }

                                               ^~~~~~~~~~~~

exit status 1

Fehler beim Kompilieren für das Board ESP32 Dev Module.



Dieser Bericht wäre detaillierter, wenn die Option
"Ausführliche Ausgabe während der Kompilierung"
in Datei -> Voreinstellungen aktiviert wäre.

from bluepad32.

LayerDE avatar LayerDE commented on May 30, 2024

do i need to create a config somewhere?

from bluepad32.

ricardoquesada avatar ricardoquesada commented on May 30, 2024

Please see the supported boards: https://gitlab.com/ricardoquesada/bluepad32-arduino

If you want to use a ESP32 board with Arduino, you have to use this project instead:
https://gitlab.com/ricardoquesada/esp-idf-arduino-bluepad32-template

from bluepad32.

LayerDE avatar LayerDE commented on May 30, 2024

Is there no solution for using the project in the arduino ide for easy access to the arduino librarys?

from bluepad32.

Related Issues (20)

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.