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...
Hello everyone,
My empte memory is displayed as EE instead of FF after i cleared the memory.
I use commandpromt to check memory:
nrfjprog --qspicustominit --memrd...
I am sending a data packet by notification that spans many MTU sizes. So I do a loop over the sd_ble_gatts_hvx(m_connection_handle, &hvx_params) method until I get a BLE_ERROR_NO_TX_PACKETS...
Hello. I'm having an issue with nrfjprog that has been discussed in this forum several times but I can't manage to get it working. I'll link some of mentioned posts at the...
I use AT%XVBAT command as the power query of the device.Now when the voltage is inquired, the return value jumps and the measurement is inaccurate.During this period, there...
I have a design using nRF52832, and I'm hoping to use RAM set before a pin reset is applied. But, at least with a debugger attached, RAM appears to be randomised through a...
Hi,
I own the nRF51 dongle. I download the Keil toolchain and the nRF SDK (12.3.0 as I read, this is the last to support the dongle). I'm trying to build the ANT+ HRM RX...
Hi,
I am new to Nordic products and I cam acroos the nordic nrf 52840 pca 10059 ; however, I am unable to find any exmaple codes for PCA10059 and could anyone tell me what...
Hello Nordic team,
I am following up the tutorial ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/azure_iot_hub.html#lib-azure-iot-hub) conencting...
I want to ask a question.
The codes seem too complicated in main file. I created new sources and header files and carried some code into the new sources and header file...
I have a working pair of 52840 which transfer data in one direction (at 38Kbps). I want to transfer data in the opposite direction (in lower bitrate), but I find that that...
Hi,
I am using NRF52832. I Have two doubts to clarify about internal flash
1) I have done the flash write of the timestamp in a specific address of internal flash. its...