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, 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...
Hi,
I am getting the NRF_ERROR_INVALID_STATE error when I call dm_security_setup_req in my security timer timeout handler. The function's description says I'll get this...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
The comment in dfu_init_prevalidate says the following
// To support application versioning, this check should be updated.
// This template allows for any application...
Hi,
As far as I know the ADC pins can be used as digital inputs. Is it the same with NRF9E5? I could not find anything like pros/cons. Datasheet doesnot say anything about...
Hi,
i have been struggling with UICR Config in nrf52. The code:
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Ren << NVMC_CONFIG_WEN_Pos);
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Dear nordic.
We are developing nRF51822 with S120 as central.
When advertising from Peripheral, RSSI value is changed it's position.
Measured RSSI range is -60 dBM...
Hi,
I am trying to get the sniffer to work on my new Win10 machine.
I am using the PCA10001 board.
I have tried:
SEGGER: 6.00g and 5.12f
Wireshark: 1.12.x,...
Hi to everybody,
I have configured the nrf52 DK (SDK 11) with FreeRTOS and the UARTE with a DMA buffer of 16 bytes and it works. The problem comes when I don’t want to...
Hi,
I'm working on ble_app_hrs_c application with Nordic beacon.
Using nRF51822 Ver.H0 with S120 and modified to using Internal 32.768KHz RCOSC and UART at 115200bps...
Hi guys,
I'm playing with a beacon kit, nRF51822-BK.
It works out of box, no problem but I have a simple question. One of our customer asked me if is possible to control...
Hello,
I am using nrf51 SDK version 10.0.0 along with the nRF51822, and I believe I have found an issue with a macro that is supposed to check the correctness of a bit...
Hi All,
Another question for those out there much smarter than myself...
We're developing an application using nrf52, sdk11 and softdevice s132 2.0.0 and have been using...
I see it is advised not to just stop a timer, but to also shut it down for certain of the nRF52s. What call is necessary to achieve this since I understand it is deprecated...
I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id,
bool *...
I am trying to estimate the memory usage of the s132 v3.0.0 running on a nRF52832. I am interested on acting only as a peripheral with one link at a time only. From app_ram_base...