Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...