I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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. ...
Hi, as part of my project i have 2 nordic 52dks one as a pheripheral (sending) and on as a client (recieving). where i am sening a buffer of 8, in the order
buffer[0] =...
Hello -
I am creating a new BLE Peripheral application with nRF52832 and S132 soft device. I would like to add the ability for the peripheral to force a disconnect with...
hii this is rohit vekariya
i am new in nordic , i am trying to use nrf52840 dongle for usb communication with PC my goal is get data from mobile app and send it to pc ,...
The Peripheral device works with iOS, Andriod and Win devices running a central node (SDK s140).
My Central node works fine when I disable bonding on the peripheral.
But...
Hi Dev team,
I have been working on the Thingy91 and I had a question regarding using the kernel timers during runtime.
Is it possible in anyway to change the kernel timer...
Hi, Iam trying to use libuarte in ble_app_hrs code. I have two uart ports in nrf52833 in which uart1 iam using libuarte. Have made changes in sdk_config.h file and included...
Hi Team
I read the usbd_hid_generic in nRF SDK 16.0.0. The function hid_generic_idle_handler_set set a handler for idle reports. What is the idle reports mean? where descript...
Greetings,
we are writing a library for nrf9160dk, which is using PDM to read out microphone data from an extension module.
we are using NCS v1.5.0
To summarize the...
Hi guys,
I created an example for Mesh SDK where I defined my own header files. I called those header files in appropriate C files and tried to build and run a code but...
Hi ,
I am using nrf connect sdk , nrf 5340 dk board and segger studio. scanf is not working. please let me know how to use scanf for nrf5340 dk . can you provide me any...
How do I configure the chip to operate in radio mode or BLE mode on the same build?
It seems the radio mode example projects use no soft device, but the BLE project I want...
Hi guys,
I am developing the program for Mesh SDK where I will need to use different functionalities from different C files that I defined, into main.c. I have already defined...
so Im tring to use interactive command to output my personal content
same as the device command which out put the device message
but i want to find the function which...
Hi, Iam trying to integrate secure serial DFU over UART with ble_app_uart application. After integrating serial dfu code My application hardfaults at sd_softdevice_enable...
I'm trying the first steps of the initial tutorial with the nRF5340 kit, from here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ncs%2FUG%2Fgsg%2Ffirst_test...