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 would like to move existing nRF9160 solution created according to nrfConnect Getting Started Guide to another directory under Windows.
Simply moving the folder doesn't...
Hello
I'm trying to implement interfacing between BME280 and nrf52840 on a custom board using zephyr BME280 sample example. I'm using SPI for the interface but there no...
I am evaluating the nRF Connect SDK for nRF5340. Currently, nRF Connect SDK seems to use zephyr's open source stack as the BLE stack.
By the way, nrfxlib / ble_controller...
I am developing application for nRF5340. I have two questions.
1. What value VTOR when reset? ApplicationCore'VTOR==0x00000000/NetworkCore'VTOR==0x01000000 ?
2. How to...
Hi,
i'm a beginner. now only i start with Segger studio & ble concepts.
i need internal RTC with calendar formats? i have check with the example programs , avail only...
Hi, I'm having issues connecting to the ble_app_ots example application from the nrf connect phone app. I have attached a trace from wireshark, and for comparison what it...
Hello,
I tried the basic proprietary rf code that is esb_prx and esb_ptx on the boards and the communication is very fine. The default set of data that is 0x00 to 0xFF is...
Hey! I'm writing a program for communicating the laser sensor pmw 3610 (pixart) with the micro nrf52832. In the sensor datasheet it is said that the time between sending the...
Hi:
I am an engineer from China. Visiting infocentre in China is quite slow. I found some offline documents for nRF5_SDK in https://developer.nordicsemi.com/ and they are...
As the subject description.
I have already test the official sample buttonless_dfu_app and the secure bootloader already. It could work for OTA fucntion.
And my application...
Hello!
I am new to controller programming. My work at the institute is connected with bluetooth research, so I need to learn how to program nrf52840. My microcontroller...
So I looked at the example of the temprature read and I got the following code:
But the problem I got is with the: while (NRF_TEMP->EVENTS_DATARDY == 0), I don't want...
I read the discussion in the following link, but my application is different so I want to ask for advice on how to proceed.
https://devzone.nordicsemi.com/f/nordic-q-a/50642...
Hi all,
I successfully flashed the peripheral_hr sample from the Getting Started guide into my nRF5340 PDK (from here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I am new to the SAADC concept in nrf52. I have to measure the battery voltage using SAADC over ANI0 pin. I using battery with voltage 4.1 volt.
This voltage is divided...