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'm using the PCA10056 dev kit and nRF5_SDK_17.0.2. I am aiming to connect multiple initiators to acceptor using Initiator and Acceptor examples. So far I've been able...
Hi There,
When I am trying to write code, I am not clear about the meaning of the code " bearer_adtype_add( BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME ); "
I try to check the...
I'm using the Zephyr provided WS2812 LED driver (SPI). I am noticing some strange behavior when my chain-length property is greater than 10.
I connected a digital logic...
Hi Nordic
We are developing our IOT product and we are starting our development of firmware on nRF9160 DK so that we can port that code to our custom PCB that will contain...
Hello
When I output some data using a 'LOG_xxx' macro, I do get debug information over the RTT console like this:
But as you can see there are some extra bytes in front...
Hello,
I wish to send SPI message by 2 Bytes per once, total 102 bytes.
Basically SPI works fine.
I wonder if there is way to reduce inter SPI time. It measured 18u...
Hi,
We are looking at porting the Tuya BLE SDK to the Nordic platform and on reviewing the documentation we have identified that the SDK uses two 16bit service UUIDs:
...
Most of the examples and posts are about the libuarte async driver, but I am using the basic libuarte_drv (not async) and running into difficulty. Without any concrete example...
Hello fellow developers,
I have purposefully not connected any sensor to my nrf52832 dev. board to see if the example program logs "no device found". Once the application...
Hi,
I have nRF52840 DK, nRFConnectSDK v 1.7.0-rc2,
I compiled iso_broadcast and iso_broadcast_benchmark projects: ( no changes are made)
Here is the run log:
//==...
Hello, I am starting to learn about the nrf9160DK and I found myself forced to use Zephyr while reading through the documentation. I would like to know if there is a way to...
Hi,
I am trying the new nRF connect extension for VSC. Great direction. Hope it takes off.
For those interested, the announcement and details are at: https://devzone.nordicsemi...
Hello everyone,
i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem...