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...
Hi, I'm working with a nordic thingy:52 and SDK thingylib on Android.
The issue I'm facing is that the real sampling frequency, compared to the one indicated by the SDK...
Hello,
I try to use the ASSET_TRACKER application with NB-IoT/ Vodafone in Netherland. Vodafone uses UDP/IP datagrams protocol. is it possible to modify the asset-tracker...
So, we are using NRF52811 with external 32MHz xtal and also exeternal RTC crystal.
Every now and then we are unable to pass tests of the programmed firmware because the...
Dear Sir/Madam,
I have already developed an RF communication device with an NRF24L01+ device. And I want to migrate to nRF52833-QIAA-R. For that, I have the below questions...
I'm using RTC to wakeup every 500ms, I have Watchdog enabled but after a while (about half.. or an hour...) it will not wakeup anymore and watchdog will not reset.
I measured...
Hi, we programmed the nRF52840-DK with ble_app_hids_keyboard demo (s140) and tested with different BLE keys under a Linux PC. It worked. Tested the same configuration with...
Hi,
I have some code that normally uses nrf_crypto with the cc310 or cc310_bl backend. I was writing a unit test for this code which compiles and runs in Linux/WSL. Since...
Has anyone written a utility to dump the tables of contents (i.e. directory of files) and
an entire file with record keys:contents to a host operating system file to a file...
Hi,
I'm working on the bootloader part of a project. Using nrf Connect, the integrated MCUBoot bootloader, trying to figure out how all the parts fit together. Running into...
Hi,
As iOS developer, I'm facing a really strange issue : Using the nRF Connect app, I try to connect my BLE device, with success or not depending my iPhone/iPad configuration;...
Hi guys,
I am using the nRF52832 board on which I run the LPN example from BLE Mesh directory. I put there the code for measuring the temperature and now I want to save...
Hi ,
How do customers choose printf lib when they want to use floats on functions printf and scanf?
The customer wants to use floating points
However, the current printf...
I want to use nRF Connect v3.6.0 Programmer and Segger J-Link Ultra+ in order to program our board. I can connect to the J-Link but receive an error message:
The Segger...
Hi Nordic team
Current https_client example at sdk connect
Connect to server --> send http request to server --> Wait response from server
Can we receive packet from...
Hello,
After a long investigation I got to the conclusion that SPI master (spi3) has been broken in the SDK version 1.4.1.
It is working fine in V1.3.1
I have an application...