Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hello,
I'm developing a BLE device and it consist of nRF52833 and a external UART component.
ble_app_uart example in SDK v17.0.0 is replaced app_uart to libuarte. The...
Hi,
I would like to know if we can enable codded phy while using mutli peripheral in conjunction with mutli central. Also peripheral should be scannable and connectable...
When creating dfu package using nrfutil, an error is displayed.
When I looked for and checked the file where the error occurred, a problem occurred in Python's max...
I am trying to run nrf52840 chip without debugger.
I want to run peripheral_uart example just to show advertising of bluetooth.
And when I use west debug --runner=jlink...
Hi,
I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Then I flashed the agps code because just want to send GPS coordinates on the...
I am having issues using port pin 1.00 on the 52840 as GPIO. It will just not toggle.
I can successfully use most other pins, even those on the higher port. For example...
Hi
I have 2 identical PCB just out of production - same FW - one is drawing higher current (about 600uA).
The issue is found in mass production and about 1% is having...
I'm using nRF52 DK to send SAADC data to mobile app "nRF Connect" over BLE.
I'm using this code to send the data, but the mobile app "nRF Connect" can only show integer...
Hello Devs.
I am porting my whole project from the SDK16 to NCS 1.4.1 on my original project I use I2c and other drivers which works pretty well, but I am able to make them...
Hi Nordic,
It mentions that "Gain will be lowered by the specified number of gain steps at the start of CTE. Note: First LNAGAIN gain drops, then MIXGAIN, then AAFGAIN"...
I'm trying the example of [ble_app_uart__saadc_timer_driven__scan_mode] from Github. I'm using PCA10040 / s132. I'm sure this demo code works well since many people from online...
Hi,
I want to develop central code to discover vender specific service using pc-ble-driver-py.
The service_discovery function defined in ble_adapter.py can discover the...
Hello -
We are developing on a nRF52840 device, SDK v17.0.2 and FreeRTOS. Following the flow in the provided by the vPortSuppressTicksAndSleep() function, we've implemented...
Hello,
We recently received the new Power Profiler kit II, and are having some trouble with the 'Ampere Meter' mode. With an external source connected and DUT power enabled...
SDK 15.2
SES
nrf52832
Hello!
I´m trying to store an array in the memory. When the devices starts advertising or it is connected the code loops in wait_for_flash_ready...