I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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 developing an application that requires communication between two nrf52840-based devices. There is a scenario in my application where the devices needs to exchange...
Hi,
[179] RTC: COMPARE event is generated twice from a single RTC compare match
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was...
Hi everyone, I'm an intermediate level nRF Connect SDK IDE programmer, and I describe my issue below:
1.- In the link below I found an example of code for the analog port...
The SDK version is using version 17 and I am using NRF52832.
I checked the following scope waveform for the next SPI communication.
Question
I want to remove the...
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_ble\arm5_no_packs
Why the compiled hex file is different from before, and the code is not modified
I like to use nRF toolbox to monitor my glucose meter. To my understanding, after the glucose device connected with nRF toolbox, they will be exchanging data. So my question...
Hi,
When attaching external GPS Antenna to Nordic Thingy91, I realize that the power consumption increases by about 5mV. Are there any ways that I can config to unuse this...
I just solved this bug, so I'll share my solution.
Bug description: cannot run application after upload via nRF Connect v3.6.1 - Programmer using MCUboot. Upload is successful...
Hello,
I am ble to connect with nRF 52840 using pygatt bluetooth command.
sudo gatttool -b E5:3B:A6:E1:58:86 -I.
[LE]:connect
[LE]:Connection Successful.
Even...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\peripheral\twi_master_with_twis_slave\pca10040\blank\ses to check I2C as per infocenter TWI testing document.
I have done...
Hello,
I've been using https://github.com/NordicSemiconductor/pc-nrfutil for few years now as a library of my own application to do DFU of a device. Everything worked and...
I am using an nRF52 DK and running a modified version of the heart rate collector example from the pc-ble-driver-py repository.
My modified program scans for connectable...
If you can expect the data to be sent or received at random times over UART, does it make sense to suspend the UART in the driver? Is it fine to leave both TX and RX enabled...
We are building a device where nRF9160 acts as a master that runs Zephyr OS (using NRF Connect SDK). Our device has a 2nd communication interface beside the nRF9160 modem...