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 want to develop a custom Firmware for the Thingy:52.
I am using a Segger Edu J-link Debugger and the Thingy:52 PCA20020 Version 1.0.0. As an IDE i am using 64bit Segger...
Hi
We met the problem is that clock low time period is out of spec, we got the value from oscilloscope is 1.24us@pull up resistor 10K/7.15k when clock speed=400kHz. The...
Hi,
I'm using nRF52832 with SDK 15.0.0 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use IAR or...
Hello, under Android I can access the GATT stacks via SDK ( API ). Is this under Windows 10 also possible to access the GATT stack via SDK ( API ) ? Or must I develop a special...
Dear Nordic
how i test one channel advertising?
I change inside advertising_init()
ble_gap_adv_params_t m_adv_params;
m_adv_params.channel_mask[4] =0x60; // advertising...
Hello,
For my projects I use python script to download sdk from https://developer.nordicsemi.com . For some reason newest sdk 15.1 is not available there, only here https...
Hi,
1. I need to know the bluetooth 5 range of the nrf52840 dongles which I need to use on custom boards.
2. Can I use AT commands to communicate with the dongle over...
Hi,
We are trying to get the serial dfu example from sdk 14.2 working with an nrf52832. After flashing the device succesfully and starting up the bootloader we were unable...
Hello,
I recently switched to linux and I have many problems since then.. So I noticed that printf functions are not working fine for me e.g. in ble_peripheral_uart example...
I've worked with other integrated radio + ARM processors that were not deterministic, and I would like to know if the Nordic solution is.
What I mean is: Is there a way...
Hello all,
How does the handling of ble events work with SDK 15.1? When I register more than one event handler with the macro NRF_SDH_BLE_OBSERVER(), how does the softdevice...
Hello Support team,
I'm working on a project where I am designing a custom board uisng the Nordic NRF52840 as the MCU (forgive me if I'm using the incorrect terminology...
Hi,
I am relatively new to programming hardware at this level, and have developed our product on the 52832, so finally I have purchased the Power Profiler Kit, and downloaded...
Hello good morning,
I am using nrf52840 device. I am sending 20 bytes using notification at different notification intervals like 30ms, 80ms and 1sec. But at application...
hello
I am currently trying to use the thingy_52_sdk sample code to embed a program using the J-link debugger with the Nordic thingy 52 development kit. But the build is...