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 ...
Hello!
I'm trying to perform DFU over BLE using a nRF52840-Dongle (PCA10059) devkit. I'm getting the following error:
I've tried to add '-cd 5' and '-f' options...
The OPS states the maximum transmitter RF power accuracy to be +/- 4 dB. Does this imply that if the power is set to +4dBm it could vary from 0 dBm to as much as +8 dBm? What...
The documentation is a little unclear. I am using Arduino Nano 33 BLE. Using the analogread() functions of Arduino I get a much worse performance than the nRF is supposed...
My application is composed by three different source code repositories, organized as follows:
+--- app
L---- lib1
| L-- src
| L-- include
L---- lib2
| L-- src...
This is a bug report for the NRF9160 AWS FOTA implementation tested with nrf-sdk at 25c4404f1
My application is based on the asset_tracker_v2 example.
When I initiate...
I am attempting to develop software for a wearable device that hikers/athletes will use in the case of emergency. It will send out an emergency message when a button is pressed...
Hello,
I am trying to use part of the code from this example https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/subsys/nvs
to write to and read from flash...
Hi
I'm trying to use the battery sample to create some code that reads the battery level at boot. However I'm experiencing what I believe to be a race condition
If I run...
Hi Dev team,
I have been working on a Thingy91and I was trying to read out the battery voltage of the device.
I was able to do that through the modem using the MODEM_INFO...
I am trying to send just random dummy data to my android app. First of all, I am not expecting or need the confirmation, so I should be using the notification and not indication...
I have referenced the following document.
https://www.nordicsemi.com/-/media/DocLib/Other/User_Guides/nRFSnifferUGv22.pdf?la=en
I checked the contents up to 2.3.
However...
I have configured nrf9160 dts common file with one SPI3, I2C0, UART1 and UART2. Also i changed chosen section in the dts file to use UART1. When i build and run on nrf9160DK...
Hi, everyone on the community
softdevice: sdk17
I added the BLE_APP_UART peripheral function to the scanning project, but the device is wrong when the phone is connected...
we develop the TWI I2C interface, already setting the Enable TWIM driver in the Project Setting. but.
the code :
const nrf_drv_twi_t m_twi_instance = NRF_DRV_TWI_INSTANCE...