I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
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...
Hi
sdk : ncs v2.1.0
example : serial_lte_modem
I used the following command to test and found that sending the character "failed, how should I set it so that I can...
Hello,
I'm working on an application that uses the aws_iot_send function ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/aws_iot.html...
How to make nRF Connect SDK submit to other code management servers (such as bitbucket,Not github), And continue to use Git to manage this code?
I will modify the content...
Hi all,
I recently installed the nRF Connect SDK and have had some success. Very snazzy.
I have seen some issues with the JLink on the DK resetting during firmware validation...
I cannot seem to get floating point supoort for printf/scranf
It works for LOG_INF
I have tried the following .conf settings:
CONFIG_NEWLIB_LIBC =y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi All!
I am trying to program the external nrf9160 SOC using nrf9160 DK using the following connections. Before that, I tried the same connections to program the nrf52820...
When I set CONFIG_LOG=y, CONFIG_SERIAL=y in prj.conf, the UART streams out diagnostic message from my application code as expected, but I also get this endless I2C error message...
I am using NRF52832 for my project.
Refer the following Softdevice and SDK versions.
Softdevice: S132_2.0.0-7.alpha
SDK Version: 4.0.0-2.alpha
Question 1:...
I am using nRF Connect SDK 1.9.0 and the NRF52840.
When building samples/keys/hw_unique_key you get this warning:
----------------------------------------------------...
Hi,
My nRF52840 dongle which was working fine in the past doesn't seem to be responding properly. Is there anything I can do?
Some background:
1 - I have used it...
When we test the matter, we sometimes will meet commissioning accessory fail and network dropping. In the worst case, we can't access the network for a long time after the...
NRF_SO_RAI_NO_DATA AT#XSOCKETOPT=1,50 does not cause RRC release as expected, instead hipower LTE continues another ~20s. https://github.com/nrfconnect/sdk-nrfxlib/blob/main...
nRF52840, SDK 17.0.2, SD140 v7.0.1
My firmware application is happily sleeping via calls to nrf_pwr_mgmt_run(), waking up to service interrupts and do work, then going...
I have not been able to get the nRF52840 ncs v2.0.2 watchdog not to reset.
I tried kicking the watchdog every second and can set a break point and see that the kick does...