After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
Hi, we are evaluating possibly using OTS in our product. We are currently on SDK 15.3.0 and when I look at the documentation:
https://infocenter.nordicsemi.com/topic/com...
Hello,
I really need your help with my problem.
I have a sparkfun nrf52840 mini which is the peripheral, using the code ble_app_uart, and a smartphone with a custom...
I'm compiliing against version 1.1.0 of the ncs, and my device have the mfw 1.1.0 firmware running.
When starting the device, I get the following output:
This is not...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
I am new to DFU feature on Nordic. I have...
I have custom board with nrf 52832. I am using SDK 15.2.0. and soft devices s132 V6.1.0 to transmit advertising packets with advertising interval 1s. I have written simple...
Hello :)
After upgrading the modem firmware of the nRF9160 to version 1.1.0 (mfw_nrf9160_1.1.0.zip) the call to getaddrinfo returns error 12.
If I downgrade to version...
Hello, everyone~
A new requirement is generated from my customer. He wants the ANCS can transmit more than 20m in a house. So I want to know if BLE 5.0 long range can transmit...
Hello!
I am dealing with nrf52832. I want to process data reception with SPI during f_write processing. Is this possible? As multi-thread processing 1) PT_THREAD in pt...
I'm developing a wearable device using nRF52832. I am developing OTA-DFU nowadays. I have successfully tested the buttonless OTA-DFU using the nRF52-DK.
And I'm testing...
Hi, I have a nRF9160 and I am currently working with the gps example: ncs\nrf\samples\nrf9160\gps
When I run the example, I only see
all the time. I went out on a big...
Hello,
i am struggling with the implementation of i2s to use it one SK6812 Leds.
To start with i used this https://github.com/cheehieu/nrf52-sk6812-led-driver example...
Hi All,
I study this post to enable long-range(s=8) on ble_app_blinky ( nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_blinky )
In the post, one of the settings...
Hello,
I was able to program the mesh experimental dimming example(server) into the external nRF52832 module using the debug out pins on the nRF52 DK.
The programming...
Hi,, I'm trying to set a recv timeout on a UDP socket (coap) using setsockopt() and getting an EPERM error. I've tried the setsockopt() call both before and after the (successful...