Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
in, for example, the multilink example app, central role.
I would like to disconnect a peripheral role device once a notification has been received...
... is it correct...
I am using a stripped version of ble_app_hrs of SDK5.1 with Softdevice 6.
I stripped all services from ble_app_hrs except the DIS. ( so removed battery, hrs, buttons and...
Hi,
question is probably trivial, but I cannot find answer for second hour, so maybe somebody know, how to set that same address for Application downloaded from Keil and...
Is the nRF51822 susceptible to being bricked if the programming port is accidentally disconnected during programming? Does it use any protective measures such as a checksum...
I'm using nRF51422-QFAA E00 with S310, nRF51 5.2.0
When I configure ANT channel as a Master with Network number 0, all works OK. But if I try to set different network number...
50ms_measure_30ms_other.jpg
Attached is current measured using the s310 softdevice
Every 50ms timer takes a twi measurement, which is a twi 6 byte read followed immediately...
I am trying to write a bootloader that will work with the S120. Both the examples seem to only work with the S110, so they don't help much. I already have the binary I want...
Hi,
we can send data from server to client by sd_ble_gatts_hvx() in ble_app_hrs but:
1.How does the client receive those data?
2.How dose the client send data to...
I have two boards similar to www.aliexpress.com/.../1862953539.html
openocd on one board shows:
Info : nRF51822-QFAA(build code: G0) 256kB Flash
and on the other...
I need my device in some conditions to create an alarm which will be readable for any BLE device in range. Is it possible? What is the right way of doing so?
Thank you.
Dear all,
I am following the user guide nRF51822_Evaluation_Kit User_Guide v1.2.pdf
When I try to compile the example
C:\Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001...
Is there anywhere I can buy just a J-link Lite? We have a couple of developers working on the nRF51822 and I need to get some additional debuggers, and would rather not buy...
I am using the app_button to handle all incoming button presses. On a press detection I trigger an app_timer which handles tracking how long the button has been pushed, and...
I just starting out trying to get an Eclipse dev environment up and running. I've tried following nAN-29 but it seems out of date. The issues I run into are:
CDT...