HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi
i am new with nr24L01 module , i am currently trying to configure them but , i am not able to read the RF_CH register just after write into it ? so i don't know if the...
Hello. I am using ble_app_uart from sdk14.2. I use pca100401, softdevice s132.
Advertising is generated using timer RTC. Board advertises and stops advertising without errors...
Here is our requirement.
We want to have four transmitters based on nRF2460 and more than 100 receivers. It means there will be four broadcasts.
Each receiver should...
Hi DevZone,
I am working on a project using nRF52840 preview DK and Arduino CAN Bus shield. I modified source code base on some Git Projects. It seems the SPI initialization...
Hi everyone!
I want to implement SPI with "ble_app_beacon" example with the following hw/sw.
DK : nrf52832
SDK : nRF5_SDK_14.2.0_17b948a
IDE : Segger Studio 3.34...
Recently,I use the SDK14 to develop the project,the initial project is in the content "SDK14/examples/peripheral/twi_scanner/pca10056",
Then and the spi example in the content...
I have build the light switch demo, it works properly. But I want to make multiple sensor node that takes data from sensor and send to single relay node. I am little confused...
I just integrated CMock which is part of my unit testing framework and i am trying to test a mocked function however i am running into RAM overflow error. Is there a way to...
May need to post this question to Segger, but I'd figure I'd ask here.
Have a nRF52832 project that compiles, links, and runs fine on the 52832/10040 dev kit board.
...
Hi All,
I am using the nrf52840 to run an application which does not use the BLE.
I need to add firmware update capability to the device so that I can push updated in...
Hi, I am running into a connection problem with connecting to the Secure bootloader example in SDK v13.1, whenever I try to connect I get Gatt 133 error. To my memory, the...
hi,
i doing a project where i have combined light switch server from nrf_mesh sdk 1.0.0 with nrf5 sdk 14.2.0 ble_uart_example to send.
my aim is to send on_off command...
We currently have an application that is running SDK 12.1 on the NRF52832. We have no issues doing a firmware update using the iOS SDK. What we are seeing is a long delay...
Hello, I am running bluetooth example.
I am using the nRF52832 board and SDK 14.0.
I modified the multilink example to make a slight modification and connect it to another...