I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
I try to set up a timer:
The nrfx_timer_init() function crashes with an error:
What is wrong? How to fix this?
Environment: nRF52840, NRF SDK 15.2, S140 6.1, Mesh...
hi all
how to test 2.4G(not ble) at nRF52832 platform?i need test the 2.4G signal performance include tx power , sensitivity , frequency and so on.i use nRF GO studio.but...
I'm trying to understand the best way in which I can maximize the data throughput on an nRF52832.
I am using a custom circuit board which is running an early version of...
Hi,
I'm using Segger Embedded Studio with Ubuntu, trying to write a minimal code to let the chip start advertising.
I tried to read and understand the example codes provided...
Hi team,
customer used SDK v15 and the default s140 softdevice in it.
When the 52840 is configured in the 2M phy mode after connecting with Iphone 8/x, it can't be successfully...
Dear Sir,
Currently the example code in "ble_app_hrs" is written such that it advertise in connectable mode.
How can I modify the code so that it advertise in NON_CONNECTABLE...
Dear Sir,
I am talking with respect to the ble_app_hrs example in the SDK 15 for nrf52832. I am using softdevice S132.
In the example the code is implemented such that...
For instance, if I wanted to download the firmware that comes on the nRF52840-dongle in order to then write it to a custom board with an nRF52840 chip on it (i.e. so that...
Good morning,
I can't import the nrf_serial library ( and nrf_queue ) on the ble_app_uart project, after that i compile, i read these errors :
linking... .\_build\nrf52840_xxaa...
Hi,
I'm using 2 nRF52832s in my project. One of them is connected to a PC serially and has NUS central running on it and the other nRF52 connects to this central. I was...
I have two 52840DK, which can be used before, but I took it out and used it today. The led light on the rear panel of the USB is not lit, and the computer can't detect the...
Dear Sir,
I was trying to implement the following scenario.
Multiple phones initiate the connect request to a single peripheral.
On peripheral search for the phone...
I would like to confirm that my hardware design is correct and in addition that I am following the correct procedure to place the nRF52832 to sleep to achieve the lowest possible...
It works with SDK v12.3 and soft device 3.0.0. Does not after porting to 15.2. This is a custom board (extremely common configuration with single 32Mhz crystal) that serves...
Hello,
(I also create an issue over Thingy SDK GitHub page - #29)
It seems to me that there is an issue about the usage of MPU-9250.
I motioned Thingy and I observed...