Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hi everyone,
Not very sure this is the right place to share this, if not, moderator please help me to move it to where it should be.
I just want to share with you a...
Hi, i have two nRF5340 DK that i'm testing with the Thread CoAP client/server samples.
I found out that with the newer DK, both the clinet and server samples work. With...
HI,
I keep working on my new customize board with nrf52833 SoC and now I want to add e-paper screen. There is any examples about adding a e-paper screen to customized board...
I am a beginner for ARM microcontroller, I am unable to generate the PWM wave and ADC simultaneously in the nRF51822, but both the things happening separately. I need the...
Hello,
I'm trying to understand if I can use BLE GATT Queue in my peripheral for sending Notifications. All the example and documentation about BLE GATT Queue seem to be...
Hi
When I build mesh bootloader code, there shows flash size not enough,
Could you tell me wher I can change the size, please?
c:/progra~2/gnutoo~1/62017-~1/bin/....
Hi,
I wanted to setup a network connectivity to nRF5340DK to send RPC messages to remote server(Blockchain Network).
Already I tried to setup OTBR using RPi and nRF52840...
Hi,
We are using NRF52832 as our main processor along with an IMU sensor and a vibration motor. We are wondering if using system on mode as power off state (instead of system...
Greetings,
We are using the NCS for the development of a new product with a custom board based on the nRF52840 MCU.
First, we would like to use the Serial DFU feature...
Hi Nordic community,
I'm trying to generate a 1 MHz base clock with one of the peripheral timer, and in the timer ISR does some GPIO toggling.
I followed the nRF5 SDK...
Hello dear Nordic team,
I'm quite experienced in developing under SDK V15 and V17 but absolutely novice for nRF Connect SDK so my question may seem ridiculos. Hope someone...
Hello,
I have an application and I am using a nrf52833, as soon as i flash my application I am getting a hardfault prior to the main call. As in below snap:
I do not...
Hi,
We are using a custom board with nrf52840 and just started using our own generated keys to sign images with NRF SDK v1.9.1.
We ran into issues when trying to swap...
Hi,
I'm moving a project from SPM to TF-M. I have imported a static library and the board (nRF5340DK) restarts automatically every time the following mycli/main.c function...
Hello
I have a nRF52 based device communicating with Smartphones via an encrypted characteristic (SEC_JUST_WORKS) so pairing is triggered and established.
The encrypted...