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 am working on app_uart and buttonless_dfu. Although i am getting certain errors which i am unable to counter.
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol...
I have 32x64 RGB LED Matrix, and I want to use nrf52 to control it. I got the driver working and I can display everything. It is a time interrupt driven driver, just redraws...
So I just got my nRF52_DK, got everything installed and compiled an uploaded the blinky example. Fine. I had my custom PCB ready, and got the 52832 soldered in straight away...
Hi, I am a newbie to embedded development. I am well versed with java script. I am under the impression nordic allows you to communicate with java script to the development...
Hi, we're using \nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hids_keyboard to test Pairing/Bonding/whitelist.
After connection, when the central try to read...
Hello,
We have constructed a custom board of nRF52832 via I2C communication with sensor and INT based wake up. Following configuration enable
DCDC Power Enable
Disconnected...
When I was using a master slave integrated host, when I quickly disconnected the connection and then set up the connection immediately, it was found that the original disconnected...
Hello,
is there a simple example for reading out a value? The nRF5 is in this case a BLE peripheral server. The central device should only read one value at a certain time...
Hi:
I output a PWM channel in 16kHZ,i found that when i set the duty cycles 50%,my tft screen(i2c) display at a very slow speed,and it will be OK when i set duty cycles...
Hi,
I am trying to add a notification charactersitics on client, I am able to add one of them, but when i try to add another one sd_ble_gattc_write(), result is always NRF_ERROR_BUSY...
I am trying to use my nRF51 Dongle (pca10031) as a central.
I downloaded the nRF5_SDK_12.3.0_d7731ad and I could see that there is no BLE project for pca10031 (only pca10028...
i used nRF5_SDK_14.1.0_1dda907.
ANT protocol :
I used ant_background_scanning example.
I want to scannig device ID of hrm, bpwrt and bsc.
Then choose the device ID...
Looking forward to using the new sdk v15! Is there a plan to implement a new Bluetooth Developer studio plugin or should we go ahead and keep using the current version? We...
Hi, I encountered the following error in keil v5.12.0.0:
linking... .\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred...
Hi,
During SD+BL OTAU form SD132 ver 3.1.0 to SD112 ver 5.1.0, Old bootloader copied new one using function nrf_dfu_mbr_copy_bl(uint32_t * p_src, uint32_t len); to bad address...