-
Hi!
I'm a bloody beginner with arduino and programming, so I'm really interested in recommendations in order to learn new stuff.
Thank you so much for providing this library and the examples!
I'd l…
-
Hello,
First thanks for the great work with this library. I really enjoy it.
I just noticed that the library is not compatible with the arduino nano BLE. Do you plan to make it compatible ?
It…
-
I just installed the 0.1.4 version in Arduino and radar.begin(RADAR_SERIAL) is always returning false. Setting the "waitForRadar" parameter to false will bypass the issue since it does not check the U…
-
```
What steps will reproduce the problem?
1. Use the library with an Arduino Mega (I have the 2560, but the schematic
shows that the original version would have the same issue)
Transmission still w…
-
```
I am using arduino 1.0 and the library isn't working correctly. Initially it
wouldn't compile at all because of the #include "WProgram.h". I changed that to
Arduino.h and it would compile, but i…
-
This repository is not an Arduino library, thus the use of the `arduino-library` topic is inappropriate.
The topic can be removed by clicking the "Manage topics" link near the top of the repository…
-
Hi
I just updated my the IDE
C:\Users\bernt\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.0\cores\esp32\Arduino.h
And I'm getting this... can you help?
In file included from C:\U…
-
### Describe the request
Allow the Arduino IDE installation and dependencies (application, preferences, platforms, sketchbook) to be stored under a single folder.
🙂 The user can put a complete sketc…
-
The Arduino SDK ships with its own library manager, that means :
- The libraries are installed in a specific directory ($HOME/arduino ?)
- The list of libraries and their sources are specified somewhe…
-
Hi, I have little experience programming on Arduino.
I'm trying to implement firmware update via OTA on nRF52840 custom board (Arduino Nano 33 BLE).
The ArduinoBleOTA library seems very suitable to …