-
As the title says, is this even possible?
I found out this only runs on AVR chipsets, and the mkr1000 is run by an SAMD21 Cortex ARM MCU.
What other options do i have?
-
Hi there,
I am trying to run the example in the Arduino MySQL connector library (sketch 'connect_wifi_101') with a MKR1000 using the WiFi101 library and MySQL connector library v 1.2 trying to connec…
-
Dear all,
I have been using MKR1000 for some years. Recently, it fails to compile codes even I run blank sketch. However, when I run the same code in UNO, it works. the error message is as follows:…
-
Compiles ok, but crashes the Arduino MKR1000.
Need to use Atmel studio to erase the chip and then Arduino IDE to re-burn the boot loader to be able to use the Arduino again!
Generic definition n…
-
Hello,
Could the article be rewritten to use the Arduino Zero in the article, which is shown in the picture instead of the MKR1000?
-
Hello,
Can I use your library with the arduino MKR1000?
Thanks.
Regards,
ghost updated
3 years ago
-
Inside ESPMail.h:
```
#ifndef ESPMail_h
#define ESPMail_h
#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
#include "A…
-
I would like to know if it there are plans to have this library working with Arduino MKR1000.
-
I'm trying to use Arduino MRK1000 with OV5642 ArduCAM-Mini-5MP-Plus.
In order to do so I first loaded the following example: `ArduCAM_Mini_5MP_OV5642_Plus_Functions`
When I compile I get the same …
-
Hi,
The [`swap()` macro defined in `HW_AVR_SPI_defines.h`](https://github.com/ArduCAM/Arduino/blob/fd99cd848adc562198a442799c1089f42b460039/UTFT4ArduCAM_SPI/HW_AVR_SPI_defines.h#L30) conflicts with…