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...
Hi
We are seeing a significant delay in a flash-related operation on the nrf52840, specifically using the function sd_flash_page_erase() When we use that function to erase...
Hi,
I just changed the ble_app_hrs_freertos example from SDK v 14.0:
APP_ADV_TIMEOUT_IN_SECONDS to 5 seconds in main.c
Enable debug log for various components...
Hi,
We tripped on an odd bug: we were getting corrupted data from flash if Keil's C51 compiler used a MOVX instruction instead of MOVC.
Changing the pointers from generic...
Hi Nordic Devzone,
I want to send a packet using send_reliable_message periodically every 3 seconds(using nrf_delay_ms for that) but i get
NRF_ERROR_INVALID_STATE (in...
Hi,
we are working on device that will have Bluetooth in it.
It uses 3rd party Bluetooth module, that is qualified from manufacturer of module.
We are making all CE, FCC...
Hello All,
I am just beginner with Nordic SDK.
I want to send simple hard coded string from Nordic UART service from peripheral to client.
I just tried the below program...
I happened upon this blog post from Estimote where they claim to have increased power output of the NRF52 to +10dbm.
blog.estimote.com/.../updated-location-beacons-200...
I am working in sdk14 nrf52832
I want to write flash after BLE initializing ,but write flash it has no action
while(sd_flash_page_erase(64) != NRF_SUCCESS){} //address...
Hi,
I'm using nrf52 dev board on sdk version 14.0 with GCC compiler. I modified the hrs freertos example to add a simple thread with same priority as of logger thread....
Hi
We have problems with Samsung tablets and phones at the moment.
We have an application with two custom services, Secure DFU Service and some standard SIG services...
Hi
I seek your support for the following 2 app_timer (or else) issue:
(1)
in there any reason as to why multiple app_timers will sometime trigger all in a row although...
Hi all, i'm continuing the exploration of the possibilities offered by BLE. I tried the example ble_app_uart on my nRF51 DK, sending for example the number "1" from my phone...
New to NDZ. Searched forums already. Summary page of each produce spec says different things but PWM section in each spec looks like they are copied.
So are the PWM modules...
Hello,
what is error 132 (decimal) for PM_EVT_CONN_SEC_FAILED ? I cannot find this code in the headers. This is red as: p_evt->params.conn_sec_failed.error .
Btw: #define...