-
Ich wollte das Sketch auf einem Nano 33 IoT (SAMD) nutzen. Außer Watchdog ginge das auch.
Ich habe aber die LCD Bibliothek durch:
```ino
#include // main hd44780 header
…
-
**Is your enhancement proposal related to a problem? Please describe.**
So far there is only UART interface supported by [esp_at](https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers/wifi/e…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hello there, @sulami
Thank you for this great project!
I would like to add support to arduino-nano-33-ble. I can fork this project and create a new one for that board, but I think it would be muc…
-
I discovered that your WebUSB does no longer work when installing newer SAMD-Board versions.
The default WebUSB example work for SAMD Board version 1.8.9.
But it does not work anymore for version …
-
### Describe the problem
When uploading to a native USB board while **Serial Monitor** is open, the "**Serial Monitor**" view takes visibility from the "**Output**" view twice during the upload:
…
-
This code used to work in August 2019, but not anymore:
```
#include
#include
/////// Wifi Settings ///////
char ssid[] = SECRET_SSID;
char pass[] = SECRET_PASS;
char serverAddress[] = …
-
I noticed several problems when disconnecting on Arduino Nano 33 BLE board. Code execution remained locked in the writeValue() function, specifically in the HCIClass::sendAclPkt() function of the HCI.…
-
Hi,
I'm new to Arduino programming so this might be a stupid question. I'm trying to post the readings of a temperature sensor from my Arduino MKR1000 to my REST API. This *sometimes* works, howeve…
-
Hi there,
I have an app (link [here](https://tednivan.github.io/fruity-market/app.html)) using webusb that works well on PC. I'm able to detect an Arduino board and connect to it.
However when I t…