Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
I was wondering if there are any (legal) alternatives to using SEGGER. After an gigantic (3 days) struggle with a official SEGGER programmer I still cant connect to my custom...
Hi,
I have a problem of 52832's SPI interface. Please find following description:
1. My test code is come from "spi" example code, by modify the SPI ping setting (please...
I have a nRF52840 development kit (rev 2.0, received last week) that I'm using to develop software that'll ultimately be on a dongle. It's not especially complex - I receive...
Hi
Dear Mr/Miss
I recently start with Nordic BLE family products NRF51x so I'm newbie to this and my questions maybe are so easy for you.
I have no development board...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Hi Nordic Team,
In my BLE project the central device is connected with multiple peripheral devices which are advertising, please share logic to count the number of active...
Are there any out-of-the-box firmwares that can turn a nRF52840 dongle into a generic bluetooth adapter (e.g. for connecting speakers, game controllers, etc) for windows?
I'm using nRF52832 SDK board with softdevice s132_nrf52_5.0.0. The error appears when I try to load it to the board, right on line 1247 where it initializes the NUS service...
I see that a Serial LTE Modem sample application is in progress in the master branch...
I tried master in the commit: a955d411
Once on that commit I did update (west update...
I can't get flashlog/crashlog to work properly. The symptoms are that when NRF_LOG_BACKEND_FLASH_START_PAGE is set to 0 (i.e logs are written to address right after the application...
I have a nRF528420 [on Skylab module SKB501] and have wired up a custom connection to USB. I'm able to program NRF52 with both softdevice S140 and BLE Peripheral ble_app_uart...
Hello,
I try to add watchdog on aws_fota sample but Something is wrong about bootloader to application transition and it always reboots.
00> [00:00:00.051,513] <inf> mcuboot...
Hello everyone,
I have found the following issue in the behavior of the SPI driver:
having connected an NRF52840 as an SPI master which is set to receive 22 bytes from...
My peripheral uses "LongWrite". Communication with Central has been successful. I want to know the length of the written data. After trying the following, the obtained result...