I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
I am using nRF52840 DK and connecting it with SPI to ESP32. The first bit of the transmission is missed for some reason. I could verify that the transmission is ok with logic...
Hi Nordic,
I'm working on a project using SDK 15.3, s140 , based on the LESC example for a central and peripheral application. I am able to bond with devices and later on...
Hi,
The MMD example published by the Nordic Team ( https://github.com/NordicPlayground/j-link-monitoring-mode-debugging ) is supposed to work with the nRF52DK (PCA10040...
Hi,
We have a custom board with nRF52840 based ISP1807 and developed the fw to some point. For some reason we tried to run the same fw on the nRF52840 DK rather our custom...
I'm trying to program an nRF52810 on a custom PCB using the nRF52-DK and am getting this error ((0x4) Lowlevel error: Unknown value (ffffff24)) when connecting with nRF Connect...
Hi there,
I'm working on something with hard real-time requirements - for this and a number of other reasons, I'm writing directly to the registers.
I'm trying to generate...
Hello,
Is it possible to multiplex coded phy and 1M for advertising and connections on zephyr? If so, do you have any available sample code or timing requirements?
...
I'm having a hard time wrapping my head around how to configure my LIS2DH accelerometer for 6D orientation detection with Zephyr. How would I manipulate the registers of my...
ncs 1.5.1, using SES, the example for zephyr samples/boards/nrf/nrfx/src/main.c github URL: github.com/.../main.c
does not work for me; while the 'button_handler' gets called...
Hello, I want to make multiperipheral system with nRF52840 (Im using 4x nRF52840DK). Im using latest SDK17. I wrote criteria i want to put to this system below:
1. Devices...
My question is very simples. If I have to start with a new design, is better for me to use the softdevice implementation or is better to use the zephyr once ?
The evolution...
Hi team,
My customer is using DTM for the test and they want to know how to change PHY and radio channel setting for the DTM, could you please help to clarify?
Thanks...
in sample ,prj.conf had configure ble device name using below define :
CONFIG_BT_DEVICE_NAME="Nordic_UART_Service" ,
in hci_core.c function bt_enable() use set_bt_name...
Hi Nordic,
In this question: https://devzone.nordicsemi.com/f/nordic-q-a/56529/how-to-check-or-read-the-list-of-bonded-device-from-nrf52832 It was discussed to update...