nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Jonathon LL requested that this be posted as a separate issue: (See Case ID: 336683)
I'm having a problem trying to migrate from 2.7.0 to 2.9.0.
My projects are not...
Using an nrf5340 with nrf7002 wifi, connected via SPI4. Using a shared (chip) antenna, and the COEX signals (pretty much exactly as per the dev board schema).
DTS snippets...
Hello,
I am new to developing on nordic devices.
I currently have a NRF52833DK and wanted to try the USB MSC functionality.
Looking at the latest SDK:
https://docs...
Trying to get started using the nRF Connect SDK for VS Code after using the NRF5 sdk for quite a few years. I have the dev environment fully setup and have been following...
Hi,
I'm trying to develop a Zigbee application, and following the guide provided here for adding a ZCL cluster to the Zigbee template. However, I think this guide is not...
Set up: Rpi Bluez 5.72 (provisioner)
nRF DK (light example)
steps:
1) trigger scan un provisioned devices from Rpi
2) able to see nRF device in scan results
3) start...
Hello,
currently I'm migrating a project from connect SDK 2.6.0 to 2.9.0. After some changes according to the migration guides the project builds fine and also runs.
As...
I would like to use nRF52832 DK to test Nordic UART Service (NUS). But west build failed with the following messages. What is meaning of "zephyr_pre0.elf section `noinit'...
Hello,
I am attempting to use the nRF7002EK shield with my nRF54L15PDK development kit.
I have custom code, but it's based on the wifi scan example provided by Nordic...
Hello,
I would like to know if there is a way that I could see the source code of the nRF Mesh Sniffer app for Android, just like the nRF mesh source code is available in...
Hi, I am currently using the nRF52832 MCU and have implemented hard fault handling as follows: I use the macro APP_ERROR_CHECK(err_code), which, in case of an error, calls...