Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
I am trying to use fds file system to save some data in flash,
when using the example code of sdk 14.0.1, it is not normally operated,
NRF_ERROR_INVALID_PARAM error...
Hello
I am using nRF51822 Nordic controller, SDK 9 and S130 Soft-Device.
I have used to generate a 1 KHz PWM signal successfully using timer 1.
And generating a 4 MHz...
Hi,
I have designed one custom board using nrf52810 and GPS module. where i can get the gps data via UART to my nrf52810 chip and then from nrf52810 sending same data to...
Hello Sir,
we have designed custom PCB using nRF52832, I am little confused for is it OK. I have attached top and bottom layer layout of my PCB please sir review it and...
Hi guys,
I'm struggling over some basic concepts related to the Mesh SDK, specifically with the Bearer layer and why the Mesh SDK uses the Timeslot API. I'll try to explain...
Hi all,
I'm trying to writing a device information service client on top of ble_app_multilink_central example on nRF52830 using SDK14.1.0 and softdevice 5.0 and have a...
Hello World,
I checked the Developers Zone, but I have not found the direct example of my problem.
I use the RuuviTag board with NRF52832_XXAA.
I use it as a development...
Hello,
I have question about signal names in datasheet nRF52840.
On the pins B19 and T2 on page 14 both pins have the same initial signal names (P0.11).
Please send me...
Hello,
I would like to add the ST7735 driver from the nRF5_SDK to the Mesh SDK along with the necessary components (SPI,..). I copied the entire components directory to...
How is the health model supposed to work?
I'm currently doing some tests with the light switch example and I don't really understand the different roles of the nodes in the...
Hello,
I have some trouble to write/read data in flash region,
I am using FICR region to save data,
if trying the command : nrfjprog --memrd 0x10000010 --n 0x10
I...
Hello All
I am using an SOC which has nrf51822. I am trying the blinky example with the softdevice. When I debug the code, the code first enters the SystemInit function...
Hello Nordic devzone,
I'm using Mesh SDK and nrf52PDK, and i'm using light_switch example.
could you please let me know that if it is possible to broadcast a message from...
Hi Experts:
I met one complier error as blow. Would you get me some idea? High appreciate!
--------------------------------------------------------
Ubuntu 16 (64 bit...
Hi
I am porting another nRF52840 SPI OLED driver based on nRF5_SDK_14.2.0_17b948a\examples\peripheral\spi_master_using_nrf_spi_mngr
At first, it works fine without button...