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...
Modify peripheral UART example to use a GPIO pin as 1-wire interface to read DS18B20 temperature sensor.
This modified code works for RBL BLE Nano v2.0 (nRF52832, nRF5 SDK...
Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the...
I'm trying to make a BLE app with nRF52832 DK, SDK v16.0.0, based on ble_app_hrs example.
After pairing on central device (smart phone), or CONNECT on nRF Connect app and...
Hi,
I am using the ble_app_uart as the basis for my project, where the NUS is used to send and receive data from my mobile app. The outgoing data is generated internally...
Hi, I am trying to run the periodic_adv sample on nrf9160dk_52840 which was added to the samples directory of the zepyhr repo 15 days ago. I am using nRF Connect SDK v1.4...
Hi Sir,
We have the " Capacitive sensor low-level library " as below in Nordic SDK.
1. err_code = nrf_drv_csense_init (&csense_config, csense_handler);
2. nrf_drv_csense_channels_enable...
Hi,
I use nRF52840 DK with SoftDevice 140 v.7.0.1 and SDK 16.0.0.
I want to get RSSI information (along with channel index) for BLE extended advertisements.
I enabled...
I am working with a custom hardware device similar to the Thingy91. I am communicating with an external device using COM1 using a binary stream at 38400 N81. (COM0 is assigned...
My design uses an RV-3028 RTC as an external 32 kHz oscillator for the application timer. Do I have to configure the SDK to use an external oscillator instead of a crystal...
I recently updated my multi-protocol (Thread FTD + BLE Peripheral Connectable) to use 'nRF5_SDK_for_Thread_and_Zigbee_3.0.0_d310e71'. I had been previously using 'nRF5_SDK_for_Thread_and_Zigbee_2...
Hi,
I setted up the LIBUARTE on my custom board...
NRF52833,SDK17.0.2,With Softdevice enabled
CODE:
-----------------------------------
NRF_LIBUARTE_ASYNC_DEFINE...
Hi,
I've found an issue while writing data to QSPI flash memory on the nrf52840 DK board with sample application.
The issue is that the data is overwritten to 0x0 address...
I am working on putting my NRF52840 to sleep with the RTC running (System ON WFE, not System Off). According to the datasheet, I should be able to call a soft reset and keep...
Hello, I am having some problems with what i assume is the readback protection. Is it possible to update the firmware of the device without deleting UIRC (serial number among...
I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI.