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:
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...
I have been analyzing the current consumption of my nRF52832 dev kit today using both a multi meter and an oscilloscope with a resistor. I'm not sure what I exactly did that...
HI All,
I wonder if someone can help me out. I would like to send serial data by modifying the 'simple_coap_server' main program. I added the following header 'app_uart...
Dear,
is anyone of the Nordic customers here using unit testing in their nRF52 project and would be willing to share an example project/their setup? Would be awesome. ...
Hi,
We are range testing BLE using the DK-52 with an external dipole antenna connected via the u.fl connector. We are using the DK-52 + packet sniffer software on a laptop...
I tryed to port the dfu secure bootloader sample of sdk 13 to eclipse managed project. after a few hours, i finished it. compiling and linking went fine but the filesize is...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Can nRF51422 or nRF51822 can be used as bluetooth device for Raspberry pi?
As I can see on the terminal Linux, the hciconfig log says, raspberry pi 3's Bluetooth device...
Hi,
I recently migrated our code to the SDK 13 (we use the nrf52832) and now the function:
uint32_t err_code = ble_radio_notification_init(6, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
Hi,
I can't discover more than 5 characteristics on central with SD130 2.0.0.
I have trided nRF Connect and characteristics were discovered successfuly.
Is there some limit...
Hi,
I have a situation as below.
I have the list of host addresses (public type). Based on the command received, BLE peripheral device should advertise in direct advertising...
Hello there,
We are using nRF52832 custom board. I2C and GPIO are working on it. Then I uploaded BLE program (which is tested on nRF52-DK) but BLE is not showing up at...
Hey Guys,
I noticed when I use nrfutil DFU BLE command on the nRF52 DK the nrfutil program a "connectivity firmware" before the perform the DFU BLE to a Target device....
hai
i have tried to store and update some data in flash using pstorage. on storing data data is stored successfully.
#include "mbed.h"
#include "pstorage.h"
#include...