-
Hello,
At the bottom of the [tinygo.org page for the Arduino Nano33 IoT](https://tinygo.org/microcontrollers/arduino-nano33-iot/) is a note that says:
>For information on how to use the built-in…
-
"rtos" namespace is not available to Arduino nano 33 IoT board.
-
Hi everyone,
I have an Artemis Thing Plus board and I need to interface it as a BLE server. Is there any example I can use as starting point for my application?
Thanks to anyone who will answer
-
Hello @hideakitai,
What a wonderful library, however I can't seem to get it to work with the Arduino Nano 33 ioT or the mkr 1010 wifi. I was wondering if it is something I'm missing or if the libra…
-
Purchased new Genuine MkR 1010 Arduino
Down loaded software from Arduino followed instructions
Told in those instructions no driver needed
cannot see Arduino
MBP Apple Mac mini usb c & USB ports…
-
**Operating system**: Win10 x64
**PlatformIO Version** : 4.3.4 on VScode
### Description of problem
When I upload a simple "blink" on Arduino nano 33 iot, after the last reset the program do…
-
When using for example the button peripheral and central examples in the arduinoBLE library
If for example the central is a MKR1010 powered by usb and the peripheral is a nanoBLE 33 then if I remove …
-
This issue revolves around sending an SVG image to the client.
MKR 1010
WifiNINA_generic
Following the SVG example in Webserver simple I have this code
```
void drawLogo () {
String …
-
-
The functions clockCyclesPerMicrosecond, clockCyclesToMicroseconds(a), microsecondsToClockCycles(a) are missing from Arduino.h. These functions/defines are present in the other cores (e.g. AVR, SAM, …