ArduinoCore-arc32 icon indicating copy to clipboard operation
ArduinoCore-arc32 copied to clipboard

Results 66 ArduinoCore-arc32 issues
Sort by recently updated
recently updated
newest added

Root cause 1. The return value indecate the read/write request send successfully. 2. The subscribe will ignore the response and this will not be fixed. Solution 1. Add the error...

Porting V4.2 to improve the performance. Please don't merge.

The mailbox HW initialisation now happens in cores/arduino/main.cpp. All of the core code for accessing the mailbox HW now lives in cores/arduino/mailbox.cpp; the CurieMailbox library is now just a wrapper...

enhancement

Add the appearance to the advertisement data.

There is a situation where using pulseIn() on a pin that has a floating voltage could cause a sketch to hang at the pulseIn() function call. A comment was added...

enhancement
Documentation

Fixes #543. Corrects two things: 1) `lengthOfScanRsp` was never updated 2) Space calculations where not taking EIR header length (2 bytes) into account @SidLeung please consider this change for Elnath,...

bug

platform.txt: - sketch_flags for use with ./platform.sketch.txt - define -DPLATFORM= with platform {version} - added -DARDUINO_ARCH= and -DARDUINO_BOARD= See: https://github.com/arduino/arduino-builder/pull/282

have an arduino 101 and after i added to my project an EEPROM Get/Put its worked for 1 minute and after this the device stucked and didn't response anymore and...

I am (and the [whole Blynk Community is](https://community.blynk.cc/search?q=Arduino%20101)) waiting for a rather simple issue to be fixed: https://github.com/arduino/ArduinoCore-arc32/issues/531. We're waiting since April. Is Arduino101 abandoned?

I am working on Arduino Uno board but i recently encountered a problem while using SoftwareSerial module. Data sending to ESp8266-01 over Tx was successful but reading back data from...