-
I'm trying to use this on an Nano 33 IoT board to make HTTP requests to a server that requires Mutual TLS - sowith the client device presenting a certificate when establishing the TLS connection. I've…
-
In the setup function in `sketch.ino.cpp` we find the following code:
```
pinMode(5, INPUT);
if (digitalRead(5) == LOW)
{
setupBluetooth();
}
else
{
setupWiFi();
}
```
I don…
-
I'm using Arduino 33 IOT on Arduino 1.8.13. I'm trying to compile EEPROM_Example ver 1.0.2
But I received this error
`In file included from /Users/darioconcilio/Documents/GIT/magikboard/EEPROM_Examp…
-
The source code unfortunately doesn't work with any Arduino Nano 33 board (IoT, BLE, BLE Sense). In case they aren't supposed to be supported, I'd suggest to update the `README.md` accordingly. [Here'…
-
With -DCD_DISABLED I get the error:
`USBCore.cpp:920: undefined reference to 'Serial_::handleEndpoint(int)'`
Line 920 refers to:
`SerialUSB.handleEndpoint(ep);`
I rectified with the followin…
-
### Given
has a Pixel 3
### AND
they have connected the arduino to the pixel via usb cable.
### WHEN
they enter a value on the pixel
### AND
_No response_
### THEN
the data is displayed on …
-
I always use your page when working with the Nano 33 IoT. Great work!
It would be a nice addition to also have information about the touch capacitive pins, that use the [mcHPTouch library](https://…
-
I have compiled and uploaded the three following sketches, on two different laptops:
- [SimpleAccelerometer.ino](https://github.com/arduino-libraries/Arduino_LSM6DS3/blob/37e37457e69467ca2a51aaf6d2e0…
-
Arduino official boards use almost the same wifi chip with Maixduino. In order to keep WIFI API compatibility, please port the official codes into Maixduino repo.
Arduino WIFI boards:
[ARDUINO UNO…
-
Hi Rop
I copy and paste your example code (a complete sketch to show how simple it is) into the arduino online editor and hit compile for a Arduino Nano 33 IoT board.
It comes back with a compil…