I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
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...
Hello,
I am trying to connect a BLE HRM strap with nrf52382 using example/ble_central/ble_app_hrs_c/pca10040/s132
I am getting this on debug
<info> app_timer: RTC...
Hi,
I am having issues programming my custom nRF5340 board and was hoping to get some advice on the issue.
When programming using nRF Connect for Desktop (Windows 10,...
Device nrf52832 Custom board and nrf52DK with nrf52832
SDK 17.0.0
IDE Segger
when SPI interface is initialized by nrf_drv_spi_init, then MISO line behaves as follows...
Hi! Recently I have been working with Nordic products, starting with NRF52DK. I want to pair/bond cycling equipment (BLE and ANT+) with NRF52DK. After no success with ANT...
I am using pc-ble-driver-py to create a custom scanning and connecting application, but I'm running into an issue regarding the UUIDs of a particular service after connecting...
Hi,
I'm able to successful download and flash my application firmware using AWS S3, but unable to use Microsoft Blob Storage successfully.
I'm using Thingy91 with SDK...
We are currently developing for a product that uses the nRF52832, using Segger Embedded Studio (SES) 4.52c, and the ARM GCC toolchain (2019 q4 version.
We have set up...
Hello, I am a beginner, and I have the nRF5340, and I would like to measure how far and how fast data travels. I don't know how to do my testing with this device.
For example...
I am trying to use multiple DPPI channels for my own purpose after enabling BLE (hci_rpmsg) and MPSL on the nRF5340 net-core. According to the nRF5340 product spec, the net...
I'm working on an application that utilizes CLI library, and I need to add CLI commands as in the code below:
But when I attempt this I get an error message:
error...
hi ,
I am working on I2S to collect audio, and I need 2 nrf52833 to realize the intercom function. For these two nrf52833, the I2S clock is different. There are fast and...
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init() that in the main() function...
I have a legacy SPI device that works well with an nrf52 application using nrf_dev_spi_transfer ()
I want to use the same device from an nrf9160 application.
The problem...
In Nordic's Zephyr fork (sdk-zephyr) there's this GPIO driver function:
I don't think this is the entire story of querying GPIOs, though. This appears to only query...