I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
Hi!
I'm working on the NRF52832. I'm using the function "nrf_serial_write()" to send data over uart. I want it to work in blocking mode. As I can read in the infocenter...
I am working on BLE development and need to study the BLE heart rate collector and peripheral examples. I plan to flash ble_app_hrs onto nRF51422 and ble_app_hrs_c onto nRF52840...
I am using nRF52832 SDK 15.3 and type 4 tag and some phones like iPhone 11 and Samsung S20+ are not able to detect the tag. The tag works with other phones so I don't think...
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20)
my issue is when I receive data from UART interrupt based on serial uartes...
I'm developing a system of nRF9160, nRF52832 and Iridium 9603 (satellite modem) - all on the same main board. The nRF9160 is the brain of the system and handles LTE, GPS and...
Hi,
I am new to working with nrf52840 devices. I am wondering if it is possible to change the transmission power of packet during transmission several times such that some...
I wanted to increase the bandwidth of bluetooth using the following example, but there is a limit of only 1 board.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
project : zephyr
controller stack : zephyr stack
description : we start direct adv using our DK,and we want it send broadcast only once。 but zephyr stack send adv all...
Hi,
I am working on NRF52 series (NRF52 DK and NRF52832) and would like to know whether it is possible to use Bluetooth 5 extended advertising capabilities to send, let...
Hi there, I'm routing the nrf9160 to a STM32 and I need to know the pinout for COM port used.
On my PC, I know COM11 is the one that is used for AT Commands
But, I...
Hi,
I'm using NRF52840 with direct test mode application.
I'm sending to the function dtm_cmd following parameters: 0x4000, 0x8000, 0x9400, 0xA500.
I understand...
Hi,
After suspending task in a specific code line (using vTaskSuspend) and resuming the task (using vTaskResume)- will the task continue from the specific suspension line...
I am going to make a project with nRF52840 In my application, I need to send sensor data to Raspberry Pi I noticed this tutorial and tried to implement this in my project...
i tried to implement radio notification in order to change advertising data but i had this error
when i put the periority to LOW i get this error, if put MID or HIGH the...