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 all,
I am trying to create a very simple program with GPIO peripheral (not GPIOTE) that toggles the state of an output pin through an interrupt handler, when an input...
I'm trying to understand how to make use of the nRF9160 LTE modem coexistence interface in a design. I started asking about this topic in another thread about the BLE Gateway...
Hi,
I try to implement custom characteristic. But I notice when I use read auth or normal read event, the handle value is zero. I have linked the handl to the add characteristic...
hi, i'm using nrf52-dk (nfc example) with android nfc reader app.
I heard that the nfc tag has a unique id.
But, other tags in the same module have the same ID. (In fact...
I am debugging a strange issue regarding UART DFU. I am using the SES project in .\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart_debug\ses
I erase...
HI:
Since SDK 15.x was released, the broadcasting channel settings have changed completely. The specification manual of Bluetooth 5.0 is found through source file annotations...
I have 2 nRF9160 DK's. I've been using 1 for most of my testing and the second one was still in the box. I loaded the secure boot and the AT_CLIENT demo project. Opened up...
Hi All,
I use nRF52832, S132 2.0.0, and SDK 11.0.0
1. Central: scan interval is 151 count (~93 ms) and the window is the same … so scanning all the time. Central is not...
To the kind attention of Nordic support team,
I have got some legacy code running as a gazell host on a nRF2726 nRFgo Nordic platform. Right now, I would like to set a gazell...
I've been trying to get two ant+ sensor profiles working at the same time.
I'm working with the nrf52 DK, I'm on sdk version 15.3.0_59ac354.
Reproducible example here...
We are using NRF9160 in custom designed hardware board. We basically need 2 UARTs in this project one for the communication with host MCU and other just as a debug UART which...
Getting this error while generating firmware image for an example package(blinky) given in nRF5_SDK_15.2.0 SDK
nrfutil pkg generate --hw-version 52 --application blinky_pca10056...
Hi,
Please advise,
How many Peripherals can be connected to one Central? If my application need a connection of 50 Peripherals connected to one Central what I should do...
We bought a handful of nRF52840 Dongles and want to develop firmware based on the nRF Connect BLE app + nRF connectivity firmware reference design.
I am using v2.6.2 of...