I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Hello. I have as question about the sd_ble_gatts_hvx. According to the API documents, the call to sd_ble_gatts_hvx will return NRF_ERROR_FORBIDDEN in the following situation...
Utilizing two nrf52832 dev kits, both flashed with v6 of the SD and using V15 of the sdk.
Using two examples from the SDK, the ble_peripheral/ble_app_rscs and a slightly...
hi. all. i have a problem:
1 . i use nrf51822 aa download nrfready_desktop_2_v3.0.0, sd+boot+desktop_keyboard, bud when i press p014 pair key, phone can not find device...
Hi,
I'm working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial "Development with...
I'm gonna store some initial data in flash, this data must be saved permanently (I need about 1024 bytes. it's 1 page), so how can I protect this flash area with my data ...
Hi
We are seeing a strange behaviour when using sd_ble_gap_adv_set_configure() . When we set the advertising data in the ble_gap_adv_data_t to have the advertising flag...
Hi,
We use the FDS to write/update/delete the data that store to the flash.
When operating delete/update the data to the flash for a while, the error FDS_ERR_NO_SPACE_INQUEUE...
My requirement is simple: Want to increase the iBeacon transmit power to (i.e. -4, 0 or 4dbm). In the beacon example, I tried adding in the main loop after calling advertising_init...
Hey Devs,
Would I be able to get a CAD file for the Nordic Thingy's main board. I just found a snapshot of it on the last page of the document labeled PCA20020_Schematic_And_PCB...
Hi,
I just create simple example based on nRF51 ADC examples, using SDK12.3.0 with softdevice S130 v2.
I used PPI + Timer to get sample from ADC. I used TIMER2 to trigger...
Hi everyone and thanks in advance.
I'm new to the NRF52 SDK enviroment and I've been having some trouble with the I2C/TWI configuration. The SDK we are using in the v12...
Hi,
Is it possible to send notification periodically even if there is no change in the value? I create sample code that send constant value periodically over BLE, but in...
I'd like to use new nrfx drivers included in SDK 15. The problem is that I want to use C++ but nrfx header files are for C. The struct initializers can't be compiled as C...
I have a lot of pin_read function. How can i set all port one line? for example P1OUT = (P1.01 | P1.02 | P1.03) or P1IN = ( P1.01 | P1.02 | P1.03 ) I dont know how to use...