-
Hello guys, I was testing the library, I noticed there is a compatibility issue with the timer interrupt 2, I was wondering if the timer can be replaced for something more general for other arduinos.
…
-
Hello,
I had a perfect project planned using the the Arduino MKR1000 board and connecting a ps4 controller via bluetooth. Unfortunately, I get the "Please define board in avrpins.h" error. Is it po…
-
in my trials `ACKSEN_BUTTON_MODE_ACCELERATE` does not work with `INPUT_PULLUP` mode.
what that means is `.onPressed()` gets called all the time like it's reacting to the HIGH pin value, but in this c…
-
Put critical informations (WiFi password, device token) in a separate header file before committing the script.
-
I would like to connect the ArduCam Mini 2MP with my Arduino MKR1000 for an IOT project. I would like to take pictures from the camera and save it to an SD card connected with the MKR1000 with an SD p…
-
Hi,
First of all thx for your amazing work !
I've the following error when trying to use the library with an Arduino MKR1000:
SoftwareBitBang.h:95:27: error: 'SWBB_BIT_WIDTH' was not declared in this …
-
Hello,
I've been using the following libraries for some LAN telemetry exercises:
```
#include
#include
#include
#include
char pubTopic[] = "arduino/env/pub";
PubSubClient MQTTclien…
-
hey there,
I'm kinda new here, but i really admire the work put into this.
I'm using an arduino MKR1000, which has a SAMD21 MCU. I'm following the instructions step by step.
Howevery, when trying…
-
Hi,
user of MKR1000 board here! (OS X / Arduino IDE 1.8.5 (which is >1.6.10) / WiFi101 library v0.15.2)
I am experiencing the same problem as described in other issues - but on a MKR1000 board:
…
-
I installed the BearSSL library latest version. I put the `ArduinoBearSSLConfig.h` file in the same directory as my sketch, and modified it to uncomment the line:
```cpp
#define ARDUINO_DISABLE_EC…