Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi Everyone
I am trying to achieve the following objective
I want to upload the hex file of my application code which blinks leds after 1 second without using th SWD interface...
Hi,
I have my application working on NRF SDK11 on NRF52832 with softdevice 2.0. I am porting the application to SDK 14 and SD 5.0. I am facing APP_UART_COMMUNICATION_ERROR...
I posted the ble_app_uart example on the nrf51 dk board and tried searching for an app, but searching on Android, but not on iOS. Why? You have used nrf_toolbox in your app...
Dear all, my goal is to make a wireless HID device using nrf24/nrf5x products so, I've noticed the nRFReady Desktop solution that seems to implement the
RF connection nRF5x...
Hello,
I am trying to port the light switch server example form the nRFSDK for Mesh to IAR Embedded Workbench for ARM.
I am using
nrf SDK Version 15.0.0
SDK for Mesh...
Problem : bytes are lost during UART communication with the module, hardware flow control is enabled, at speed higher than 38400 baud/s, when softdevice enabled and test board...
Dear Nordic
I have facing some issues in RTC side. In my application RTC and BLE works same time . First installation and set time using function nrf_cal_set_time() works...
Hi all,
I want save and read flash in example light switch proxy server .
I add code part of provisioner example into proxy server example
This is my code ;
And...
Hi everybody,
I have a question about the nrf52832 how to set the tx power in the ble peripheral uart example. i want to set both the advertising tx power and the after...
Hi,
I'm testing BLE Central multilink base on nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central\pca10040\s132\arm5_no_packs
With modification in main...
Hello all !
I've been searching for an answer to my problem over the forum but I haven't found exactly what i'm looking for, so, that's why i'm posting this.
I'm using...
Compiled my first blinky example for pca10040 nRF52DK, nRF52\nRF5_SDK_15.0.0_a53641a, Keil mdk5, W10. trying to download compiled code got the error: The firmware of the connected...
I want to save Power by disabling the SD Card. VCC of the card is already regulated with an external MOSFET switch and controlled by a pin of the nRF. The problem now is,...
Hi,
I'm currently using SDK 14.2 (on 840) and SDK 15.0 (on 810) with the UART example.
I'm trying to implement the following system.
The Device only receives data...