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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...