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...
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...
Hi, I am trying to run the periodic_adv sample on nrf9160dk_52840 which was added to the samples directory of the zepyhr repo 15 days ago. I am using nRF Connect SDK v1.4...
Hi Sir,
We have the " Capacitive sensor low-level library " as below in Nordic SDK.
1. err_code = nrf_drv_csense_init (&csense_config, csense_handler);
2. nrf_drv_csense_channels_enable...
Hi,
I use nRF52840 DK with SoftDevice 140 v.7.0.1 and SDK 16.0.0.
I want to get RSSI information (along with channel index) for BLE extended advertisements.
I enabled...
I am working with a custom hardware device similar to the Thingy91. I am communicating with an external device using COM1 using a binary stream at 38400 N81. (COM0 is assigned...
My design uses an RV-3028 RTC as an external 32 kHz oscillator for the application timer. Do I have to configure the SDK to use an external oscillator instead of a crystal...
I recently updated my multi-protocol (Thread FTD + BLE Peripheral Connectable) to use 'nRF5_SDK_for_Thread_and_Zigbee_3.0.0_d310e71'. I had been previously using 'nRF5_SDK_for_Thread_and_Zigbee_2...
Hi,
I setted up the LIBUARTE on my custom board...
NRF52833,SDK17.0.2,With Softdevice enabled
CODE:
-----------------------------------
NRF_LIBUARTE_ASYNC_DEFINE...
Hi,
I've found an issue while writing data to QSPI flash memory on the nrf52840 DK board with sample application.
The issue is that the data is overwritten to 0x0 address...
I am working on putting my NRF52840 to sleep with the RTC running (System ON WFE, not System Off). According to the datasheet, I should be able to call a soft reset and keep...
Hello, I am having some problems with what i assume is the readback protection. Is it possible to update the firmware of the device without deleting UIRC (serial number among...