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 am using the nRF52-DK as a device like beacon encodded with the original code of "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\ble_app_beacon.
I want to change...
I am beginner of 52832. Current software is based S132 4.0.2 and SDK 13.0.0. Test platform is based on PCA10040.0
My problem is application can not start normally in merged...
Hello,
I am using nrf51 and sdk11. I have one code and I am trying ti build hex or bin file for this code. Now the code size exceeds and so I am trying to build using makefile...
I am learning about FPGA. I have question general question related to it.
Doc1.docx
A FPGA is connected to a 14-bit DAC and to an output amplifier. The DAC have a sampling...
Using S132 v4.0.2, is it possible to disable DLE (i.e. make it NOT set the LE Data Packet Length Extension used bit in the LL_FEATURE_RSP)?
Alternatively, is there a way...
experimental_ble_app_multiperipheral_pca10040_s132 connectivity issue.zip
I’m getting an LMP Response Timeout disconnect reason about 50% of the time when trying to get...
Hi guys
I have been working with a nordic ble device (NRF51822) configured as a Beacon. I am implementing an IOS app, using Apple framework " CoreLocation". My goal is...
I'm looking at using an nRF51822 in a Gazell or ESB application. I prefer not to have any softdevice loaded at all.
What is the correct procedure to perform clock calibration...
Hi
So far I have been using the examples from Keil 5 pack installer.
Now I tried loading some from the SDK example folder and I have issues with includes.
What do I need...
I included button less DFU service in the proximity profile example.When i compile i am getting the following error.
..\..\..\..\..\..\components\libraries\bootloader\dfu...
Hello,
I am working with the example "experimental ble app cgms" in SDK 13.0 and using nRF52832 DK.
when a connection was settup and pairing completed, the CGMS sensor...
I want to ask general question about antenna designing as I am designing antenna to be used with NRF52.
The picture attached with this message shows a printed antenna coil...
At the moment I'm sending a notificaties during the BLE_GAP_EVT_CONNECTED event. This sometimes results in various errors but I can take care of those. The issue I'm having...