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, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
I am using S132v2 on nrf52831. I am using UART BLE application. I want to turn ON BLE meaning advertising and all parameter of BLE whenever i press any switch. Also bluetooth...
Hi,
I know this question must get asked enough, but i am at my wits end and have not managed to find a solution for this yet.
calling sd_power_system_off returns NRF_INVALID_STATE...
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 ...