Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi guys,
I'm struggling over some basic concepts related to the Mesh SDK, specifically with the Bearer layer and why the Mesh SDK uses the Timeslot API. I'll try to explain...
Hi all,
I'm trying to writing a device information service client on top of ble_app_multilink_central example on nRF52830 using SDK14.1.0 and softdevice 5.0 and have a...
Hello World,
I checked the Developers Zone, but I have not found the direct example of my problem.
I use the RuuviTag board with NRF52832_XXAA.
I use it as a development...
Hello,
I have question about signal names in datasheet nRF52840.
On the pins B19 and T2 on page 14 both pins have the same initial signal names (P0.11).
Please send me...
Hello,
I would like to add the ST7735 driver from the nRF5_SDK to the Mesh SDK along with the necessary components (SPI,..). I copied the entire components directory to...
How is the health model supposed to work?
I'm currently doing some tests with the light switch example and I don't really understand the different roles of the nodes in the...
Hello,
I have some trouble to write/read data in flash region,
I am using FICR region to save data,
if trying the command : nrfjprog --memrd 0x10000010 --n 0x10
I...
Hello All
I am using an SOC which has nrf51822. I am trying the blinky example with the softdevice. When I debug the code, the code first enters the SystemInit function...
Hello Nordic devzone,
I'm using Mesh SDK and nrf52PDK, and i'm using light_switch example.
could you please let me know that if it is possible to broadcast a message from...
Hi Experts:
I met one complier error as blow. Would you get me some idea? High appreciate!
--------------------------------------------------------
Ubuntu 16 (64 bit...
Hi
I am porting another nRF52840 SPI OLED driver based on nRF5_SDK_14.2.0_17b948a\examples\peripheral\spi_master_using_nrf_spi_mngr
At first, it works fine without button...
hi guys ;
i have already an application on android phone that can read and write charchtéristic i also followed the tutorial Bluetooth low energy Characteristics, a beginner...
Hello
I am using nrf51822 .The function of DFU has worked well,but some weird problems puzzle me.
1、After DFU is successful,what is nrf51822's working state? Does it reset...
When I just plug the USB cable on the board I get a GPIO high voltage of 3V. But when I also put +5V on the external supply pins, the GPIO high voltages are 4.5 V. Is this...
Hi,
We are using nrf52832 board with sdk14.0. We are facing two issues:
Our use case is to send the data continuously when the notification is enable and stop...