Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Hi , I have real ECG device with 2 Click and I almost got NRF52840 with PCA10056 development board. I want to put the analog signal from the ECG device to the ADC on the development...
hi support team,
customer is using 5340 1M i2c interface, and we find out that ncs 1.5 still don't have 1M driver, we have to modify the source code,may i ask the when R&D...
Hi,
I am saving temp data along with timestamps in the internal memory and sending it through ble.
if during transfer the queue becomes full (NRF_ERROR_RESOURCES), I am...
Hello all,
I'm developping a firmeware to test the bluetooth inside of our case. So i want to start DTM with a bluetooth command.
The command goes right, but the dtm_init...
We are switching between two modes of ADC sampling in our application:
single shot - Consists of a routine -> Init saadc -> convert a sample of one ADC channel -> uninit...
Hello,
I am trying to implement the workflow "Application as the manifest repository" as described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hi DevZone,
We are trying to move our existing application from SEGGER compilation to a GCC build for CI / CD purposes. However we are seeing a strange bug with uint64_t...
Hi, I use an NRF52840 in my product. The NRF52 is interfaced with an external module in UART. The NRF52840 is always powered by the battery using the different power mode...
Hello All,
Working in lift industry, I recently recovered a BLE project developed by an ex-colleague running on LairdBL651 using with nRF connect SDK 0.3.0 (nrf52810, Segger...
Hello
I am using app_pwm control. When creating PWM, I am using the code as below, can I put float value in period?
I think I can only enter INT value at the period...
I have cloned the BLE code from the periperal_uart example provided in the SDK. However, I am using C++ so I am perform my BLE initialization inside a .cpp file (i.e. main...
Hi,
i'm trying to compile the asset tracker v2 for the nRF9160-DK but i get the following error:
"opening dependency file modules\mcuboot\boot\bootutil\zephyr\CMakeFiles...
Hi all
I have Openthread setup
BorderRouter [ with Raspberry pi and nordic in NCP design].
EFR32 radio board that has been flashed with ot-cli-ftd and made as Leader...
Kindly confirm modem details, BIP ,Refresh command support etc. as mentioned in sheet. -- Kindly let me know whether the question from the operator is clear
Chip nrF52810
SDK - 17.0.2
SD- S112
Mine is a system which sends out beacon continuously (no scanning).
From the spec, I see that the, 2Mbps is the only feature...