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...
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...
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...