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,
I need to reduce the consumption of the peripheral_uart sample on a nrf5340dk, I use nRF Connect SDK V1.5.0.
At the beginning, I measured with an ampere meter 591uA...
When I program my external board via the nrf52dk the programming is much slower then when I program the nrf52 chip on the devboard. Is this normal behaviour and if not how...
Hi,
I'm evaluating a wireless microphone scenario, using 52's I2S and external ADC chip to sample sound signal, and than wirelessly transmitting it to another 52 for receiving...
Hi,
sorry if this is a trivial issue, but I've been strugling with this for a while, so I decided to just ask for help.
For context, I'm trying to create an application...
I have devices within an same group that bind with same app key, all are working normal together. But I want one device to be unbind and bind with another app key(out of the...
Hi everyone,
Hope you are doing well!
I am using BLE and FDS simutinuously but since they share the same interrupt priority (SD_EVT_IRQn = 4), fds events will be blocked...
I am currently running some tests on the Legacy DFU protocol and notice that even valid firmware images are unable to be transmitted. My setup is as follows:
Peripheral...
Hello,
As shown in the question. I am testing the ncs bootloader b0 and mcuboot, but I don't know it's ok or not.
work condition
ncs: 1.6.1
board: PCA10056
I am...
Hi
I have a strange question to ask for your help.In my program, I define and use a large number of global variables. However, when I define a global variable again and...
Our application frequently changes the channel table when we find interference in multiple channels. So changing channels frequently (because of high interference) causes...
Hi,
I'm evaluating BLE power consumption with a PCA10040 nRF52DK and a PPK, I cut SB9 and did nothing else with DK.
No peripheral is used in projects, Buttons or LEDs...
Hello
I've read several post about the problem regard the printf and float numbers, such as this ( https://devzone.nordicsemi.com/f/nordic-q-a/30535/nrf52-printf-float-in...
Dear sirs/madams
I am using SDK 17.0.2
Situation:
One Central unit (nRF52840) and one Peripheral unit (nRF52840) have established a connection (NUS service).
When...
I plan to buy some nRF5340 . I only see 1 chip image from the Nordic Official Website . However, when I clicked on " distributor ", I saw nRF5340 has many different part numbers...
Hi Nordic team,
I am trying to implement DFU over uart in nRF52832 using SDK 17.0.0. My device has nRF52832 and main MCU in it, and I would like to do DFU from main MCU...