-
I tried to write the data to Arduino MKR Zero but always read 0 (Serial1.println(SerialUSB.available());) when data size exactly same as 64 bytes or 128 bytes. send 256bytes are fine.
If I work aro…
-
I am using a SAMD21 M0-Mini board ([example of the board](https://robotdyn.com/samd21-m0-mini-not-soldered.html) and [pinout for the board](https://opencircuit.shop/resources/file/0ee249942886233981d1…
-
Greetings, 🏞️
I've run into a problem on a project I was hoping to finish up shortly that involves the use of the **ALA Library**. As my feature list grew and supporting hardware came together, the…
-
First of all thanks for this awesome project!
Wanted to ask what would be necessary to add support for the Arduino SAMD21 based boards (specifically the MKR Zero)? Is there maybe already someone wo…
-
This works perfect in arduino mega. But when I use it in arduino due, there are several 'printf_P' error:
> AES.cpp:532:46: error: 'printf_P' was not declared in this scope
-
Platform: NodeMcu / ESP8266.
By the time I am posting this issue, I am using:
1. Git version of NeoGPS
2. Git version of esp8266 arduino core
3. Platformio IDE (MS Visual Code)
Just after I u…
-
*Moved from https://github.com/arduino/Arduino/issues/9887 by @Camo2000*
I have found an issue with the LCD display Output, it works fine until you add the word "Mode" as a string. The display then…
-
Hi, I wrote a [library for Arduino to send/receive ipMIDI](https://github.com/lathoub/Arduino-ipMIDI) (IDE 1.8.10). All works fine, but after a while, the Arduino stops receiving input (sending bytes …
-
Hi, do you have a sample code for the sender and receiver you show on youtube with rfm95 in sleep mode and CAD mode?
Thanks a lot for this awesome example. 0.9mA receiving consumption is great!!
-
**Core version**: 1.1.0
**Variant**: UNO R4 WIFI
## Let's take this simple sketch and built it for UNO R4 Wi-Fi target:
```
extern "C" void * _sbrk (int);
static uint32_t RA4M1…