-
Hi,
while compiling I got the following errors:
- va_start
- va_end
- va_list
were `not declared in this scope` (src/Air530.cpp sendCmd).
I´m working with Visual Studio Code and PIO. M…
-
I tried to hook up an PCM1808 ADC to an Arduino MKR Zero using this library. After it failed to initialize I2S many times and I wondered why, I looked at the source code and discovered that 24 Bit sam…
-
Hi,
Tx for Serial3 for Arduino Due doesn't work after using pinMode on the pin. No issue is there for receiving. I only faced this issue on Arduino Due, not on Mega or MKR boards. Please see the repr…
-
Hi,
I'm using this library on a mkr 1010 to send some data every 5 seconds. I based my sketch on the WiFi Simple Sender example. After 1-2 hours the library stops sending mqtt messages to my broker.…
-
I’m using Arduino MKR Zero with Adafruit UDA1334A breakout, when I play wav file which contain binaural audio, left and right channels are randomly switching their places. I’m using provided wav file …
-
Buondì prof, sto seguendo la guida da lei mandata ieri tramite gmail (https://github.com/gonzalocasas/arduino-mkr-wan-1300). Volevo chiederle, per essere sicuro di aver capito correttamente, se la par…
-
I'm using Arduino MKRGSM 1400 and MKR GPS shield connected via I2C.
If the I2C is not wired (GPS shield is not connected at all) when calling GPS.begin(); it ends up calling (twice) _wire->end(); …
-
Hey I am currently working on a tracking device with LiPo battery and BLE, I fount that if the device is not booted using the USB connected as serial port the GPS shield attacked to a Arduino MKR 1010…
-
### Describe the problem
Compiling the following blink sketch for ESP32 board:
```C++
#ifdef __cplusplus
extern "C"
{
#endif
void dummy(void) {}
#ifdef __cplusplus
}
#endif
void s…
-
Thank you for the excellent code! BLE on arduino can be such a a hassle, this makes it better.
I am having some issues sending numbers. In particular I am using uint_64.
To replicate the error it sh…