-
I was using the Arduino Nano RP2040 Connect and trying to use the SdFat library with IrRemote.
This problem was continuously popping in my output as the #define F in the SysCall.h file conflicted wit…
-
Lately the SAMD21G series processors have become scarce (one supplier quoted me a 12 month lead time) due to the chip shortage. To address this I was hoping to get an Arduino environment up on some o…
-
in the variants.h file, PINS_COUNT says it should be the number of pins in the array:
```
// Number of pins defined in PinDescription array
#define PINS_COUNT (26u)
```
However, this ra…
-
Running [SimpleTempSensor](https://github.com/arduino-libraries/Arduino_LSM6DS3/tree/master/examples/SimpleTempSensor) results in readTemperature() returning nonsensical values that change based on th…
-
In the past I have been struggling to make LMiC work together with my microcontroller going into deep sleep mode. Currently I do a call to `os_queryTimeCriticalJobs(ms2osticks(5000))` after which I wi…
-
Otherwise you get unsupported board https://github.com/arduino/ArduinoCore-samd/blob/master/libraries/SDU/src/SDU.cpp#L44
-
Hi, I have several boards, but none that support true doubles. I modified my telescope with an Arduino to be a goto system, but many times it's even wrong by one degree. I wanted to understand if the …
-
When I try compile this for a Nano 33, I get the following error:
#error HID Project can only be used with an USB MCU
-
I'm trying to add new certificate to my mlk1000. My steps were:
1) I've uploaded FirmwareUpdater sketch to the MCU with no errors
2) I ran winc1500-uploader.exe -address=*****.com:443 -port=COM4
3) T…
-
The Arduino CLI and Upcoming Arduino IDE 2.0 support actual hardware debugging. They have support for a number of different JTAG and SWD Debuggers. It would be nice to add support for using this new d…