-
I submit it for community and Arduino approval
You can find it at:
https://github.com/antoniopetruzzella/BeaconNano
-
I created a library for uart communications:
https://github.com/gianmarcov/arduino_vesc/tree/develop
With the WROOM ESP32 it's working and i have no problem, with the nano 33 BLE Sense i tried the…
-
I tried to compile the program on the Arduino nano but got the error shown as follows:
````
Arduino: 1.8.9 (Windows 10), Board: "Arduino Nano, ATmega328P"
Build options changed, rebuilding all
I…
-
Hello,
anyone got it to work on ttgov1?
Oled doesent work (is enabled in the configuration)
and in the console i become this error:
`
[I][lorawan.cpp:297] lora_stack_init(): LORA send qu…
-
Does anyone know if there is plans to add bonding to the library? I would like to pair with a keyboard but it requires a passkey to establish a secure connection to start reading keys. I was looking a…
-
There are many problems with the Wire library. I tried to run different sketches on two Arduino Nano BLE 33 boards (one master and one slave), including the examples, but the communication does not wo…
-
What kind of issue is this?
- [ ] **Question**.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working…
-
There are compilation errors with the Nano 33 BLE board:
```bash
/home/oden/Arduino/libraries/NeoPixelBus_by_Makuna/src/internal/NeoArmMethod.h:644:33: error: 'F_CPU' was not declared in this scop…
-
I got this wonderful library working with the new Arduino Nano 33 BLE. However sending float values seems to have an issue. For example these are the float values as reported in my serial montior and …
armsp updated
5 years ago
-
Hi,
Firstly I want to thank You for your work. It was really helpful for my project :D.
I have one big problem. I little change your code and I use it for connection raspbery with 3 arduinos nan…