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...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
(nRF Connect SDK, v1.8.0, nRF52840)
I would like to create classic Bluetooth Classic peripheral behavior, the peripheral is not advertising (or advertising without name...
Hi, I created a Zephyr project for board : nRF5340DK_nRF5340_cpuapp . Now, I need to read the Device ID from FICR. I made changes in overlay file as shoen in atached first...
Hi,
I am using SDK 17.1.0 as a host scanner. When I changed the timeout to 0, there was a problem with the connection slave (NRF_ERROR_INVALID_PARAM). I'm pretty sure the...
I'm currently using: - NCS 1.6.1 - Zephyr - NRF52840
I'm using the lwm2m client to read and write to lwm2m objects.
When the device starts for the first time, I store...
Hi,
I downloaded the hello_world_with_mcuboot.zip file that Simon provided in one of the ticket few days ago - Case ID: 283917.
I built hello_world_with_mcuboot project...
Hello,
I would like to know if the application / use case stated below is implementable.
In my application I would like an nrf52840 to communicate with the Bluetooth module...
hi,
In the NUS routine, it is necessary to turn off the peripherals before entering the idle mode to minimize the power consumption, but there is no change after adding...
Hi,
I'm trying the sample fat_fs on the nRF5340 DK
1) It does build, but there is awarning
CMake Warning at D:\nRfConnect\v1.8.0\zephyr\CMakeLists.txt:722 (message)...
On a MCU PCA10040 v2.0.0, I ran the command:
.\nrfjprog.exe -f NRF52 --program .\final_image.hex --verify --reset
Which subsequently caused the board to go into a reset...
I have a Thread bench-top environment set up that includes
One nrf5340dk flashed with the openthread coap_server firmware build and flashed on 1.8 via Visual Code
Two...
Hi
If a bug stop the application to feed the wdt,Is there any way to store 8bytes application data to flash before reset which occurred by wdt?
I find that there is only...
Hi,
I'm having some difficulties understanding how to manage commands in endpoint-specific callbacks. For example, when receiving a "ZB_ZCL_CMD_CONFIG_REPORT" I'm able to...
Hello,
I have a peripheral (nRF51822, S130, using the peer manager) that should be paired/bonded with one or many centrals. I have followed the example ble_app_bms from...
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my cell phone.
The problem is that...