I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello
I'm using nrf52820 chip with Segger embedded studio and nRF5_SDK_17.1.0_ddde560 also soft device "s112_nrf52_7.2.0_softdevice" .
I want to add DFU through BLE support...
Hello,
nRF52840, SDK17.2, keil5, EC11 codec button
Output the same log in the positive and negative directions,
Turn one space: <info> app: cnt=-1 acc=1 accdbl...
Hello Everyone,
First of all, what a terrible experience this has been. I'm trying to use custom RSA private key in order to sign the firmware before we go into production...
Hello,
I am supposed to get to learn the nRF52840 DK, so I can start programming with it. I managed to build an executable for the blinky example using make in the Terminal...
Hi,
I'm having issues debugging a case where the device is reset / rebooted every 1-2 days on average for some reason without any error message as to why. If any error is...
We are porting a project from SDK 11 to nrf5 SDK 17.0.2. We have also used a couple of different versions of SDK 15 extensively on several different products.
Our code...
Hello, I'm trying to setup simple UART reception (interrupt driven) with Zephyr OS.
When a message over UART, only some characters are received, others just skipped.
Here...
Hey,
I am planning on using the Nordic SDK for some distance measurements between two nRF52840 boards.
For my documentation I would also want to understand how the technology...
Hi Folks,
I am bringing up a new printed circuit board with a Fanstel BT840 (nRF52840). When I install any firmware, even Blinky, it simply gets stuck in k_cpu_atomic_idle...
Hello
I am using NRF5340 as Soc in my project. In application program I have used uart0 for data transfer. At the same time the power consumption is really important for...
Hi, I works on nrf52833 but my VS Code can't find include files. I build successfully application than flash on board but can't show any includes and any functions details...
hi Team,
working Environment:
nRF 52840 DK, SDK 17.1.0
keil uvision 5 IDE
os: Windows 10 pro
I have merged usbd_hid_composite and usbd_audio , as for my project...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I want to have several peripheral boards that...
Hello Community,
I am tirelessly working on connecintg my icarus development board to LWM2M server, However there are no good examples to follow and do it with ease, there...