ArduinoCore-arc32
ArduinoCore-arc32 copied to clipboard
In my continuous integration pipeline, I was using the arduino-cli to compile an Arduino library example for the Intel:arc32:arduino_101 like: ``` arduino-cli compile --build-properties compiler.cpp.extra_flags='-DIN_CI' --fqbn "Intel:arc32:arduino_101" "examples/Continuous" ``` The...
Hi, Our customer, a teacher, bought a bunch of Arduino 101 from us. However About half of Arduino 101 fail to upload the sketch through the computer in his school...
Leaving the Arduino 101 connected to the PC (as for an embedded installation), the Serial communication over USB doesn't work properly at reboot or resume from suspend state. Both in...
hi guys, someone know ble library identical do curie ble? because i'm working with arduino mega and the current library just work with arduino 101.. basically i need to configure...
Intel Curie's Tiny-Tile board crashes when three or more characteristics are updated every 30ms. ```` #include #include #define MAX_IMU_RECORD 1 typedef struct { int index; unsigned int slot[3]; } imuFrameType;...
Hello everybody, I'm just trying to send messages from the Arduino to an Android client via BLE. For this I use the library CurieBLE version 2.0. To send as many...
While testing the new 2.0.0/2.0.1 corelibs I have encountered a bug using the Curie IMU module. With the 101 in peripheral mode, if a BLE characteristic is written to from...
Hi There Now , I'm using curie nano board my ble program is using callback function. ```c++: void dataSyncCharCharacteristicWritten(BLEDevice central, BLECharacteristic characteristic) { // 1. read external serial flash //...
Hi, Working with CurieBLE (version 2.0.0) on my Intel Curie Nano Board (version 2.0.2), I'm trying to use SensortagButton from "CurieBLE->Central" samples on Arduino IDE 1.8.5. I managed to scan...
HI THERE~ I'd like to using uart interrupt in my code any have example code ? or method?