Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
Hi,
After couple minutes of running my application catch softdevice_fault_handler with program counter set to 0x11150. Can you tell me what may be a reason of this error...
Hello community,
We have a requirement to do concurrent BLE peripheral and broadcaster roles with S132 stack. This seems to be one approach but a bit crude for our requirement...
Hello,
while reading the nrf52840_OPS_v0.5, I discovered, that there is a 32MHz peripheral clock. I did not found any reference to it in the rest of the document. Is there...
Hello,
we need to first enable GPIOTE+IRQ. Then after 1st IRQ we want to keep only GPIOTE and disable IRQ. We do not want to disable GPIOTE (because it works with PPI), but...
I'm currently doing tutorials with the nRF52832 DK and am asking myself this question. How would I connect the nRF52 SoCs to my PC for flashing? Also, how should I edit the...
Hello,
I do migration from SDK11 to SDK12 (S132-SD-v2.0.1 to S132-SD-v3.1.0) and my device (nRF52-DK) randomly got a MAC of 00:00:00:00:00:00.
Helped by the migration...
Hi,
I am using BLE UART application with softdevice S132 on nrf52832 board.
I wrote a code where where i am using systick interrupt, GPIOTE interrupt. Also code has SPI0...
I have been reading device manager of SDK10.0 for nrf51822 . I looked at dm_ble_evt_handler and whole device manager source code but i didn't found where keys like IRK , LTK...
Hi,
i am working with nRF24LE1's as one master and many slaves. I also use the RTC2 functionality for the register retention mode.
As i read in the documentation the...
Hello,
I would like to know if it would be possible to create a public repository on my github account where putting all dependencies for my project including the folder...
Hi Nordic,
I want to include this library ( github.com/.../MPU6050.cpp) in my project, which is an evolution from ant_ broadcast example, in C. However, and after reading...
My application:
I have a peripheral (S110) that registers important alerts and immediately broadcasts them to any central that is listening. There will be some amount ...
Everyone.
Do you use nrf_drv_adc when using nRF 52832's ADC?
Or are you controlling the ADC directly?
I am not good at nrf_drv_adc.
Is this justice?
Please tell us your...
Hi, I was setting my new computer and installed nRF5x-Command-Line-Tools-Win32 V9.2.1.
Then open nRFgo studio it requests an update with strong recommended. After the update...