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,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210
We want to do the EMC test of our custom board and we would like to know at least an approximation of what...
Hi all,
I'm using nRF5 SDK V12.2 to do the OTA for nRF52832 . In general, it's ok. However, if I close the bluetooth function on the phone or close the DFU app from the...
Hi there,
I'm using the PPK (v1.1.0) to measure my nRF52 DK (v1.1.1). My sample programm is very simple: set up the LFXO, RTC with 8s CC-periode and the BSP_LEDs:
const...
I have another longer question regarding an SPI led driver I’m working with that has some strict timings, but I wanted to ask a more succinct question here since I think I...
In my project I need two UART's. One UART will be used for UART over BLE communication and another one will be for Connecting other modules with nRF52 board. So is it possible...
I built and downloaded the softdevice and app to the nRF52 board. Then I used nRF Connect Android app to connect to it. It seems to be connected as the LED1 is steady. But...
Hi guys,
I installed the latest nRF Sniffer software and use Wire Shark 1.10.14. My JLink driver is 6.12A (I'm not able to access any of the earlier drivers). The command...
We have received few nRF52840 preview DK. And one among them has a white sticker label which says 2016.49 and all others have 2017.14.
Should we be using the ones with...
hi, i was just wondering whether the app_timer works like a function or like a thread.
e.g. lets say i got my mainloop
while(1)
{
start_timer(...);
//DO SOMETHING...
hi:
i flashed bootloader_serial_xxAC.hex and s110_nrf51_8.0.0_softdevice.hex with nrfjprog. and flashed flash_page.hex, then update app using mesh serial, the app run well...
hi :
I want storage different size in flash.How can i do it?
I can write like this?
param.block_size = 16; //Select block size of 16 bytes
param.block_count = 1; //Select...