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...
When we test the matter, we sometimes will meet commissioning accessory fail and network dropping. In the worst case, we can't access the network for a long time after the...
NRF_SO_RAI_NO_DATA AT#XSOCKETOPT=1,50 does not cause RRC release as expected, instead hipower LTE continues another ~20s. https://github.com/nrfconnect/sdk-nrfxlib/blob/main...
nRF52840, SDK 17.0.2, SD140 v7.0.1
My firmware application is happily sleeping via calls to nrf_pwr_mgmt_run(), waking up to service interrupts and do work, then going...
I have not been able to get the nRF52840 ncs v2.0.2 watchdog not to reset.
I tried kicking the watchdog every second and can set a break point and see that the kick does...
Hi all,
I'm looking for an SDK function that will tell me if my device is connected to BLE
from this post 8 years ago the answer is no, has something changed in those...
I am using the 9160 to develop a product for the customer. Its sdk version is ncs1.9.0, and the firmware version of the modem is v1.3.1. The device needs to download data...
Since sensor.h API in Zephyr does not support reading hw FIFO, I am planning to use SPI driver to read the hw FIFO on received an interrupt when FIFO has data.
Is there...
Hello
I use nRF9160DK.
Can somebody tell me why it doesn't give an error ( ) if I don't have anything on the I2C line, or how can I be sure if it finds the right address...
I've tested the TX power of nRF52840DKs using CLI application and a sniffer (sniffer device is nRF52840 Dongle). Sent message from one DK to other one via UDP and observed...
Hello,
I am trying to implement the Y-modem protocol to the ble_app_uart example. Basically, I want to send a file from the PC and receive a file in my nrf522840 device...
I use SDK16 with softdevice. Some of its features require hard timings. But it causes hardfault sometimes. It happened at function of gcm_init. My source code is as follows...
Hi
Is there any software that allows to save received Bluetooth data to a spreadsheet? I am using the nrf52 DK running the ble peripheral uart example and received the data...
Hello, after upgrading to SDK version 2.1.0 I noticed that the compilation of all my projects for actinius_icarus_ns always fails:
This is even for projects, where...
Is there a way to initialise a GPIO earlier than in main() without modifying NCS/zephyr code?
We tried an PRE_KERNEL_1 init() function, but this is rather late still.
...
I have two central devices and two peripheral devices each paired with two different services.
I wish each pair can connect only to each other and don't mix up the connection...