Libraries not compatible with the New Arduino UNO Q
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 30/100
- Tipo de issue
- Error
- Claridad
- Necesita aclaración
- Estado de actividad
- Estancado
- Stack tecnológico
- arduino, cpp
- Área
- embedded-iot
Línea de trabajo
Start by reproducing the reported failure on an Arduino UNO Q with the provided sketch, focusing on bmv080.begin() and bmv080.init(). Check the library's existing compatibility assumptions and determine whether the library can support this board; done means the sketch initializes the BMV080 without the UNO Q becoming unresponsive, with the result documented or covered by an appropriate test.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Hello,
Running on the new arduino uno Q and installing the libraries inside takes arduino uno to stop answering back!
bmv080.init();
Breaks the system
#include "SparkFun_BMV080_Arduino_Library.h" // CTRL+Click here to get the library: http://librarymanager/All#SparkFun_BMV080
#include <Wire.h>
#include <Arduino_RouterBridge.h>
SparkFunBMV080 bmv080; // Create an instance of the BMV080 class
#define BMV080_ADDR 0x57 // SparkFun BMV080 Breakout defaults to 0x57
// Some Dev boards have their QWIIC connector on Wire or Wire1
// This #ifdef will help this sketch work across more products
#define wirePort Wire1
int myinit = 0;
void setup()
{
Monitor.begin();
while (!Monitor)
delay(10); // Wait for Monitor to become available.
// Necessary for boards with native USB (like the SAMD51 Thing+).
// For a final version of a project that does not need Monitor debug (or a USB cable plugged in),
// Comment out this while loop, or it will prevent the remaining code from running.
Monitor.println();
Monitor.println("BMV080 Example 1 - Basic Readings");
wirePort.begin();
// wirePort.setClock(400000); //Increase I2C data rate to 400kHz
/* Initialize the Sensor (read driver, open, reset, id etc.)*/
}
void loop()
{
myinit ++;
if (bmv080.begin(BMV080_ADDR, wirePort) == false)
{
Monitor.println(
"BMV080 not detected at default I2C address. Check your jumpers and the hookup guide. Freezing...");
while (1)
;
}
Monitor.println("BMV080 found!");
if(myinit==10){
Monitor.println(
"ini...");
/* Initialize the Sensor (read driver, open, reset, id etc.)*/
bmv080.init();
}
delay(100);
}
- Lenguaje dominante
- C++
- Estrellas
- 15
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Preparar el entorno
Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de sparkfun/SparkFun_BMV080_Arduino_Library
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 35/100
sparkfun/SparkFun_BMV080_Arduino_Library#16 · 1 comentario ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 20/100
sparkfun/SparkFun_BMV080_Arduino_Library#15 · 1 comentario ·
-
Artemis SupportAbierto
Dificultad 5/5 Más de una semana Aptitud para principiantes 25/100
Todos los issues de sparkfun/SparkFun_BMV080_Arduino_Library
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
KhronosGroup/Vulkan-Tutorial#524 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
microsoft/onnxruntime-genai#2633 ·
Los mantenedores suelen responder en 1 día
-
mapper bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 86/100
firebase/firebase-ios-sdk#16718 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
tesseract-ocr/tesseract#4627 ·