-
I just tried to update the firmware of my nano iot 33 board. The updated failed and left my board unusable (no /dev/ttyACM0 any more). How can I restore my board?
```bash
./updater -flasher firmware…
arwie updated
3 years ago
-
I am new to this kind of thing, I realized that the firmware needed to get to the arduino board however if you read the documentation it mentions nothing. I downloaded arduino IDE added the board in …
-
Hello, just to let you know I opened an issue on the original wifinina project regarding the file.write() error that writes bad data in the ESP32 flash:
Please have a look here:
https://github.com…
-
Hi, I'm trying to use the library with a Arduino Nano 33 IOT and get the following error when compiling:
D:\Arduino\libraries\DYPlayerArduino/DYPlayer.h:392:1: error: expected declaration before '}' …
-
I'm porting a code already working on a Arduino MKR WiFi 1010 board to a new Arduino Nano 33 BLE board and noticed BLE.scan() seem to be working 'withDuplicates' and it goes crazy returning multiple t…
-
Please add [**SAMD_TimerInterrupt library**](https://github.com/khoih-prog/SAMD_TimerInterrupt) to Library Manager.
Thanks and Regards.
---
## Features
This library enables you to use Interr…
-
Hi, I wanted to set up my new Arduino Nano 33 IoT on Chrome on Linux (Ubuntu 20.04), so I clicked "Configure a new device" in the Arduino Cloud and then it told me I had to download the arduino-create…
-
pySerial V3.5b0 is available in the releases on github and on [pypi.org](https://pypi.org/project/pyserial/3.5b0/).
Using pip install will require specifying the full version (`python -m pip install …
-
@tensorflow/micro
**System information**
- Host OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Verified on Mbed OS 5.13
- TensorFlow installed from (source or binary): Source
- Tensorf…
-
In "Play melody" page there are two code examples for producing tones on a passive piezo buzzer.
However, in the 1st example the user is instructed to use a "PWM pin" of the Arduino for producing the …