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 everybody,
I'm having a problem with the advertising function of the SoftDevice.
When the application starts advertising the function "sd_ble_gap_adv_start()" returns...
Hello,
We are currently looking for a way to test nRF52804 on our board with CMW500. From R&W video clip, they tested Nordic eval. board with USB connection. How do I make...
I’m interesting particularly nRF52832 and nRF52840 (with and without bootloader)
So looking at flash layout with bootloader :
is the section ‘Application data’ available...
i want to send string over eddystone tlm...and wish to use temperature part for this...so how can i display character string instead of temperature in eddystone TLM..please...
Hi, I am trying to use the iOS nRFMeshProvision SDK to create a iOS mobile application. I am trying to get the composition data but access layer always times out and gives...
Hi, I am new to Dev Zone. I am writing debounce logic and I am wondering if a button can have an interrupt set when the GPIOTE sense a HITOLO transition to fire the first...
Hello, I'm currently developing BLE_SCANNER(GATEWAY) for asset tracking or management.
My scan environment is,
[Our device -- same UUID]
The number of our beacons...
Hello. I have the same problem with https://devzone.nordicsemi.com/f/nordic-q-a/54373/uart-logging-backend-hangs-in-nrf_bootloader_app_start/220132
But this thread was stuck...
I'm trying to register a handler to determine when a system event occurs?
Previously on older design kits, I used softdevice_sys_evt_handler_set(......) to register the...
Hi,
I've managed to code an app for nRF52382 (S132, SDK14) which works properly. Also, I've taken "bootloader_secure_serial" and removed a lot of stuff to code a simple...
To the kind attention of Nordic support team,
I've just downloaded a fresh copy of nRF5_SDK_16.0.0_98a08e2.zip.
I would like to download code in nRF52810. The code in...
I want to make a programmer for nrf52832. Do you know where is the documentation of SWD is ?
Note: I found the similar question, but the links are not active
Hi
I am using Segger Embedded Studio and SDK_v15.3.0. I have a C++ code that I wish to run on the board. It has a lot of printfs. I want to see the output of the print statements...
Hi,
I'm new to Nordic Semi chips (nrf52840) and need to use TWI as a master to connect to two sensors. But I'm a bit confused about the different drivers: TWI and TWIM....
Hello to all,
I have a problem related to the client side Global Attribute: I have implemented an "On / Off Switch" that presents the cluster On / Off (0x0006), client side...