-
Hello,
See also following Thread in Arduino Nano 33 Forum.
The WiFi connection is not stable and there is a reconnect neccessarry all few hours.
See Details here:
https://forum.arduino.cc/inde…
-
I noticed at the bottom left of the tool bar arduino-create-agent--> open debug console in chrome, it has a textbox and a send button. If you enter
```
list
```
It gives a list of connected d…
-
Hi,
I am using a button to put Arduino in sleep mode and wake it up, but the Serial is not working anymore after it is waking up. What should I do?
```
#include "ArduinoLowPower.h"
volatile …
-
The page: https://store.arduino.cc/arduino-nano
The problem is In the Technical specs table, row 11:
"Digital I/O Pins: 22"
that's an error, the number of digital pins in arduino Nano is 12.
My g…
-
The `board attach` command has a broken implementation:
## Inconsistent port argument format
Currently, the command will only accept a port when passed in as a full path (e.g.: `serial:///dev/cu…
-
Hi @mrstegeman,
As we discussed on Matrix here's the code for the BME280 webthing which seems to be causing a memory leak in the thing-url-adapter:
`
// ALL OF THIS INTRO IS UNTRUE - to correct
…
-
This issue is a container for comments on this post.
-
Hi there,
I noticed on V1.8.3 some random issues with network ports and now with 1.8.4 it is still everytime, all networks devices are not seen in port menu
- so my first check was trying with Web…
-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…
-
I'm using an Arduino MKR board that has an ARM process instead of an AVR processor on it. It runs on 3.3V logic so I've added a level shifter to switch the voltage from 5V to 3.3V on the TX and RX pin…