I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
I'm struggling to get buttonless DFU to work with FreeRTOS. I've gotten buttonless DFU sample to run on the hardware. I also have FreeRTOS running on the hardware. However...
Hi team,
Environment :
nrf52840
s140
1.How to enable the second regulator stage REG1 use of DC-DC converter ?
2.What is the default configuration HFCLK and how to...
Hi Everyone,
Wanted to test the NFC library provided by the nrfxlib on the nrf5340DK. Added the following config file:
Resulted in:
How could I check the reason...
Hi,
I have added a nrf-9160 DK device to nrf cloud and it is always is shown as disconnected (disconnect reason MQTT_KEEP_ALINE_TIMEOUT ).
Previously i have updated the...
Hi
We are using a nrf52840 on a custom board.
The board always worked fine.
Flashing is done with :
- SEGGER J-Link EFM32GG-STK3700
- nrfjprog version: 10.15.0...
I am seeing the error below when I try to launch a debug session inside the IAR IDE.
I am working on the nRF52840DK and am seeing this error on the DFU example in the...
I'm Using sim card which support both LTE and NB-IoT. In some areas i can't use LTE-M and in that case i need to switch it to NB-IoT. I referred and there is fallback method...
I am using the Ceedling framework for unit testing my firmware. This has qorked quite well. But now I wanted to use the section variables to decouple my code a bit more. And...
Hi. I would like to know how to do a DFU over UART using a custom desktop application (without using nrfutil command nor nRF Connect app). What would be the UART protocol...
Hello,
I have the same problem as this topic: https://devzone.nordicsemi.com/f/nordic-q-a/77267/nrf9160-azure-iot-hub-on-thingy91-mqtt-connect-error
I'm using nrf Connect...
Hi,
We are trying to use our NRF91-DK with a proximus simcard (belgian provider). I'm trying to get the https-client example to work without any code modifications. We know...
Hello,
[this question is related to this other question ]
I am using the nRF9160 SoC, the modem has firmware version 1.3.0 and the Nordic SDK is v1.5.0.
My goal is to...
We have this unit with an nrf52840, it suddenly refused to respond to `nrfjprog --recover`.
This is the second unit this happens with.
The power seems ok (we can see on...
Hi Team,
I am using nrf52833DK, nRF5 SDK for Mesh v4.2.0 and nRF5 SDK v16.0.0.
I am trying to implement mesh DFU, but the DFU is stuck at the 35th segment. When I probed...
Hi,
I want to use UART to send and receive data, so I refer to ble_app_uart example to add the UART function to the ble_app_hrs_freertos, but I found it returns error...