-
### Discussed in https://github.com/lathoub/Arduino-BLE-MIDI/discussions/53
Originally posted by **agentff6600** March 23, 2022
Hi!
I updated to the new version today. I tried compile MidiB…
-
Installation seems to work fine but in system information under HW-USB nothing is shown when connect to USB an Arudino UNO clone.
Platform is a MacBook PRO M1.
Anyone ever tried on Ventura OS?
th…
-
Hello,
I came across an occasional crash while using BLE/HCI.poll(). The crash occurs when _recvIndex goes above the size of _recvBuffer. The crash in my tests occurs when _recvIndex = 533.
I ex…
-
Hello is it possible to support Arduino library WiFiNINA.h in place of ESP?
-
Hi,
I use the board Adafruit Feather M0 with LoRa module RFM95 (868MHz). I am trying to send a string to another feather and to a gateway. I am using the LMIC library by @matthijskooijman and I did t…
-
line of errors when compiling for a trinket M0 on Platformio.
lib\IRLibProtocols\IRLibSAMD21.cpp:108:1: error: narrowing conversion of '(_ETCChannel)-1' from 'short int' to 'uint8_t {aka unsigned c…
lou42 updated
2 years ago
-
### Describe the problem
The official [Arduino Serial Plotter protocol specification](https://github.com/arduino/Arduino/blob/master/build/shared/ArduinoSerialPlotterProtocol.md#serialplotter-proto…
-
After WiFi disconnects, a `WiFiServer` will return disconnected `WiFiClients` from `::available()`. I believe this is caused by the nina-fw not properly clearing out the `socketTypes` (and resetting d…
-
I am trying to start with the code for Arduino, and on verification. This line is giving me some problems "AMS_5600 ams5600;". the error code I get is this:
B:\Docs\Arduino\Examples\aoa_arduino-main…
-
This is the same form factor as the Nano, but increase flash memory to 256K and SRAM to 32K. Unfortunately, there is no EEPROM, so we may need to disable the storage of timezone information.