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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi there, I am working on controlling the nRF Mesh device (nRF52840-DK) via the bluez version of 5.52 (meshctl). I try to connect to Nordic nRF52840-DK (example <nrf5_SDK_for_Mesh_3...
Good morning,
Is it always required to use Segger J-Link in order to flash Bootloader, Softdevice and Application to a new device?
Could you summarize the different possibilities...
I have an application where I will require an external antenna as our product sits in a metal enclosure.
The example NRF91 DK development board shows a UFL connector (which...
Hi
I want to know the address of the memory used by FDS.
I set the following
I think , this setting uses 3 pages.
However, there are tags at 0x2D000 and 0x2E000...
We have a problem that we are struggling to solve. We have written an application for the Nordic Semiconductor nRF52832 which uses a proprietory radio protocol. This protocol...
Hello,
I have a question about a certain issue that came up during developing a 3 transmitter, 1 receiver setup.
So the basic setup is that the transmitters are sending...
Hi,
I am trying to compile using cmake, all the components[Softdevice, Freertos, Drivers] are built as static libraries.
Using SEGGER Embedded Studio projects compiles...
Hello I am trying to add OTA update functionality to my device which is running the nrf52810 micro with the s113 softdevice. Currently I am trying to convert the PCA10040e...
Hi!
I am working on SES studio and NRF52 DK suit.
I wanted to add ble – service files, other periphral driver and libraries files in one of the example project as per...
Hi I want to change MTU size cuz I want to send more
30bytes.
Now I'd identified only 20 bytes of data being transferred.
I changed the MTU SIZE, but it does not become...
Hi,
I set TX power for ble_app_uart application like this;
advertising
sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle , 4);
peripheral...
Dear Nordic,
just got my Thingy:91 out of the box and followed the instruction.
Very surprised that the device could not connect (blue led flashing slowly every 5sec...
Hello
I am a beginner for NRF52832 FW desgin.
Now there are some issue stuck me
The scenario could me show as below: IDE platfrom: Embedded Studio Release 4.12 SDK...
Hello we want to save power and there we had the idea to not send the scan response to the central. Because we don't need this exta 31 Byte for advertising data.
We use...