ArduinoCore-arc32
ArduinoCore-arc32 copied to clipboard
As an Arduino 101 end-user, I would like the bootloader behavior to be similar to the Leonardo/Micro... the long boot time has been worked around in the IDE serial monitor...
It appears that I am unable to write to a characteristic that is 64 bytes long. Any attempts to write to the characteristic seems to crash the board. I know...
From what I can tell when BLE receives a message and sends an interrupt during a call to the motion sensor read it causes the sketch to crash/hang. When interrupts...
Hello All I have a build, where i use an HX711 breakout board. After the updating to core 2.0.2, my 101's (tested on several) doesn't seem able to communicate with...
Observed by @CarlaMSedze and @rodriguezcarlos from the Arduino CTC team in Malmo. ```arduino #include void setup() { BLE.begin(); BLE.setLocalName("Messenger"); BLE.advertise(); } void loop() { } ``` We expect this sketch...
Was not able to read the contents of the file as it had not been closed.