Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
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...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I take bootloader_secure_ble example for pca10056 build it and use hex file to program using nRFGo Studio get error verification Failed. if i programmed with keil then load...
HI,
I'm having a problem when I use the function nrf_drv_twi_xfer. The function returns the error code NRF_SUCCESS, but using the event handler I notice that I'm receiving...
I am using nrf connect app on ios , the device is getitng on device mode but it is not showing DFU button on it , but it is working when using android app of it
And...
Dear all,
I am using SES, I have an application that relies on a softdevice. For it I developed a custom bootloader that DOES NOT rely on the softdevice and only transfers...
Hello, Nordic! I'm developing with a nRF52832, a bmi sensor and SES. I am starting with the BMI160 libraries on github and encountered some problems with the call of the i2c...
I am trying to implement a simple matrix 4X4 keypad. I have an issue in enabling gpiote events. I disable gpiote events when there is a row event and i scan the keys by turining...
Hello,
We were wondering under what conditions the SIM will reset. AT commands will give us activity on the SIM_CLK and and SIM_IO lines, we are looking to see activity...
Hii,
I have two question regarding advertising and connection
1. Is there any way to hide my peripherals advertising from any other central scanner .
2. Is it possible...
Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some...
Hi,
we are progress of designing custom board using nRF9160.
By reading nRF documentation, my understanding is GPS circuit in Dev kit is unstable/nonperforming.
Could...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. The first time I flash to the nRF52832 a SIGTRAP occurs on sd_softdevice_enable. I cannot continue...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10
When I run the demo of b le_app_hrs on my development board,I use nrf connect app to...
SDK 13, softdevice 132
function fds_register results FDS_SUCCESS
by calling the function fds_init debugger stops, see comment in function below, and i see "unknown...
Hi
I'm a total beginner here and I have the gyroscope sensor LSM6DS3 and I have the nRF52 DK
I want to read the sensor's data via I2C (i.e. using SDA and SCL pins) using...