Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
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 all,
I have an BLE application where i wish to measure the devices power consumption. I am trying to measure the affect of changing the connection interval, MTU size...
There is a previous similar question here:
https://devzone.nordicsemi.com/f/nordic-q-a/16382/switching-between-apps-with-dual-bank
I am using nRF5232, nRF5 SDK v16.0.0...
Hi!
I am working on a custom board and would like to use an external flash for BLE OTA updates. The FW is based on NCS v1.7.1 and MCUBoot as the bootloader. I would like...
Hello Nordic gang. I'm reading sensor data on the nrf9160DK, the sensors have a fifo with 96 entries. If I can't read the sensors fast enough, the fifo overflows and I get...
Windows 8.1 64-bit: PPK2 shows in Device Manager, does not show as an item in Power Profiler software.
The device works, as I've used it successfully on a Virtual Win10...
What is the difference between the Async Read ApI and the Normal Read API of the ADC ?How the ASYNC read API work ,can anybody explain with sample code. Specially thirds argument...
Hi, We have designed a custom board using nRF52840 SoC, now we want to calculate its power consumption I want to ask if we can measure custom board power consumption using...
I am trying to use the NRF52832 to connect to the BMA456 Accelerometer from Bosch using SPI and am running into the following issue:
All read/write commands work fine...
Hi, I'm trying to implement a timer that will trigger each 10ms (for example) an handler function and do something inside it. So, I came with the idea to implement an App...
Hello !
I would like to use pin P0.12 as common gpio output and configure it on quite later phase in my SW.
I use nrf_gpio_cfg_output and set/clear for have relevant value...
Hi,
I'm working on central_uart and peripheral_uart examples. I want to get the rssi value and tx_power of all advertising packets from peripheral to central via bluetooth...
Hello Everybody,
If you're reading this, you're likely in the same boat as me and need to scale Nordic's build process in an environment that doesn't have access to west...
Dear, We are working on a project where we have to request and read out data from multiple (up to 50, but can split up to 8 per central device) BLE modules (BK3432_QFN32)...