-
Similar to the referenced ESP32 Incompatibility concern, I believe the SAMD architecture (in my case, the MKR1000 and MKR1010 which are using CortexM0+ MCUs) has a similar issue with the I2C repeated …
-
'Default SS pin setting' is missing Arduino MKR Vidor 4000.
So I added `ARDUINO_SAMD_MKRVIDOR4000` on `/src/utility/w5100.cpp.`
Please accept this(3e66daf2d2bb3a862d1c36169600640a3289de72) pull …
-
Hello, after getting the CTD working fully on my UNO I now have yet another question regarding making the Open CTD work with another board, and this one is giving me more grief.
I'm aiming to poten…
-
I'm having exactly this problem described here: http://forum.arduino.cc/index.php?topic=536628.0
Can't send any payload containing `00` byte inside. The device gets stuck. If the payload does not c…
-
I can't find the Arduino wifi 1010 pin layout, where is it?
f0854 updated
5 years ago
-
Hello Oliver,
I would like to include the function of printing Arabic-script text (e.g. Persian, Urdu, etc.) to your library.
I've written some code, which converts the individual characters (which …
-
Worth noting that examples, tutorials and documentation made note to connect SDA and SCL to A4 and A5, however this did not work on my Arduino Uno or MKR Wifi 1010 - I had to connect them to the board…
-
Some users are reporting difficulties in flashing the NINA firmware (with both `esptool` and the IDE plugin) (see #2, #4)
The flashing procedure is similar on both cases; a side channel (pins 13 an…
-
We expect to be able to use the `attachInterrupt(digitalPinToInterrupt(pin), ISR, mode)` syntax, even when the use of `digitalPinToInterrupt` is not absolutely necessary due to the interrupts having t…
-
I ported over some drivers (ftdi, pl2303, cdcacm, HID, MIDI, Xbox, and PS) to the Arduino Zero, M0, and MKR family. The project uses the built-in USB OTG hardware also known as the native USB port. Th…