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, 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...
Hi,i have some problems when develop with experimental_ble_app_buttonless_dfu project in sdk12.3 on IDE embedded studio (MAC OS).
I follow this link text to develop.when...
Hello,
Some problems I meet when I try to use spi manager in ble_template example to read "who_am_i" register of LIS2DH12. The environment is set as below:
nRF52832...
Hi,
I'm using SDK13.0.0 and softdevice S132 v.4.0.2.
I sometimes get NRF_ERROR_INVALID_STATE from sd_xxx() in the function registered to ble_evt_dispatch() when connection...
Hello,
I would like to establish communication between my pca10040 and my cellular modem.
Currently I am using ble_app_uart on the peripheral example and I can put messages...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I have a thread using a Timer and PPI to trigger SAADC sampling at 100hz. Currently I have an app_timer also running at 100hz to sample the results of the SAADC (and its time...
Hi guys,
I notice that the bytes array of UUID is reversed after registerd.
For example, I define the UUID marco as follows and registe it at ble_nus_init().
#define...
I am trying to use ESB and BLE concurrently on NRF51822 SDK v11 SD130..
The BLE part is working fine but the ESB part keep causing error randomly.
I put a break-point in...
when i use C:\Users\Administrator\Desktop\nRF5_sdk14.0.0_ble_central_beacon\examples\ble_central\ble_app_multilink_central for this instance ,I debug the discover moudle callback...
The question I mentioned here
When using ble_gatts_hvx to send data, only send data pointer and length to softdevice, and softdevice did not copy these data to the softdevice...
i used pca10040_debug of bootloader_secure of nRF5_SDK_14.1.0_1dda907.
i created the key by myself.
Bootloader and zip file used the same key.
My device is in DfuTarg...
I'm using an NRF51 w/ S130 operated directly from a coin cell battery. I use the ADC with a voltage divider to successfully measure analog voltages. One of the challenges...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
NRF52832 reference design BOM did not specify the voltage rating of capacitors. What is the recommended voltage rating of capacitors?
For 32 MHz Crystal Oscillator, specified...
I'm trying to use the TWI talking to a I2C device (LED driver TLC59116). I have some working arduino code which I have converted to use on my nRF52 custom board. I'm using...