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...
After disconnecting from chip I can not connect it with the same phone .And the chip will restart when we try to reconnet with the same phone (the phone have been deleted...
Dear friend,
The user experience of PPK desktop application is terrible. There is no guider about using this application in the PPK user guider 2.0. I got some problems...
Hi,
we are using the PPK for a while (Software version 1.0.0). For some reason the calibrated values haved changed and very high current values are showing up. I've recalibrated...
Hi Team,
S132 V5.0 for nRF52832 can support up to 20 links.
If the connected links have different ATT MTU setting, what is the behavior of the device/softdevice regarding...
Hi,
I am using nRF52832 SDK 14.2.0 and i added the header file in project path "nrf_dfu_svci.h" but still i getting the error ..\..\..\..\..\..\components\libraries\bootloader...
Hi all,
I am using segger studio , i am trying to run examples of mesh alpha sdk that nordic provides. I can able to dump the code on board successfully. But if i try to...
I am using the nrf_i2s driver, and it works properly ... with CONFIG.CHANNELS set to stereo.
But for my application, I only need to drive data onto SDOUT left channel. ...
Dear sir please help..its urgent.
i am using below configurations. Nordic - nRF52832-QFAA-B Soft device - 132 SDK - nRF5_SDK_14.2
I am following the "ble_app_att_mtu_throughput...
Hi all,
I am using the nRF51822 BLE with custom board, I want to configure Timer1 to generate IRQ for every 1ms and Timer2 to generate IRQ for every 1us. I want to run...
Hi,
I want to change the UART0 baud rate at runtime (the peripheral has switched to a new rate). Is it enough to reset to (say) 9600 baud, like:
NRF_UART0->BAUDRATE =...
Hello,
I am using the nRF52840 DK with Keil to develop. I have a structure defined as follows:
I have verified that uint8 is 1 byte, uint16 is 2 bytes, and uint32 is...
Hi,
I am using nRF52832 Dk and SD132, sdk is 13.1. I have sent my sensor data to server using external wifi module which is interface with nRF52832 DK.
Everything working...
I have a Client and two Server, so i did flash the example code.
But, from the command '3', i get an error that i do not know.
Can you help me ?
What is correct value...
Hi.
I want to add constant descriptor. Can I save the memory using const variable and BLE_GATTS_VLOC_USER. Will it occur some faults in future?
static const uint8_t value...
I am developing a program with BMI160 with this libraries , but I do not know to which it refers the following code at line 5 and 6: sensor.read and sensor.write.
It is...