Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I have modified it so that it works with two nRF51 DKs, one acting as a central and other acting as a peripheral.
The base UUID for this service by default is
{0x9E...
Hello,
First, my setup:
nRF52840 Dongle
Softdevice S140 6.1
SDK 15.2
I built my own adapted application code based on the multilink central example and managed...
I am new to the Nordic chips and for my project I am using an NRF5832 module from Accono. My question is how to get the free SES license for Nordic? When i go to license.segger...
Hello~
I have finished a few easy peripheral project.
Now I tried to understand the structure of central example, ex: ble_hrs_c, ble_nus_c....
I found that services...
When I print too much information ,RTT lost some thing
when I enable the “NRF_LOG_BACKEND_SERIAL_USES_UART”,It is ok
Who tell me Why? any help will be appreciate!
Hi Nordic,
A problem was found with the SDK15.2 write operation. If the write size is equal to 12000 bytes, the system will return an invalid operation length error.
But...
Hello,
During development with the Mesh SDK, we realized that it would not be possible to use a vast number of functions, even those relating to message publishing, without...
Hi,
Just like the topic description.
The sample code I used is ble_app_hids_keyboard (V11 S130) and the development board is PCA10028.
I found after I load the code...
Please allow me to suggest you change app_error handler and related functions to something like this:
The change will make app_error_handler report the actual location...
Hi Guys,
We currently building our own sensor mesh network. I have developed my own sensor model which works quite well. The server model sends the sensor data on regular...
I have the BMD350 from Rigado. I am using Segger embedded studio with SDK v 15.2.0 I have the buttonless DFU working with my custom application that has the buttonless DFU...
Hi there,
I am working with softdevice v5.0.0, and trying to have central and peripheral do encryption.
The peripheral has a r/w characteristic, and another one with read...
Hi All
Currently i am working on IPV6 over BLE with contiki oS.
For that i am following link ...
https://devzone.nordicsemi.com/b/blog/posts/setting-up-ipv6-over-ble...
Has anyone built a power profiler for the 52840 yet that includes coded Phy s=8 and s=2, extended advertising and larger output powers to +8dBm.
I see that the power profiler...
hello there!
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...