Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi, I'm getting NRF_ERROR_NO_MEM when changing advertising interval at run-time. I've added a custom service with 7 characteristics and used fds in the app. The code for changing...
hi i am doing a project where i have to scan for near by ble device using nrf52840 as ble central device,
and connect with customer's ble sensors which have a overparticular...
We are doing the certification to our product, in which they asked me to do BLE scan on the 37th channel, then 38th channel and 39th channel separately to pass the certification...
Device: nRF52832
SDK: v15.0.0
SoftDevice: S132 v6.0.0
The SDK v15.0.0 documentation for the peer manager states the following:
Autonomy: The Peer Manager works more...
I'm using SDK 15.3, nRF52840, with the ext-flash read/write QSPI demo project.
block_dev_qspi_init(), in nrf_block_dev_qspi.c, does not uninitialize the QSPI (by calling...
Hi,
I am trying to install nRFgo Studio version 1.21.2 in my Windows 7 (64 bit OS), but half way through, installation is rolling back the installation changes and the installation...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
SoftDevice: s140
--
Hi all,
I use ble_app_blinky example and Android nRF Blinky SDK( https://github.com/NordicSemiconductor...
During developpement of project on nRF52810, we used the nRF52DK PCA10040.
Since we wanted to use P0.9 and P0.10 (to limit differences between eval-board and real board...
I need to develop a ble advertising scanner with these requirements:
- capture at least 10 beacon advertisments (Eddystone TLM) continuously
- advertising interval of...
Hi,
I recently got the nRF51 Dongle for testing of a board with bluetooth interface. I am trying to get this dongle installed in Linux.
I found this link for the SDK...
Hi
I have a project need to be customized advertising frequency and scan in specific frequency
It means nrf52832 could broadcast at specific frequency and scanner also...
Dear Nordic Support,
I am using nRF52840 and BLE SDK v15.2. I want to control my nRF52840 through both UART CLI and BLE CLI so I try and read example: nRF5_SDK_15.2.0_9412b96...
Hello
I have a firmware with Softdevice S132 for NRF52 consists of main application (0x1F000 len:0x56000 ) and Bootloader (0x75000 len:0x9000). What I'm trying to do is...