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 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...
Hi!
I am totally new with Segger, so this is an idiot's question:
When I open a sample project and want to check my settings using the
"Configure nRF connect SDK Project...
I can't seem to be able to activate the iBasis sim card.
I'm in Norway.
It gets passed the initial screen and says the it needs user data. It then pre-populates with the...
SDK Environment: nRF Connect SDK v1.8.0 Target: Decawave DWM1001-DEV. This uses the nRF52832
My application uses more than half the flash size of the nRF52832.
Using mcuboot...
Hi, I'm working on nRF9160 modem firmware update.
For Understanding SPM with secure and non-secure firmaware, I have used UARTE2(secure peripheral) into non-secure firmware...
Hi All,
I am trying to run two UARTS using LIBUARTE.
this is the relevant configuration:
#define NRF_LIBUARTE_ASYNC_WITH_APP_TIMER 1 #define NRF_LIBUARTE_DRV_UARTE0...
Hi Everyone,
sdk : nrf Connect v1.7.0
ide : VS code
I was trying out central_hr sample on nrf52840 dk. I have simulated hrs server in nrf Connect mobile application...
I notice that the fork sdk-zephyr https://github.com/nrfconnect/sdk-zephyr
is missing important errata updates for nRF82510
as it is using and outdated https://github...
Hi, I'm trying to use the pwm driver to turn off or on a dc motor (which the speed will variate via the pwm signal). I need to achieve a frequency between 20kHz and 100kHz...
Hello,
How can I configure for a GATT characteristic which type will be used.
Without defining it will be a byte array.
I'd like to configure for example an int16 number...
Hi,
I am using Win10, nRF Connect 3.9.0, programmer 2.0.0. and I get "no matching trait found" when trying to program the 9160 on my board. I have seen a few other questions...
I am making a central application which connects to a peripheral and uses Peer Manager. The first time I connect, I have to call pm_conn_secure() to secure the link, basically...
Problem connecting nrf51822 and ESP32 BLE with LESC while using static passkey.The ESP shows the following error logs:
W (1280) BT_SMP: Non bonding: No keys will be exchanged...
Hi,
What is the role of the NRF_ESB_CREATE_PAYLOAD()
static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(1,0,0,0,0,0,0,0,0,0,0);
how it works
if i create...
Hello,
I am using nRF Connect SDK 1.7.0 and wrote a light-bulb-device. It has two identical dimmer-endpoints and I reconized there is a bug with the ZCL Groups cluster....