I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi
I have some doubts about NB-IoT and I wanted to clarify them before start deeping developing with nRF91 since this module work with this network.
I know that NB-IoT...
Hi,
I use SDK13.1 FDS example and have some questions about that.
Is there any influence about the lifetime of Flash when i use FDS function to write and delete the records...
Hi,
I am a beginner with nrf9160 DK and followed the instruction in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html#gs-programming...
Hello I am using :
GNU/Linux Ubuntu 19.10 on a x86 computer
ST-Link v2 that got flashed into a J-Link
Adafruit nRF52832 Bluefruit Feather
Segger Embedded Studio for...
Hi
I am using nRF52832 DK with SES as IDE, on Ubuntu 16.04 machine. I want to send a custom message, let's say "hello" via BLE to Raspberry Pi. I am using some encryption...
Hi
I am trying "nRF Mesh" apps to provision and configure proxy client and proxy server node (SDK Mesh v2.2.0).
1. Have user manual or help information for "nRF Mesh"...
i want to connect the peripheral using mac address instead of device name , i followed this post https://devzone.nordicsemi.com/f/nordic-q-a/44332/sdk-15-2---scan_addr_filter...
We are using another microcontroller to update the application firmware in an nRF51822 over the UART using the DFU HCI protocol from SDKv11.0.0.
The nRF51822 uses the HCI...
Hi,
I'm trying to edit the C library code which communicates with the nrf52 dongle. I'm using custom gatt & the descriptor CCCD is 0x2902. Since its not able to find the...
Hi,
I'm working on a bootloader that combines both the BLE and UART transport layers. We have custom hardware containing the nRF52832 chip running on SDK 15.3, and we're...
Hello,
I'm using the nrf52840 to try and receive a byte from the nRF24l01+.
After configuring, I trigger TASKS_RXEN, but never receive EVENTS_RXREADY.
Here is the code...
Hi,
I use nordir 52840 as zigbee corrdinator, but one zigbee device send math descriptor request package, I can not get the information in application process. How can I...
To the kind attention of Nordic support team,
I have got a project with this memory configuration
and this
<!DOCTYPE Linker_Placement_File> <Root name="Flash Section...
Using FStorage with SDK 15.3, I can write and read from flash storage with no problems.
When I flash the code directly, without the debugger, then the application has problems...
Hi!
I am customizing the template app for my product which includes 128 bit custom UUIDs.
So, adding the first of these to the app I edited m_adv_uuids to include it;...