We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...