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...
Hallo,
I try to port some existing BLE application from SDK 12.2 to SDK 14 that used the S132 Softdevice.
With 12.2 it was possible to configure bandwidth requirments...
Would it be possible to use BLE for a sensor network with aprox. 40 battery peripherals measuring a float at 100hz? 50hz? For one central unit, or how many if needed.. The...
Hi,
One of my pca10040 stays on bootloader mode.
I have tryed copying J-Link OB-SAM3U128-V2-NordicSemi 160212.bin file on the bootloader drive but it stays the same. ...
Hi Everyone,
I just purchased an nRF52840 PDK and I am trying to program it via nRFgo. I erased the flash, selected the latest s140_nrf52840_5.0.0-3.alpha_softdevice.hex...
Hello,
My team and I are experiencing a problem with our custom DFU Bootloader, which is based on the Experimental Bootloader Secure Serial example (SDK 13), running in...
Hi,
My SDK version is 13.0 and my problem is when I run the examples\ble_peripheral\experimental_ble_app_buttonless_dfu project the 52DK seems ok but when I use the DFU in...
Hello:
I am setting up my nRF52840 development board to work with the S140 softdevice on Segger Embedded Studio; however, I am running into issues with the flash_placement...
Hello,
I've seen some conversations around the forum for applications that must share the same ID. My application must share SPIMO and TWIMO (ID 3, base addresss 0x40003000...
Hello,
I want to make beacon with my uuids. I am referring to code ble_app_beacon code from sdk 12.2.2
I have made changes according to my requirements in my code.
I am...
Hi, we downloaded the latest version of the sniffer 1.0.1 (today).
We tried that but we could not get it to work reliably?
The application sees the device, we select and...
I am using the nrf51822 with a latching circuit as shown controlled by P0.05 pin.
I am using the following code SDK 10.0 S110 softdevice to Power ON the circuit (PowerPin...
I've merged serial dfu with ble dfu project refering to this post .
I'm getting linker errors stating no space in execution region in .ANY sector...
What could be the...
Hi,
I have add beacon function to "light_control_server" project. I want to every server broadcast their unicast address.
Could do kindly teach me how to do this. It's...