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 ...
Maybe the question is abnormal, but is it possible to make the NRF24LE1 chip work on the Sub 1GHz band by setting the quartz to a lower (less than 16 MHz) frequency? Has anyone...
Greetings....
Since logging is removed from Mesh, I find it is very hard to debug the system. I wonder if it is possible to ask for your help to have a new monitor type...
SDK v15.2.0 using code from the peripheral spi example. Linux Ubuntu 19.04, uploading to nRF52 DK.
When I call my get_bma253_accel_data in main, I get a continuous stream...
The development of the custom hardware of an nRF52832 utilizing the u8g2 library has been shown to control a small display 64x48 SSD1306 driver. The prototype hardware another...
I have been migrating a project from SDK 14.2 to SDK 15.3 and have encountered an issue with UART. I am using the legacy layer with the following configurations:
I am...
Hello,
I'm evaluating nRF52811 as a long-range IC in a beaconing application.
Here's our specifications:
- The beacon must operate with Coded PHY
- The application...
Hi everyone, I know that the theoretical limit for the Bluetooth Low Energy throughput is 1 Mbit/sec, but I heard that on practice you get much lower. So I would like to find...
We were running BLE DFU bootloader for nrf52832 based on sdk 14.2; this worked fine.
We have now moved to sdk15.3 and nrf52840 as we needed USB.Our applicaton is up and...
Hello,
I have a custom nrf9160 device which requires
device stops at:
'Secure Boot: prepare to jump to Non-Secure image'
if I use this the following prj.conf:
...
Hello,
i I’m have a custom nrf9160 board. I have been using SES with j-link edu to upload firmware to my board with no issues.
Now I need to update modem firmware...
I'm trying to update my NRF52832 running s332 v5.0.0 and a stock SDK14.0 bootloader to S332 v6.1.1 with an SDK 15.3 bootloader.
I am including the flags --sd-req and --sd...
Hi All,
I am working on an NRF application that communicates with a specific mobile app, sends some measured data. Everything works fine except on some older (at least it...
Hi.
I wonder which pins are AIN0, AIN1, AIN5 AND AIN7 (on nRF52810 QFN32) ?
It seems the datasheet would tell...
I need this for a project at work.
Please. And Thank...
Hi,
I am trying to debug on nRF52840 dongle using JLink debugger and Keil uVision V5.18.0
What I have been through is here: https://devzone.nordicsemi.com/f/nordic-q-a...
Hello,
Greetings!!!
I am working on nRF52832 having SDK 15.3.0, Windows 7 and Segger Studio IDE.
Right now I am implement OTA in my custom application.
I upload bootloader...