I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...