Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hello,
Is there a modified radio test firmware available? I am hoping for something that can be connected to via BLE, command it to turn on a tone, and then reboot the processor...
Hello,
I'm trying to send and receive data between the nRF52832 chip and a phone by following this tutorial:
https://github.com/bjornspockeli/custom_ble_service_example...
Hello!!
We are carrying out a project using nRF52832 , in which we must send a data to a phone every 1 second for 10 hours. The data sent is a sequence of numbers from 1...
I'm using Eclipse CDT for debugging according to the tutorial on this site. I've installed the device pack and I do see the nRF52 peripherals in the debug view. However all...
Hello Out There,
The Getting Started, it states as follows.
The following steps are required for nRF9160 DK versions UP TO v0.9.0. Newer versions of the nRF9160 DK contain...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
Hi Friend,
I use nrf252832 MCU and SDK 15.3,
I would like to Implement below function,
1:Device bond phone A without password first , the phone A popups a bonding dialog...
Hello. I've migrated my application from SDK 14.2 to 15.1 and I obtain this strange message from peer_manager_handler in my log: I obtain this message only when I connect...
Im trying to enable the Scheduler on a mesh example, but Im getting "1127959>, app_error_weak.c, 108, Mesh assert at 0x0002C9E4 (:0)" each time I try to add or connect it...
Hi,
I want to close uart by using app_uart_close() for low power, but can not init uart again by using app_uart_init() or nrf_drv_uart_init().
More I had try TASKS_STOPRX...
Hi All.
I am trying to use the " ble_advertising_advdata_update" function, but my compiler is giving me the following error. Which class do I need to add?
undefined reference...
Hi, I recently updated the "Toochain Manager" app inside "nRF Connect for Desktop" to v0.8.0, and after this update, the Segger embedded studio IDE just freezes when opened...
Hi,
I am using nRF52832 and sdk 16
I am done secure bootloader dfu. By generating the new firmware application. Zip , this part is working fine
Now I want to do buttonless...
Hello,
I'm trying to use the Interactive PyACI script as a provisioner for my custom nrf Mesh projetct, but it won't find my unprovisioned device.
Using another dev board...
Hi
I am working with SDK 15.0.0, softdevice 6.0.0 and pca10040. I migrate my firmware from 13.0.0 to 15.0.0. Everything works ok with sdk 13.0.0
I used multipheriphral...