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, I’ve been exploring DECT NR+ on the nRF9151-DK using the DECT modem firmware. As it was already mentioned in multiple threads/other sources, there is no GNSS or LTE...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
I have an FTDI USB to dual RS232 adapter for communication over UART. The nrfutil device command finds it in version 2.8.5 and below:
Starting with version 2.8.6 it doesn...
Hi,
In our custom nrRF9151 application we sometimes get a modem fault. This happens randomly when the device is moving, so likely something to do with changing cells....
Hi,
We have a client using one of our products, and their local NB-IoT network was giving us some issues, I travelled over to try and work out what was going on, and it...
So my board uses uart00; I also need to use ZMS for storing configuration data.
If I try to compile with no SPI enabled the Flash drivers throw an error '__device_dts_ord_130...
under freestanding applications, which code to use to enable bluetooth on nRF52840 DK kit . Then, it has to pair with android mobile. how i can achieve it.
Hello,
I am configuring the Watchdog Timer (WDT) on my custom device and observed that it gets disabled when the system enters Deep Sleep mode. This behavior prevents the...
Hello Nordic Support team,
I'm receiving the Transmission failure and Lora Initialisation failed message despite to correct wiring and everything else. I'd attach a link...
I've been trying to get SPI slave running on the NRF54L15-DK for over a week. I am new to Connect SDK but have successfully completed this task with NRF52840-DK (and dongle...
I changed the file, C:\Users\kruenheck\AppData\Roaming\nrfconnect-bluetooth-low-energy\uuid_definitions.json so that it has a new service:
{ "_comment": { "comment": [ ...
I am programming with nrf52833,ncs v2.9.0.Based on peripheral_hid_keyboard and cetral hid.
I send about 6k hid keys to central via ,while sending,peripheral side
But ERR...
Hi Nordic team,
I’m trying to use my nRF9151 DK as a Bluetooth Host (Zephyr) connected over UART (H:4) to an external Seeed XIAO BLE board (acting as the Controller). My...