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...
Hello Everyone need your help.
I am using three nRF52840 dongles and have flashed hex file of an nRF example (Ble_Blinky). i want to know whether the hex file is really...
Hi, I am using SDK 15.0.0 and FreeRTOS 8.2.1 (from SDK 14.2.0).
I consistently get a stack overflow on the Idle task, caused by PendSVHandler in port.c
This can be easily...
Hi,
I'm using nRF52832 on nRF52 SDK v15.0 with S132v6.0. I know that 52832 support high throughput and advertising extension. We have more than 31 bytes data to put in the...
Hi,
I have created up to 5 custom services with several characteristics (4 at maximum) each one. They all use the same base UUID.
The problem I'm facing now is that when...
I am adding CLI service with my existing project developed based on ble_app_uart.
CLI Init function :
static void _cli_init(void) { ret_code_t ret;
#if CLI_OVER_UART...
Hi,
to be able to send more advertising data, i want to cyclical switch between different advertising packages. This already works so far.
Do i need to include the AD...
Hi there,
I am assessing the possibility of replacing a low-power MCU in one of our products with an nRF device.
Currently, our low-power MCU spends most of its time in...
Hi, all. I am trying to add a GPS module to the nRF52840 DK, just like what is done at this post. https://devzone.nordicsemi.com/b/blog/posts/nrf52840-long-range-demo
But...
Hello,
I want to write multiple words using the usb keyboard. I am working with usbd_hid_composite example on SDK_15.0.0_a53641a. I am able to write just a letter using...
i.e. it would be similar in type to the nRF24L01 radio code, but obviously different since it's part of the vastly different nRF52.
Any examples to draw upon?
Unable to get logging information for SAADC example project in SDK versions 15.0.0, and 15.1.0.
I have no problems accessing the logs for the ble_uart_app example project...
I want to do power profiling in my nrf nrf51822 devices. Nordic don't have any online tool to calculate current consumption for the nRF51 series. So how to calculate current...
Hello, We are using nRF51822, SDK12.3.0 and softdevice S130. It is a multiprotocol application using the softdevices' timeslot feature: Our protocol running in timeslots concurrent...
Greetings,
We are currently certifying a device to be compliant with FCC & IC rules in the US & Canada. The upper band edge measurement is failing on advertising channel...
Dear Support,
We are in pre-certification phase with our product using nRF52840.
For RF testing purposes, our testing house asked us to provide the following, and I am...