Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
I've attached a Wireshark capture of an issue I am attempting to troubleshoot. I am confused as to why the peripheral is sending an Exchange MTU Request (No. 157) to the central...
Do you have an example of the beacon code without running zephyr? My impression is that Nordic is forcing me to us to use Zephyr but I'm probably wrong. For my application...
Hello,
I just have a basic query. I am using soft device S132. In the product specification, it's written that interrupts occur while advertising/scanning/connection....
When I try to build the AGPS sample (west build --pristine -b nrf9160dk_nrf9160ns) with SUPL support (added CONFIG_AGPS_SRC_SUPL=y) I get the following error:
cmd.exe /C...
Hi,
I have purchased an nRf52DK set for developing BLE applications. I am using the Segger Embedded Studio (SES) with GCC and SDK version 16 for development.
I have two...
hello Nordic
i am working with nrf52840, sdk 16.0
i am building my project over the peripheral app_ble_blinky example
i whish to have 2 seprate configs for saadc ...
I am trying to use the dongle as a sniffer. I followed the following instructions to download sniffer code onto the dongle:
#### nRF52840-Dongle (PCA10059)
1. Download...
Modify peripheral UART example to use a GPIO pin as 1-wire interface to read DS18B20 temperature sensor.
This modified code works for RBL BLE Nano v2.0 (nRF52832, nRF5 SDK...
Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the...
I'm trying to make a BLE app with nRF52832 DK, SDK v16.0.0, based on ble_app_hrs example.
After pairing on central device (smart phone), or CONNECT on nRF Connect app and...
Hi,
I am using the ble_app_uart as the basis for my project, where the NUS is used to send and receive data from my mobile app. The outgoing data is generated internally...