Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
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...
Hi, Hope you are well,
I want to test my radio function using the radio_test example but Keil gives this error:
error: L6047U: The size of this image (38900 bytes) exceeds...
Hi,
I have a client/ server question regarding indication values from both the server and the client. What is the message flow?
For example. Can the indication value...
Hi there,
I am implementing the SAADC example into my application whereby I should be able to sample all 8 ADC channels "simultaneously" at a relatively high frequency...
I am trying to change the radio Tx power in nRF5340. I'm using Zephyr HCI RPMsg for the network core. The datasheet says it should support up to 3dBm. However, the Zephyr...
In the soft device documentation (html) the message sequence diagram for Btle Stack Enable calls sd_ble_cfg_set twice with the same set of parameters. Is this a mistake? The...
Hi All,
I am developing a custom BLE profile for my current project and several of my characteristics are write/notify characteristics. I am finding that when I write...
Hi there,
I just started using Embedded Studio (v5.10d on Windows 10, nRF Connect SDK version 1.4) with nRF52840dongle and nRF5340 PDK. Here is what I did
1. Copied...
Hi, I am developing a new project in which I will use NRF52810. I read in the datasheet that it is possible to configure NRF52810 in LDO and DC / DC regulators mode. My application...
Hello:
Looking at the different demos (applications and samples) available for nRF9160, I noticed that some of them generate multiple hex files while others, only few...
Hi,
I have bootloader programmed in nrf52840. Using OTA I programmed one application region but that application stuck after bootup.
Now how to recover from this situation...
Hi,
I have an existing application built on top of the ble_att_mtu_throughput example. I want to send log data over a BLE connection, and I am trying to use the CLI over...
Hello, guys!
We are using nRF52840 with SDK 17.2. In our system, there is a need to configure nRf52840 as SPI slave device and connect it to some other MCU. Naturally, our...
Hello,
I had a problem with the nordic uart service peripheral. We are using an nRF51822 and the S130 software stack. I had a problem with the app_timer.c STATIC_ASSERT...
Hello guys,
I am facing the following problem:
I created a project from zero, using the Nordic Package for SeggerStudios
--> I selected the option A C/C++ executable...