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...
I'm trying to use the low-power comparator.
I've started up the comparator using "lpcomp_init()".
Following that, I wish to have a sample event, and then log the result...
I am trying the example here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_att_mtu.html
I want to lower the sleep...
Hi,
How do I enable Band 1 on my Thingy 91? On your web-page it seems that your base-band supports Band 1, but when I use the following AT-command AT%XCBAND=? I get the...
we are building some IOT devices for home automation, and things were going quite well since we tried to use our mesh network with two cell phones. we tried with two devices...
Hi.
I am using the NRF (Nrf52840) dongle to operate BLE devices (scan \ read \ write).
Is there a way to do it without the NRF connect application and just sending serial...
Hi,
I used Power Profiler Kit to measure our Custom module's current consumption. Everything worked perfectly.
Then I closed PPK SW and used SDK to flash new SW to one...
Hi,
I have connected nrf9160-dk to my laptop and using nRF connect v 2.6.2 with LTE link monitor application.
I am seeing only UART in green and Modem in Red. I am thinking...
Hello, I am making my first custom board based on nRF52832. I have used a custom antena design (due to PCB layout I did not use reference design). That was the very first...
Hi everyone,
We need your help with a condition that we encountered in our prototype of a nRF52840 that use a ceramic antenna. Our current design is poor and we will have...
Hello,
We have the following problem with a custom board based on the nRF52832 and the SKY66112-11 PA LNA, running as a mesh node.
The SDKs used are nrf5_SDK_for_Mesh_v3...
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’.
My queries are:
1) In code I just changed...
Hello,
I have queries on Sniffer functionality.
1) Using nRF52840 USB dongle whether we can sniff BLE 5.0 packets.
2) Using nRF52840 development kit whether can I...
Here's is my device profile:
Running on SDK 15.2.0
FreeRTOS
Custom board, based on NRF52840
Powered by a 3.5Ah battery
Using CLI utility
Using the following...
Hello, we are developing a BLE application using SDK 5.2 and softdevice 6.2.1 (we are aware this is old, but we still have to support it).
We actually use Keil IDE 5.10...