我可以使用 eBay 上便宜的 nRF51822 模块与 iOS 设备通信以获取通知 (ANCS) 吗?

Can I use a cheap nRF51822 module from eBay to communicate with an iOS device to get notifications (ANCS)?

我可以使用 eBay 上便宜的 nRF51822 板从 iPhone 的 Apple 通知中心服务 (ANCS) 接收通知吗?它还具有 ARM mcu 和内置 BLE。是否可以与 Arduino IDE 一起使用,如果不能,如何编程?

提前致谢。

可以将 nRF51822 与 ANCS 一起使用。

https://github.com/NordicSemiconductor/nrf51-ble-ancs-nus

可以将它与 Arduino IDE 一起使用,使用来自 readbearlab 的代码 https://github.com/RedBearLab/nRF51822-Arduino

Nordic Semiconductor 也有一个开发者专区,您可以在这里提出与 nRF51 系列和其他 nRF 设备相关的问题。 http://devzone.nordicsemi.com

BR