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...
Hello,
I used nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0, the ble_app_uart_c example code.
I want to add the timer, after add the following code, my system can't work....
Hi - I have been unsuccessful using Master Control Panel 3.10.0.14 on win10 to send a new application to a pca10028 with running initial application that supports DFU. What...
Hi,
Using the nRF52 dev kit with S132 Soft Device, with code based on examples with notifications.
I'm trying to send 20-byte notifications to an Android central each...
Hi all, I'm using MDBT40Nano from Raytac corporation with nRF51822 chipset. I tried to connect to my Segger J-Link Base but I'm not able to see the motherboard in nRFGo studio...
Hi all,
Our project base on platform nRF5_sdk11.0.0_89a8197 and use softdevice ANT_s332_nrf52_0.9.1.alpha.hex and refer to demo on path \nRF5_SDK_11.0.0_89a8197\examples...
Hi,
I'm trying to program a nRF51822 board following this tutorial ( chisight.wordpress.com/.../) using OpenOCD in a Raspberry PI.
I have been able to burn the compilated...
Error: L6218E: Undefined symbol ble_bas_battery_level_update (referred from main.o)
Error: L6218E: Undefined symbol nrf_drv_saadc_buffer_convert (referred from main.o)
Hi devs,
I am working in an nRF52 DK.
The attached example is not working when I change the SCL and SDA pins of TWI1 module. This is also not working if I disable TWI1...
Hi,
Is there any software I2c library or example projects for nRF52 devices (PCA10400) with pin configuration, read and write functions? I am using an SMBus based sensor...
Hello,
I am testing the ble_peripheral example of ble_app_uart (SDK 12, soft device 130), this has been asked at a lot of places that the MTU is limited to 20.
But then...
Hi,
I am using nRF51822 and implemented timer-2 with 2 sec capture/compare interrupt rate. But if I want to read timer's current count before it generates interrupt or...