Arduino-Add-On-for-LinkIt-SDK icon indicating copy to clipboard operation
Arduino-Add-On-for-LinkIt-SDK copied to clipboard

Arduino board support package for LinkIt 7697

Results 20 Arduino-Add-On-for-LinkIt-SDK issues
Sort by recently updated
recently updated
newest added

I want to connect to a heart rate band with LinkIt 7697, and receive the BLE notification value (heart rate). LinkIt 7697 is a central device in my case. According...

enhancement

When using this library: https://github.com/ZinggJM/GxEPD The SPI (Software) library does not act normally. Issues including: * Does not support multiple `beginTransaction()` `endTransaction()` pairs * Does not allow frequency adjustment *...

bug

## Reproduce Steps 1. Open `WiFiUdpSendReceiveString` 1. Run the sketch ## Error & Expected Results In step 2 the remote end does not receive strings correctly. Changing UDP.remotePort() to hard-coded...

Hi, all. I know MT7697 has Repeater Mode to support STA+AP mode. How do I turn on Repeater mode in Arduino IDE?

Split from #96 LWiFi leaks when calling ```cpp WIFI.BEGIN(ssid, pass); WiFi.disconnect(); ``` repeatedly.

bug

Both ESP32 and nRF8001/nR51822 have libraries that support BT-HID, Is Linkit-7697 planning to support BT-HID?

enhancement

The PS2X library is convenient for support wireless PS2 controllers. Currently it relies on some APIs that are only available to AVR platforms. It would be nice if LinkIt 7697...

help wanted

Pin/port/register macros not defined in `cores/Arduino.h`, including: `digitalPinToPort` `portOutputRegister` `digitalPinToBitMask` Found while trying to use `Adafruit_SSD1351` OLED display library: https://github.com/adafruit/Adafruit-SSD1351-library

enhancement