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...
Hi all!
I have small problem. When I build my project, it returns thise error: Symbol SWI2_IRQHandler multiply defined (by nrf_sdh.o and nrf_drv_swi.o). I want to use SWI0...
Hey, I am using nrf51822 nRF5_SDK_12.3.0_d7731ad SDK and using Segger embedded studio. In the application code my memory segments is this. Now I want to do firmware update...
Hello,
I am debugging my nRF52832 with JLinkRTTClient through NRF_LOG, but there seems to be some issues I don't quite understand with the color coding of the logging messages...
Hi there, we use the nRF52840 on a embedded system. The nRF52840 is connected via usb interface to the central cpu of the embedded system. An embedded linux (buildroot) is...
Hi!
Is it technically possible to implement performing of unmodulated TX carrier transmission by a write to some BLE characteristic? If yes, then from what to start?
Thank...
Hi,
I am trying to use the Bluetooth low energy capability of the nRF9160 DK (nRF52840 chip) by using the lte_ble_gateway sample from Nordic. After changing some lines of...
Hi
I'm using ZigBee light control coordinator example in "nRF5 SDK for Thread and Zigbee v3.1.0" on nRF52840 evaluation board.
when it will execute bdb_start_top_level_commissioning...
I am runing the light switch example in zigbee sdk v3.1. I am connecting to a smarthings hub. I have set the a single change on the code:
The device will be connected...
A couple questions about the nRF52840 GPIO Electrical Specification:
1. In the nRF52840 GPIO Electrical specification, VOH at 0.5mA is spec'd to go as low as VDD - 0.4V...
Hello,
I have been using the development kit for more than a month when after one flashing, the LED 5 on the board started blinking at one second intervals and the board...
I read a nRF9160 DK 0.8.5 circuit design and have a question about the GPS circuitry. What will happen if I bring the LTE antenna closer to the GPS antenna and reduce the...
Hi,
We have a program that uses the radio driver for IEEE 15.4. Currently we do not need Bluetooth and IEEE 15.4 working simultaneously but we do need Bluetooth DFU. When...
Hi,
Just spent a while debugging this and since there seems to be nothing - well I can't find it anyway - up here thought I should document this issue. This relates to SDK...
hi ...
i am using nrf toolbox (ble uart )to receive data from nrf52832 ..i am receiving the data for every one minute . i am facing the issue in auto connect see the below...