Dear Nordic Support Team,
I am working with the nRF52840 and need to configure the SPI peripheral in Zephyr to operate without DMA.
I’ve encountered a few problems:
...
In our application build with SDK 2.7.0 on a NRF52840 chip, we get an assert if we update the TX_Power for the connections.
If the bluetooth has made connection, we update...
Hi
I'm running the blinky sample (modified) on a custom board based on nrf9160. When compiling with SDK2.3 and toolchain 2.3 the current consumption is about 84uA (LED off...
I have recently purchased a nrf7002 EK from element14.
I have connected it to nrf5340DK board and tried flashing the Wifi-shell sample application(with the help of video...
Hi,
We're using the nrf9160 SoC for our application and we need a way to program both the modem and microprocessor during production. In development we've used a JLink with...
Hi,
We are considering a modem delta FOTA on our 9160 devices in field, but find two "approaches" described to this; Either using the modem AT command set ( AT #XFOTA=2...
I found on GitHub an nrf52832 Bluetooth course, can I use it to learn how to use the nrf52840 DK? Currently, I am having some issues on learning how the use the nrf52840 DK...
Hi,
I'm trying to utilise UART1 and freertos queues, with dynamic b;e&threads.
I'm trying to use the serial api for the UART.
I've tested the code below with the freertos_coap_server...
I have to send 6 bytes of sensor data from mesh server to mesh client. Is it possible to use simple_on/off model or have to create new model. Any sensor model example is available...
To the kind attention of Nordic support team,
I'm experiencing some problems switching off in a clean way the usbd library/usb driver/USB peripheral. I do need a clean switch...
Will Nordic provide the official implementation of models in the mesh model specification, which include the Generics, Sensors, Time and Scenes, Lighting models?
Thanks...
Hello, I have to work on a project concerning the Bluetooth Low Energy ( https://github.com/bjornspockeli/custom_ble_service_example )
If you already worked on it, I hope...
Hello,
I have some questions on power removal on nRF52832 chip.
I think that some tasks are managed by the application and some other directly from the stack, the firsts...
Hey,
I have a product which is using nrf24l01+ for communication. There is packet loss in the communication which I am trying to figure out the reason for. Is it possible...
U-blox NINA-B111-04B is being adopted. (Nordic Semiconductor nRF52832 is used) For product evaluation, I would like to connect with Anritsu BLE tester MT8852B for evaluation...
Hi all,
I am continuing with university project now in its 4th year of development for a wearables leg motion measurement application. Two trackers with identical hardware...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Primarily addressed Torbjørn Øvrebekk, Nordic.
Refer document nRF52 832 Product Specification v1. 4
I read " The same block in the Flash can only be written n WRITE number...
Hi,
I'd like to implement my own application level z_SysFatalErrorHandler so have declared it in main.c and removed the __weak qualifier, however when I force a fault it...