Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Dear all:
My problem is described in the following steps:
1. Progranm the SoftDevice 7 (S132) into NRF52832, then program the ble_hid_keyboard example(SDK16) into NRF52832...
I'm using NRF52832 with S132_3.0.0 and the SDK version is 12.2.0.
When NRF53832 was bonded to a mobile phone, I try to use "pm_peers_delete()" to delete the bonding information...
I am looking for a way to start advertising as soon as connection event.
Our use-case is: we have 1 peripheral that's connected on CODED PHY to a central with a relatively...
Hi,
I am using softdevice s140_nrf52_7.0.1. I am trying to send the SAADC calculated voltage over NUS to a gateway. For like 20-30 seconds the program works fine and the...
Hello,
nRFSDK5 v16.0, device nRF52840, Softdevice v7.0.1
I am trying to write some data periodically onto device flash memory using FDS Lib, occasionally I come across...
Hello
I'm trying to reenable notifications on a characteristic from GATTS side
The device is 52810 running a custom service and this is the piece of code where i use ...
I am trying to pair my nRF52-DK with my Fitbit device for testing purposes. I am currently using the nRF Connect v3.6.1 desktop application. I can scan and connect to the...
When I run my code using Segger debugger, all is well and I can read and write from flash with issues. However, when I run the same code independently I sometimes get:
ASSERT...
For an ongoing product certification in China, I need to provide the certification lab with the Direct Test Mode application that is available from the nRF Connect suite on...
Hi,
I'm using the NRF52832, as peripheral, to read data from a HTS221 sensor via I2C.
I'm using the TWI_sensor module following this example , but I want it to enable...
Which digital IO pins on the nRF9160 support interrupt on pin change?
I'm implementing an antenna MUX control routine where the MUX control (3 pins out of nRF9160) depends...
Currently working on an IOT solution based on the nrf 9160 SIP that supports both firmware and modem firmware updates in combination with Zephyr and the nrf SDK. During the...
Hi there,
I am studying the nRF9160 DK with the DHT sample from Zephyr, but I fail to build it as error of "'DT_N_INST_0_aosong_dht_P_label' undeclared (first use in this...
Hi,
I am searching the examples in SDK related to security concepts like pairing,bonding and encryption.
And I found ble_app_gls example in SDK 17.02.
Can you please...