I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hi,
I am using VS Code 1.60.2 and nRF Connect Extension Pack.
Currently by default output bin is generated at build/zephyr/ directory. I would like to have rename output...
Hi community I'm trying to evaluate the possibilities of an application update over the air via NB-Iot. According to this post this should be possible.
I'm using the application_update...
Hello Devzone Community,
I am writing to ask whether there is any special or obscure setting (device tree or Kconfig) to enable run-time changes to accelerometer output...
Hi, Nordic engineer!
I am doing the direction finding demos in the nrf52833dk. From previous discussion with you, I learned that with parameter CONFIG_BT_PER_ADV_SYNC_MAX...
Hi support team,
The content of ICHG in Table 22, '1.5 Ω' doesn't match with R_ICHG=1k5 in the corresponding reference circuitry in PS. 1k5 is more likely correct, right...
Hi!
I made same code for SDK15 and it works. Now I want to rebuild project on the new SDK17.0.2 and same part of code doesn't work with SPI master.
For notice- doesn't...
I have seen examples of enabling CCCD by default in the forum but I have not seen anyone say it is not allowed according to the BT SIG.
https://devzone.nordicsemi.com/f...
Hi, I use NRF52833 and SW: NCS version 1.4.1 and its zephyr version is 2.4.0.
I would like to know if there is method to record program counter, stack pointer information...
Hi,
I have used "es_battery_voltage_saadc" in SDK 14.2 to read the voltage of battery, now I'm using SDK 17.02, but there is no es_battery_voltage_saadc.
Is there a better...
Hi
For the revision 3 of the nRF52832, I've updated to the nRF5 SDK V17.1.0 to apply the workaround for erratum 249.
Afterwards, I saw that there is a newer version of...
I have a BLE peripheral device using i2c, gpio. When the peripheral is not connected I want the lowest power consumption possible.
when i try to turn off gpio:
//sleep...
Hi Nordic.
I am using:
1. Mesh sdk V5.00
2. BLE sdk V17
3. NRF52840
I am trying to build a node with many elements and models. The software is based on the LC server...
A question regarding to nRFSDK 1.7: why does nRFSDK disable using BL2 inside TF-M? If our device needs BL2 with TF-M, how can we enable it? I can't enable CONFIG_TFM_BL2 if...
Hi Everyone,
I was wondering if it is something I do wrong, or if there is an issue with my module.
I have never managed to successfully upgrade the firmware of my nRF9160...
Hi,
is it any possibilities to multilink central with s112 in nrf52810 chip?
using sdk: sdk14
actually, i am using sdk14 with one central and one peripheral is fine...