We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
we've developed a custom board with nrf51 and use bonding and white listing.
Everything works fine when connecting and bonding iOS phones with this devices but with...
HEllo,
I was wondering whether or not is advisable to use the same handler to handle transmission/reception of data over SPI0 and SPI1 interfaces.
I have two sensors...
Hello
I am using a custom board, based on nRF52832 CIAAB0. I have also S132 installed, and I am using SDK 13.1.0. TWI pins are P0.16 - SCL & P0.18 - SDA. The code is based...
I am trying to advertise some data using the s130 softdevice to my MS49SF2 (nrf51822 based module ) and then flashed the hrs example code to it..
Still I couldn't find...
hi, Nordic
I'm using your nRF51-DK(PCA10028) board, on android, i disconnect connection by call BluetoothGatt.disconnect ( developer.android.com/.../BluetoothGatt.html ,...
Hallo i am beginner developer, i plan to send sensor data to smartphone, i am still confused whether to use ble_app_uart or advertising mode, for example my case saw TrackR...
Currently I am using the spis driver to send data through the SPI peripheral. On the event handler I want to capture the time in which the chip is selected, which in the case...
I just opened my nRF52 DK and tried to flash the board. I got the error
ERROR: There is no debugger connected to the PC
Most concerning is that the LD5 light does not...
I have two nrf51-DK's (say A and B).
A , nrfStudio doesn't detects it.
(Windows doesn't even shows USB port connection in device manager, so cannot try nrfjprog -...
Hello dear community !!! I have long wanted to try the nordic chips. I took nrf52840 -preview dk and arducam. I'm still not very familiar with working with the nordic chips...
Hello,
I'm having latest nRF connect for Android v4.13.1.
I'm running it on Samsung S6 (model SM-G920F) Android 7.0 nougat;
build version (NRD90M.G920FXXS5EQG); Kernel...
nRF5_SDK_12.3.0_d7731ad
s132_nrf52_3.1.0_softdevice
PCA10040V1.1.1
HI team.
I use experimental_ble_app_buttonless_dfu example to do test. But it doesn't work after...
Hello All,
I'm trying to get my application based on a nRF52832 to use as less power as possible and I've noticed that when the nRF_LOG UART is enabled it draws around...
About DM_LOG, DM_ERR, I define ENABLE_DEBUG_LOG_SUPPORT in Options for Target->C/C++->Define, the "string" will be sent over UART.
But ADV_LOG still does not work,How should...